예제 #1
0
파일: IFC S.cs 프로젝트: jenca-cloud/ggIFC
		protected static void parseString(IfcStyleModel shape, string str, ref int pos) { IfcRepresentation.parseString(shape, str, ref pos); }
예제 #2
0
파일: IFC S.cs 프로젝트: jenca-cloud/ggIFC
		protected IfcStyleModel(IfcStyleModel i) : base(i) { }