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