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

IfcActuatorType() private méthode

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

Same methods

IfcActuatorType::IfcActuatorType ( ) : System
IfcActuatorType::IfcActuatorType ( DatabaseIfc m, string name, IfcActuatorTypeEnum t ) : System