Inheritance: IfcDistributionFlowElementType
コード例 #1
0
ファイル: IFC F.cs プロジェクト: jmirtsch/GeometryGymIFC
 protected static void parseFields(IfcFlowStorageDeviceType t, List<string> arrFields, ref int ipos)
 {
     IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
 }
コード例 #2
0
ファイル: IFC F.cs プロジェクト: jenca-cloud/ggIFC
		protected IfcFlowStorageDeviceType(IfcFlowStorageDeviceType t) : base(t) { }
コード例 #3
0
ファイル: IFC F.cs プロジェクト: jmirtsch/GeometryGymIFC
 protected IfcFlowStorageDeviceType(DatabaseIfc db, IfcFlowStorageDeviceType t)
     : base(db, t)
 {
 }
コード例 #4
0
ファイル: IFC F.cs プロジェクト: xeolabs/GeometryGymIFC
 protected IfcFlowStorageDeviceType(DatabaseIfc db, IfcFlowStorageDeviceType t, DuplicateOptions options) : base(db, t, options)
 {
 }