상속: IfcDistributionFlowElementType
예제 #1
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(".", ""));
 }
예제 #2
0
 protected static void parseFields(IfcFlowFittingType t, List<string> arrFields, ref int ipos)
 {
     IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
 }
예제 #3
0
파일: IFC F.cs 프로젝트: jenca-cloud/ggIFC
		protected IfcFlowFittingType(IfcFlowFittingType t) : base(t) { }
예제 #4
0
 protected IfcFlowFittingType(DatabaseIfc db, IfcFlowFittingType t)
     : base(db, t)
 {
 }
예제 #5
0
 protected IfcFlowFittingType(DatabaseIfc db, IfcFlowFittingType t, DuplicateOptions options) : base(db, t, options)
 {
 }