GeometryGym.Ifc.Pset_ProfileMechanical.Pset_ProfileMechanical C# (CSharp) Method

Pset_ProfileMechanical() public method

public Pset_ProfileMechanical ( IfcProfileDef profileDef ) : System
profileDef IfcProfileDef
return System
        public Pset_ProfileMechanical(IfcProfileDef profileDef)
            : base("Pset_ProfileMechanical", profileDef)
        {
            Description = profileDef.Name;
        }
Pset_ProfileMechanical