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

Overview

The projection algorithm allows the creation of a model projection and returns 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.

ModelData::Part aPart = ...;
Projector_PolyProjector aProjector;
Projector_PolyData aData = aProjector.Perform (aPart, Geom::Direction::YDir())