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

IfcQuantityWeight() private méthode

private IfcQuantityWeight ( DatabaseIfc db, IfcQuantityWeight q ) : System
db DatabaseIfc
q IfcQuantityWeight
Résultat System
        internal IfcQuantityWeight(DatabaseIfc db, IfcQuantityWeight q)
            : base(db,q)
        {
            mWeightValue = q.mWeightValue; mFormula = q.mFormula;
        }

Same methods

IfcQuantityWeight::IfcQuantityWeight ( ) : System
IfcQuantityWeight::IfcQuantityWeight ( DatabaseIfc db, string name, double weight ) : System