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