Hide menu
Loading...
Searching...
No Matches
Projection Creation

The projection algorithm provides a way to create a model projection and obtain information about it.

Scope of accepted geometries

The projection tool (Projector_PolyProjector) works with ModelData::Part , creating projections from ModelData::Shape geometries:

API overview

Projector_PolyProjector is the class that creates projection of a given ModelData::Part . It returns Projector_PolyData that contains information about projection area. See Projector Example.

using namespace cadex;
ModelData::Part aPart = ...;
Projector_PolyData aData = aProjector.Perform (aPart, Geom::Direction::YDir())
Defines a leaf node in the scene graph hiearchy.
Definition Part.hxx:34
Contains information about projection of the model.
Definition Projector_PolyData.hxx:34
The poly projection tool.
Definition Projector_PolyProjector.hxx:43
Projector_PolyData Perform(const ModelData::Part &thePart, const Geom::Direction &theNormal)
Runs projection process for thePart.
Definition Projector_PolyProjector.cxx:1379
Contains classes, namespaces, enums, types, and global functions related to Manufacturing Toolkit.
Definition LicenseManager_LicenseError.hxx:30