Inheritance: IfcGeometricRepresentationItem, IfcBooleanOperand, IfcCsgSelect
Esempio n. 1
0
		protected IfcCsgPrimitive3D(IfcCsgPrimitive3D p) : base(p) { mPosition = p.mPosition; }
Esempio n. 2
0
		protected static void parseFields(IfcCsgPrimitive3D g, List<string> arrFields, ref int ipos) { IfcGeometricRepresentationItem.parseFields(g, arrFields, ref ipos); g.mPosition = ParserSTEP.ParseLink(arrFields[ipos++]); }
Esempio n. 3
0
		public IfcShapeRepresentation(IfcCsgPrimitive3D cg) : base(cg, "Body", "CSG") { }