Canguro.Model.Section.ShellDesignParams.ShellDesignParams C# (CSharp) 메소드

ShellDesignParams() 공개 메소드

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