Inheritance: 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
		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)
 {
 }