コード例 #1
0
ファイル: IFC S.cs プロジェクト: jenca-cloud/ggIFC
		protected static void parseFields(IfcSpatialElementType t, List<string> arrFields, ref int ipos) { IfcTypeProduct.parseFields(t, arrFields, ref ipos); t.mElementType = arrFields[ipos++].Replace("'", ""); }
コード例 #2
0
ファイル: IFC S.cs プロジェクト: jenca-cloud/ggIFC
		protected IfcSpatialElementType(IfcSpatialElementType t) : base(t) { mElementType = t.mElementType; }