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

IfcWaterProperties() private méthode

private IfcWaterProperties ( DatabaseIfc db, IfcWaterProperties p ) : System
db DatabaseIfc
p IfcWaterProperties
Résultat System
        internal IfcWaterProperties(DatabaseIfc db, IfcWaterProperties p)
            : base(db,p)
        {
            mIsPotable = p.mIsPotable;
            mHardness = p.mHardness;
            mAlkalinityConcentration = p.mAlkalinityConcentration;
            mAcidityConcentration = p.mAcidityConcentration;
            mImpuritiesContent = p.mImpuritiesContent;
            mPHLevel = p.mPHLevel;
            mDissolvedSolidsContent = p.mDissolvedSolidsContent;
        }

Same methods

IfcWaterProperties::IfcWaterProperties ( ) : System