GeometryGym.Ifc.IfcGeneralProfileProperties.IfcGeneralProfileProperties C# (CSharp) Méthode

IfcGeneralProfileProperties() private méthode

private IfcGeneralProfileProperties ( DatabaseIfc db, IfcGeneralProfileProperties p ) : System
db DatabaseIfc
p IfcGeneralProfileProperties
Résultat System
        internal IfcGeneralProfileProperties(DatabaseIfc db, IfcGeneralProfileProperties p)
            : base(db, p)
        {
            mPhysicalWeight = p.mPhysicalWeight; mPerimeter = p.mPerimeter; mMinimumPlateThickness = p.mMinimumPlateThickness; mMaximumPlateThickness = p.mMaximumPlateThickness; mCrossSectionArea = p.mCrossSectionArea;
        }

Same methods

IfcGeneralProfileProperties::IfcGeneralProfileProperties ( ) : System
IfcGeneralProfileProperties::IfcGeneralProfileProperties ( string name, IfcProfileDef p ) : System
IfcGeneralProfileProperties::IfcGeneralProfileProperties ( string name, List props, IfcProfileDef p ) : System