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

PlaneSection() public méthode

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