| 128 | |
| 129 | |
| 130 | void GeometryObject::clear() |
| 131 | { |
| 132 | //shared pointers will delete v/e/f when reference counts go to zero. |
| 133 | |
| 134 | vertexGeom.clear(); |
| 135 | faceGeom.clear(); |
| 136 | edgeGeom.clear(); |
| 137 | } |
| 138 | |
| 139 | void GeometryObject::projectShape(const TopoDS_Shape& inShape, const gp_Ax2& viewAxis) |
| 140 | { |
no outgoing calls
no test coverage detected