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

AsolidSection() public method

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