Inheritance: IfcGeometricRepresentationItem, IfcBooleanOperand, IfcCsgSelect
コード例 #1
0
ファイル: IFC C.cs プロジェクト: jenca-cloud/ggIFC
		protected IfcCsgPrimitive3D(IfcCsgPrimitive3D p) : base(p) { mPosition = p.mPosition; }
コード例 #2
0
ファイル: IFC C.cs プロジェクト: jenca-cloud/ggIFC
		protected static void parseFields(IfcCsgPrimitive3D g, List<string> arrFields, ref int ipos) { IfcGeometricRepresentationItem.parseFields(g, arrFields, ref ipos); g.mPosition = ParserSTEP.ParseLink(arrFields[ipos++]); }
コード例 #3
0
ファイル: IFC S.cs プロジェクト: jenca-cloud/ggIFC
		public IfcShapeRepresentation(IfcCsgPrimitive3D cg) : base(cg, "Body", "CSG") { }