Inheritance: IfcFlowFittingType
Exemplo n.º 1
0
 internal IfcJunctionBoxType(DatabaseIfc db, IfcJunctionBoxType t, DuplicateOptions options) : base(db, t, options)
 {
     mPredefinedType = t.mPredefinedType;
 }
Exemplo n.º 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(".", ""));
 }
Exemplo n.º 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);
 }
Exemplo n.º 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; }
Exemplo n.º 5
0
 internal IfcJunctionBoxType(DatabaseIfc db, IfcJunctionBoxType t) : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Exemplo n.º 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(".", "")); }
Exemplo n.º 7
0
		internal IfcJunctionBoxType(IfcJunctionBoxType t) : base(t) { mPredefinedType = t.mPredefinedType; }
Exemplo n.º 8
0
 internal IfcJunctionBoxType(DatabaseIfc db, IfcJunctionBoxType t, IfcOwnerHistory ownerHistory, bool downStream) : base(db, t, ownerHistory, downStream)
 {
     mPredefinedType = t.mPredefinedType;
 }
Exemplo n.º 9
0
 internal IfcJunctionBoxType(IfcJunctionBoxType t) : base(t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Exemplo n.º 10
0
 internal IfcJunctionBoxType(DatabaseIfc db, IfcJunctionBoxType t)
     : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }