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