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

IfcQuantityWeight() private méthode

private IfcQuantityWeight ( DatabaseIfc db, string name, double weight ) : System
db DatabaseIfc
name string
weight double
Résultat System
        internal IfcQuantityWeight(DatabaseIfc db, string name, double weight)
            : base(db, name)
        {
            mWeightValue = weight;
        }

Same methods

IfcQuantityWeight::IfcQuantityWeight ( ) : System
IfcQuantityWeight::IfcQuantityWeight ( DatabaseIfc db, IfcQuantityWeight q ) : System