GeometryGym.Ifc.Pset_ProfileMechanical.Pset_ProfileMechanical C# (CSharp) Метод

Pset_ProfileMechanical() публичный Метод

public Pset_ProfileMechanical ( IfcProfileDef profileDef ) : System
profileDef IfcProfileDef
Результат System
        public Pset_ProfileMechanical(IfcProfileDef profileDef)
            : base("Pset_ProfileMechanical", profileDef)
        {
            Description = profileDef.Name;
        }
Pset_ProfileMechanical