Inheritance: IfcDistributionFlowElementType
Ejemplo n.º 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(".", ""));
 }
Ejemplo n.º 2
0
 protected static void parseFields(IfcFlowFittingType t, List<string> arrFields, ref int ipos)
 {
     IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
 }
Ejemplo n.º 3
0
		protected IfcFlowFittingType(IfcFlowFittingType t) : base(t) { }
Ejemplo n.º 4
0
 protected IfcFlowFittingType(DatabaseIfc db, IfcFlowFittingType t)
     : base(db, t)
 {
 }
Ejemplo n.º 5
0
 protected IfcFlowFittingType(DatabaseIfc db, IfcFlowFittingType t, DuplicateOptions options) : base(db, t, options)
 {
 }