Наследование: IfcFlowTerminalType
Пример #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);
 }
Пример #2
0
 internal IfcWasteTerminalType(DatabaseIfc db, IfcWasteTerminalType t) : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Пример #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(".", ""));
 }
Пример #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;
 }
Пример #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(".", ""));
 }
Пример #6
0
 internal IfcWasteTerminalType(DatabaseIfc db, IfcWasteTerminalType t)
     : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Пример #7
0
 internal IfcWasteTerminalType(DatabaseIfc db, IfcWasteTerminalType t, DuplicateOptions options) : base(db, t, options)
 {
     mPredefinedType = t.mPredefinedType;
 }
Пример #8
0
 internal IfcWasteTerminalType(IfcWasteTerminalType be) : base(be)
 {
     mPredefinedType = be.mPredefinedType;
 }
Пример #9
0
 internal IfcWasteTerminalType(DatabaseIfc db, IfcWasteTerminalType t, IfcOwnerHistory ownerHistory, bool downStream) : base(db, t, ownerHistory, downStream)
 {
     mPredefinedType = t.mPredefinedType;
 }
Пример #10
0
		internal IfcWasteTerminalType(IfcWasteTerminalType be) : base(be) { mPredefinedType = be.mPredefinedType; }