상속: IfcFlowFittingType
예제 #1
0
 internal IfcJunctionBoxType(DatabaseIfc db, IfcJunctionBoxType t, DuplicateOptions options) : base(db, t, options)
 {
     mPredefinedType = t.mPredefinedType;
 }
예제 #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(".", ""));
 }
예제 #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);
 }
예제 #4
0
파일: IFC J.cs 프로젝트: jenca-cloud/ggIFC
		internal new static IfcJunctionBoxType Parse(string strDef) { IfcJunctionBoxType t = new IfcJunctionBoxType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
예제 #5
0
 internal IfcJunctionBoxType(DatabaseIfc db, IfcJunctionBoxType t) : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
예제 #6
0
파일: IFC J.cs 프로젝트: jenca-cloud/ggIFC
		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(".", "")); }
예제 #7
0
파일: IFC J.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcJunctionBoxType(IfcJunctionBoxType t) : base(t) { mPredefinedType = t.mPredefinedType; }
예제 #8
0
 internal IfcJunctionBoxType(DatabaseIfc db, IfcJunctionBoxType t, IfcOwnerHistory ownerHistory, bool downStream) : base(db, t, ownerHistory, downStream)
 {
     mPredefinedType = t.mPredefinedType;
 }
예제 #9
0
 internal IfcJunctionBoxType(IfcJunctionBoxType t) : base(t)
 {
     mPredefinedType = t.mPredefinedType;
 }
예제 #10
0
 internal IfcJunctionBoxType(DatabaseIfc db, IfcJunctionBoxType t)
     : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }