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