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

AreaSection() public method

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