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

IfcEngineType() private méthode

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

Same methods

IfcEngineType::IfcEngineType ( ) : System