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

IfcDuctFittingType() private méthode

private IfcDuctFittingType ( DatabaseIfc db, IfcDuctFittingType t ) : System
db DatabaseIfc
t IfcDuctFittingType
Résultat System
		internal IfcDuctFittingType(DatabaseIfc db, IfcDuctFittingType t) : base(db, t) { mPredefinedType = t.mPredefinedType; }
		internal IfcDuctFittingType(DatabaseIfc m, string name, IfcDuctFittingTypeEnum t) : base(m) { Name = name; PredefinedType = t; }

Same methods

IfcDuctFittingType::IfcDuctFittingType ( ) : System
IfcDuctFittingType::IfcDuctFittingType ( DatabaseIfc m, string name, IfcDuctFittingTypeEnum t ) : System