Project a brep on XY plane

Forums: 

Hi,

I want to write a python code to project a brep on xy plane.

I found this C++ code and was hoping to convert it to pythonOCC: https://dev.opencascade.org/node/77142#comment-11973
However the class Prs3d_Projector seams to no longer be available in OOC Version 7.7.0 (https://dev.opencascade.org/doc/overview/html/occt__upgrade.html).

Can anyone help me write a code that doesn't require the Prs3d_Projector Class?

Thanks in advance for any help!

Dmitrii Pasukhin's picture

Hello,

Please take a look into HLR classes Modeling Algorithms - Open CASCADE Technology Documentation

Best regards, Dmitrii.