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

ShellLayeredSection() 공개 메소드

public ShellLayeredSection ( string name, string shape, Material material ) : System
name string
shape string
material Material
리턴 System
        public ShellLayeredSection(string name, string shape, Material.Material material)
            : base(name, shape, material)
        {
        }
ShellLayeredSection