Canguro.Model.Section.ShellLayeredSection.ShellLayeredSection C# (CSharp) Méthode

ShellLayeredSection() public méthode

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