tpaviot / pythonocc-documentation

Documentation for the pythonocc 3D CAD python package
29 stars 25 forks source link

read_brep_file, similarly to read_iges_file #3

Open theRealSuperMario opened 3 years ago

theRealSuperMario commented 3 years ago

Hi there,

I was wondering if there is a read_brep_file function, similar to read_iges_file in OCC.Extend.DataExchange.

Some references on the OCC format:

https://dev.opencascade.org/doc/occt-6.7.0/overview/html/occt_brep_format.html

https://documentation.help/Open-Cascade/occt_user_guides__brep_wp.html

https://academy.ifcopenshell.org/posts/using-ifcopenshell-and-pythonocc-to-generate-cross-sections-directly-from-an-ifc-file/

Maybe I missed it, in that case, sorry for the annoying question.