Inheritance: IfcEnergyConversionDeviceType
Exemplo 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(".", ""));
 }
Exemplo 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);
 }
Exemplo n.º 3
0
 internal IfcUnitaryEquipmentType(DatabaseIfc db, IfcUnitaryEquipmentType t, DuplicateOptions options) : base(db, t, options)
 {
     mPredefinedType = t.mPredefinedType;
 }
Exemplo n.º 4
0
 internal IfcUnitaryEquipmentType(DatabaseIfc db, IfcUnitaryEquipmentType t) : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Exemplo 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;
 }
Exemplo 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(".", ""));
 }
Exemplo n.º 7
0
 public Pset_UnitaryEquipmentTypeCommon(IfcUnitaryEquipmentType unitaryEquipmentType)
     : base(unitaryEquipmentType.mDatabase, "Pset_UnitaryEquipmentTypeCommon")
 {
     Description = unitaryEquipmentType.Name; unitaryEquipmentType.AddPropertySet(this);
 }
Exemplo n.º 8
0
 internal IfcUnitaryEquipmentType(DatabaseIfc db, IfcUnitaryEquipmentType t)
     : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Exemplo n.º 9
0
 public Pset_UnitaryEquipmentTypeCommon(IfcUnitaryEquipmentType unitaryEquipmentType) : base(unitaryEquipmentType.mDatabase, "Pset_UnitaryEquipmentTypeCommon")
 {
     Description = unitaryEquipmentType.Name; unitaryEquipmentType.AddPropertySet(this);
 }
Exemplo n.º 10
0
		internal IfcUnitaryEquipmentType(IfcUnitaryEquipmentType be) : base((IfcEnergyConversionDeviceType)be) { mPredefinedType = be.mPredefinedType; }
Exemplo n.º 11
0
 public Qto_UnitaryEquipmentBaseQuantities(IfcUnitaryEquipmentType type) : base(type)
 {
 }
Exemplo n.º 12
0
 internal IfcUnitaryEquipmentType(DatabaseIfc db, IfcUnitaryEquipmentType t, IfcOwnerHistory ownerHistory, bool downStream) : base(db, t, ownerHistory, downStream)
 {
     mPredefinedType = t.mPredefinedType;
 }
Exemplo n.º 13
0
 internal IfcUnitaryEquipmentType(IfcUnitaryEquipmentType be) : base((IfcEnergyConversionDeviceType)be)
 {
     mPredefinedType = be.mPredefinedType;
 }