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.

aPart = ... # mtk.ModelData_Part
aProjector = mtk.Projector_PolyProjector()
aData = aProjector.Perform(aPart, Geom_Direction.YDir())