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