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