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

PlaneSection() public method

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