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

ShellLayeredSection() public method

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