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