Archived discussion

Project a brep on XY plane

pythonOCCThu, 06/01/2023 - 15:581 reply

Browse this forum
QuestionAuthor

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!

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hello,

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

Best regards, Commenter-1.