Canguro.Model.Section.ShellDesignParams.ShellDesignParams C# (CSharp) Method

ShellDesignParams() public method

public ShellDesignParams ( ) : System
return System
        public ShellDesignParams()
        {
            rebarLayout = ShellRebarLayouts.Default;
            topBar1 = topBar2 = bottomBar1 = bottomBar2 = 0;
            rebarMaterial = Material.MaterialManager.Instance.DefaultRebar;
        }
ShellDesignParams