Inheritance: IfcEnergyConversionDeviceType
Esempio n. 1
0
 internal static void parseFields(IfcUnitaryEquipmentType t, List <string> arrFields, ref int ipos)
 {
     IfcEnergyConversionDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcUnitaryEquipmentTypeEnum)Enum.Parse(typeof(IfcUnitaryEquipmentTypeEnum), arrFields[ipos++].Replace(".", ""));
 }
Esempio n. 2
0
 internal new static IfcUnitaryEquipmentType Parse(string strDef)
 {
     IfcUnitaryEquipmentType t = new IfcUnitaryEquipmentType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return(t);
 }
Esempio n. 3
0
 internal IfcUnitaryEquipmentType(DatabaseIfc db, IfcUnitaryEquipmentType t, DuplicateOptions options) : base(db, t, options)
 {
     mPredefinedType = t.mPredefinedType;
 }
Esempio n. 4
0
 internal IfcUnitaryEquipmentType(DatabaseIfc db, IfcUnitaryEquipmentType t) : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Esempio n. 5
0
 internal static new IfcUnitaryEquipmentType Parse(string strDef)
 {
     IfcUnitaryEquipmentType t = new IfcUnitaryEquipmentType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t;
 }
Esempio n. 6
0
 internal static void parseFields(IfcUnitaryEquipmentType t, List<string> arrFields, ref int ipos)
 {
     IfcEnergyConversionDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcUnitaryEquipmentTypeEnum)Enum.Parse(typeof(IfcUnitaryEquipmentTypeEnum), arrFields[ipos++].Replace(".", ""));
 }
Esempio n. 7
0
 public Pset_UnitaryEquipmentTypeCommon(IfcUnitaryEquipmentType unitaryEquipmentType)
     : base(unitaryEquipmentType.mDatabase, "Pset_UnitaryEquipmentTypeCommon")
 {
     Description = unitaryEquipmentType.Name; unitaryEquipmentType.AddPropertySet(this);
 }
Esempio n. 8
0
 internal IfcUnitaryEquipmentType(DatabaseIfc db, IfcUnitaryEquipmentType t)
     : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Esempio n. 9
0
 public Pset_UnitaryEquipmentTypeCommon(IfcUnitaryEquipmentType unitaryEquipmentType) : base(unitaryEquipmentType.mDatabase, "Pset_UnitaryEquipmentTypeCommon")
 {
     Description = unitaryEquipmentType.Name; unitaryEquipmentType.AddPropertySet(this);
 }
Esempio n. 10
0
		internal IfcUnitaryEquipmentType(IfcUnitaryEquipmentType be) : base((IfcEnergyConversionDeviceType)be) { mPredefinedType = be.mPredefinedType; }
Esempio n. 11
0
 public Qto_UnitaryEquipmentBaseQuantities(IfcUnitaryEquipmentType type) : base(type)
 {
 }
Esempio n. 12
0
 internal IfcUnitaryEquipmentType(DatabaseIfc db, IfcUnitaryEquipmentType t, IfcOwnerHistory ownerHistory, bool downStream) : base(db, t, ownerHistory, downStream)
 {
     mPredefinedType = t.mPredefinedType;
 }
Esempio n. 13
0
 internal IfcUnitaryEquipmentType(IfcUnitaryEquipmentType be) : base((IfcEnergyConversionDeviceType)be)
 {
     mPredefinedType = be.mPredefinedType;
 }