Inheritance: IfcDistributionFlowElementType
コード例 #1
0
ファイル: IFC I.cs プロジェクト: PlumpMath/GeometryGymIFC-1
 internal static void parseFields(IfcInterceptorType t, List <string> arrFields, ref int ipos)
 {
     IfcFlowTreatmentDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcInterceptorTypeEnum)Enum.Parse(typeof(IfcInterceptorTypeEnum), arrFields[ipos++].Replace(".", ""));
 }
コード例 #2
0
ファイル: IFC F.cs プロジェクト: jmirtsch/GeometryGymIFC
 protected static void parseFields(IfcFlowTreatmentDeviceType t, List<string> arrFields, ref int ipos)
 {
     IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
 }
コード例 #3
0
ファイル: IFC F.cs プロジェクト: jenca-cloud/ggIFC
		protected IfcFlowTreatmentDeviceType(IfcFlowTreatmentDeviceType be) : base(be) { }
コード例 #4
0
ファイル: IFC F.cs プロジェクト: jmirtsch/GeometryGymIFC
 protected IfcFlowTreatmentDeviceType(DatabaseIfc db,  IfcFlowTreatmentDeviceType t)
     : base(db, t)
 {
 }
コード例 #5
0
ファイル: IFC F.cs プロジェクト: xeolabs/GeometryGymIFC
 protected IfcFlowTreatmentDeviceType(DatabaseIfc db, IfcFlowTreatmentDeviceType t, DuplicateOptions options) : base(db, t, options)
 {
 }