tpaviot / pythonocc-core

Python package for 3D geometry CAD/BIM/CAM
GNU Lesser General Public License v3.0
1.28k stars 368 forks source link

Can we load xao files with pythonocc-core? #1086

Open Trophime opened 2 years ago

Trophime commented 2 years ago

Hi, I would be interested in loading directly xao files from pythoncc-core. Xao files are actually a combination of xml and brep See Salome doc

Is this possible? Best

cafhach commented 2 years ago

pythonocc-core wraps only the OCCT libraries. Thus at the moment this is out of scope for this project. It might be possible to extend the wrapper to the salome platform but this would probably have to be a separate project. Perhaps salome provide their own python wrapper. I know nothing about salome.