The poly projection tool. More...
Public Types | |
| typedef cadex::internal::ProjectorImpl_PolyProjector | ImplType |
| typedef std::vector< ModelData::IndexedTriangleSet > | ITSVecType |
Public Member Functions | |
| Projector_PolyProjector () | |
| Constructor. | |
| Projector_PolyData | Perform (const ModelData::Part &thePart, const Geom::Direction &theNormal) |
| Runs projection process for thePart. | |
| Projector_PolyData | Perform (const ITSVecType &theITSVec, const Geom::Direction &theNormal) |
| Runs projection process for theITSVec. | |
| void | SetProgressStatus (ProgressStatus &theStatus) const |
The poly projection tool.
Project the given part onto a specified plane defined by the normal direction. The information about the resulting projected data is stored in Projector_PolyData.
Example of projection making could be found on the Projector Example page.