GeometryGym.Ifc.IfcElectricMotor.IfcElectricMotor C# (CSharp) Method

IfcElectricMotor() private method

private IfcElectricMotor ( DatabaseIfc db, IfcElectricMotor m ) : System
db DatabaseIfc
m IfcElectricMotor
return System
		internal IfcElectricMotor(DatabaseIfc db, IfcElectricMotor m) : base(db, m) { mPredefinedType = m.mPredefinedType; }
		public IfcElectricMotor(IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation, IfcDistributionSystem system) : base(host, placement, representation, system) { }

Same methods

IfcElectricMotor::IfcElectricMotor ( ) : System
IfcElectricMotor::IfcElectricMotor ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation, IfcDistributionSystem system ) : System