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

AreaSection() 공개 메소드

public AreaSection ( string name, string shape, Material material ) : System
name string
shape string
material Material
리턴 System
        public AreaSection(string name, string shape, Material.Material material)
        {
            Name = name;
            this.shape = shape;
            this.material = material;
        }