tpaviot / pythonocc-core

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

From AAG to A CAD file #1314

Open Nadjei74 opened 7 months ago

Nadjei74 commented 7 months ago

So I know with a software like Analysis Situs, I can construct an AAG of a CAD file and dump it in a JSON file. I want to know if there is a way, we can extract the CAD file back from the AAG. I guess my question is, its there a way I can store a cad file in a neutral format that is not STEP or Brep and still be able to retrieve a CAD file from it?