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

IfcElectricMotorType() private méthode

private IfcElectricMotorType ( DatabaseIfc db, IfcElectricMotorType t ) : System
db DatabaseIfc
t IfcElectricMotorType
Résultat System
		internal IfcElectricMotorType(DatabaseIfc db, IfcElectricMotorType t) : base(db, t) { mPredefinedType = t.mPredefinedType; }
		internal static void parseFields(IfcElectricMotorType t, List<string> arrFields, ref int ipos) { IfcEnergyConversionDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcElectricMotorTypeEnum)Enum.Parse(typeof(IfcElectricMotorTypeEnum), arrFields[ipos++].Replace(".", "")); }

Same methods

IfcElectricMotorType::IfcElectricMotorType ( ) : System