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

AsolidSection() 공개 메소드

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