Inheritance: IfcFlowTerminalType
Esempio n. 1
0
 internal IfcGasTerminalType(DatabaseIfc db, IfcGasTerminalType t, DuplicateOptions options) : base(db, t, options)
 {
     mPredefinedType = t.mPredefinedType;
 }
Esempio n. 2
0
		internal static void parseFields(IfcGasTerminalType t, List<string> arrFields, ref int ipos) { IfcFlowControllerType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcGasTerminalTypeEnum)Enum.Parse(typeof(IfcGasTerminalTypeEnum), arrFields[ipos++].Replace(".", "")); }
Esempio n. 3
0
		internal new static IfcGasTerminalType Parse(string strDef) { IfcGasTerminalType t = new IfcGasTerminalType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
Esempio n. 4
0
 internal new static IfcGasTerminalType Parse(string strDef)
 {
     IfcGasTerminalType t = new IfcGasTerminalType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return(t);
 }
Esempio n. 5
0
		internal IfcGasTerminalType(IfcGasTerminalType t) : base(t) { mPredefinedType = t.mPredefinedType; }
Esempio n. 6
0
 internal static void parseFields(IfcGasTerminalType t, List <string> arrFields, ref int ipos)
 {
     IfcFlowControllerType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcGasTerminalTypeEnum)Enum.Parse(typeof(IfcGasTerminalTypeEnum), arrFields[ipos++].Replace(".", ""));
 }
Esempio n. 7
0
 internal IfcGasTerminalType(DatabaseIfc db, IfcGasTerminalType t) : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Esempio n. 8
0
 internal IfcGasTerminalType(DatabaseIfc db, IfcGasTerminalType t, IfcOwnerHistory ownerHistory, bool downStream) : base(db, t, ownerHistory, downStream)
 {
     mPredefinedType = t.mPredefinedType;
 }
Esempio n. 9
0
 internal IfcGasTerminalType(IfcGasTerminalType t) : base(t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Esempio n. 10
0
 internal IfcGasTerminalType(DatabaseIfc db, IfcGasTerminalType t)
     : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }