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

IfcGeneralMaterialProperties() private méthode

private IfcGeneralMaterialProperties ( IfcMaterial mat, double molecularWeight, double porosity, double massDensity ) : System
mat IfcMaterial
molecularWeight double
porosity double
massDensity double
Résultat System
        internal IfcGeneralMaterialProperties(IfcMaterial mat, double molecularWeight, double porosity, double massDensity)
            : base(mat)
        {
            mMolecularWeight = molecularWeight;
            mPorosity = porosity;
            mMassDensity = massDensity;
        }

Same methods

IfcGeneralMaterialProperties::IfcGeneralMaterialProperties ( ) : System
IfcGeneralMaterialProperties::IfcGeneralMaterialProperties ( DatabaseIfc db, IfcGeneralMaterialProperties p ) : System
IfcGeneralMaterialProperties::IfcGeneralMaterialProperties ( IfcMaterial material ) : System