예제 #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) { }