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

IfcGeneralMaterialProperties() private méthode

private IfcGeneralMaterialProperties ( DatabaseIfc db, IfcGeneralMaterialProperties p ) : System
db DatabaseIfc
p IfcGeneralMaterialProperties
Résultat System
        internal IfcGeneralMaterialProperties(DatabaseIfc db, IfcGeneralMaterialProperties p)
            : base(db,p)
        {
            mMolecularWeight = p.mMolecularWeight; mPorosity = p.mPorosity; mMassDensity = p.mMassDensity;
        }

Same methods

IfcGeneralMaterialProperties::IfcGeneralMaterialProperties ( ) : System
IfcGeneralMaterialProperties::IfcGeneralMaterialProperties ( IfcMaterial material ) : System
IfcGeneralMaterialProperties::IfcGeneralMaterialProperties ( IfcMaterial mat, double molecularWeight, double porosity, double massDensity ) : System