Replies: 2 comments 4 replies
-
We already do parse ACIS by our own, in C. For both ACIS types, the old official, and the new extended format with history. Should be easy to find. I also log the decrypted ACIS for each object, if stored in the object or linked into the seperate AcDs section. I didnt know about this python lib, looks great. Would have helped, because I've reverse engineered the new undocumented format by my own. Would need to crosscheck, what they have and what I have. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Closed in favor of #1160 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
There is a GPL-2 ACIS parser developed in Python for FreedCAD here:
https://github.com/jmplonka/InventorLoader
Especially this file:
https://github.com/jmplonka/InventorLoader/blob/master/Acis.py
Since I need ACIS parsing in C/C++, I'm going to attempt to port this to C/C++.
And since it is my understanding that DWG files might contain ACIS data, it might probably be better to use C.
Still, I was wondering what would be the best course of action project wise:
Please let me know.
Related issues:
Beta Was this translation helpful? Give feedback.
All reactions