예제 #1
0
파일: IFC S.cs 프로젝트: jenca-cloud/ggIFC
		protected static void parseFields(IfcSimpleProperty p, List<string> arrFields, ref int ipos) { IfcProperty.parseFields(p, arrFields, ref ipos); }
예제 #2
0
파일: IFC P.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcPropertyListValue(IfcSimpleProperty bc) : base(bc) { }
예제 #3
0
파일: IFC S.cs 프로젝트: jenca-cloud/ggIFC
		protected IfcSimpleProperty(IfcSimpleProperty p) : base(p) { }