Inheritance: IfcFlowTerminalType
Ejemplo n.º 1
0
 public Qto_AirTerminalBaseQuantities(IfcAirTerminalType type) : base(type.mDatabase, "Qto_AirTerminalBaseQuantities")
 {
     Description = type.Name; type.AddPropertySet(this);
 }
Ejemplo n.º 2
0
 public Qto_AirTerminalBaseQuantities(IfcAirTerminalType type) : base(type)
 {
 }
Ejemplo n.º 3
0
		internal static void parseFields(IfcAirTerminalType t,List<string> arrFields, ref int ipos) { IfcFlowControllerType.parseFields(t,arrFields, ref ipos); t.mPredefinedType = (IfcAirTerminalTypeEnum)Enum.Parse(typeof(IfcAirTerminalTypeEnum), arrFields[ipos++].Replace(".", "")); }
Ejemplo n.º 4
0
		internal new static IfcAirTerminalType Parse(string strDef) { IfcAirTerminalType t = new IfcAirTerminalType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
Ejemplo n.º 5
0
 public Qto_AirTerminalBaseQuantities(IfcAirTerminalType type)
     : base(type.mDatabase, "Qto_AirTerminalBaseQuantities")
 {
     Description = type.Name; type.AddPropertySet(this);
 }
Ejemplo n.º 6
0
		internal IfcAirTerminalType(IfcAirTerminalType t) : base(t) { mPredefinedType = t.mPredefinedType; }
Ejemplo n.º 7
0
 public Pset_AirTerminalTypeCommon(IfcAirTerminalType airTerminalType)
     : base(airTerminalType.mDatabase, "Pset_AirTerminalTypeCommon")
 {
     Description = airTerminalType.Name; airTerminalType.AddPropertySet(this);
 }
Ejemplo n.º 8
0
 public Pset_AirTerminalOccurrence(IfcAirTerminalType valveType)
     : base(valveType.mDatabase, "Pset_AirTerminalOccurrence")
 {
     Description = valveType.Name; valveType.AddPropertySet(this);
 }
Ejemplo n.º 9
0
 public Pset_AirTerminalOccurrence(IfcAirTerminalType valveType) : base(valveType.mDatabase, "Pset_AirTerminalOccurrence")
 {
     Description = valveType.Name; valveType.AddPropertySet(this);
 }
Ejemplo n.º 10
0
 public Pset_AirTerminalTypeCommon(IfcAirTerminalType airTerminalType) : base(airTerminalType.mDatabase, "Pset_AirTerminalTypeCommon")
 {
     Description = airTerminalType.Name; airTerminalType.AddPropertySet(this);
 }
Ejemplo n.º 11
0
		internal IfcAirTerminalType(DatabaseIfc db, IfcAirTerminalType t) : base(db,t) { mPredefinedType = t.mPredefinedType; }