-
-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an 3D Export #1071
Comments
That's too complicated and out of scope. We're exporting DWG, DXF or some private JSON. The json does contain the decrypted ACIS bodies. |
ACIS bodies are SAT files. If I use AutoCAD and use SAT-filetype for exporting bodies from my dwg, only around the half of the bodies are exported. It seems that things like surface bodies are missing. I only get everything if I export to iges. |
That's interesting. |
Sorry but I'm a CAD user not a developer. Your mention of JSON was interesting but I don't know what to do here. I attached you an example. I imported the sat-file into a dwg. |
@Mannshoch Could you send DXF file of this file? |
btw: There are 13 3DSOLID entities, which have issues in libredwg |
You speak about #1028 (reply in thread) ? What kind of problems are there? As far that kind of data I usually have to work with. It's ok if they have error as long I could get them soemhow. I may could repair it with FreeCAD or other applications. |
@Mannshoch I am talking about Waschbecken.zip The latest version of DXF as possible (ideally AC1032 for AC1032 dwg file) About problem: Each version of DWG brings new features, your DWG file has multiple issues in 3DSOLID entity. The export to e.g. json isn't much helpful. For development is better to fix issues in older versions of DWG. |
No, here are these undocumented classes, no ACIS solid's: Warning: Unknown Class object 0 ACIMINTSYSVAR (0x8) |
|
@Mannshoch Thank you very much for testing data. We have actually issues with:
If you want to help us, you could create some small sat file with simple 3d object and insert it to autocad and send to us. (SAT, DWG and DXF files). Working on this big file isn't simple. This issue is not simple still. |
May that is a binary SAT. From SAT files there are not only text files (.sat) also a binary filetype (.sab) does exist. |
@Mannshoch I understand. There are situations like ACIS in REGION in ASCII form, converted to the next version of DWG and present in BINARY form. |
In my case, I mostly have to work with 3D-DWG files.
I would like to have a possibility to extract 3D Data. The file format is not that important ( could be either, sat, step, iges, ifc )
Objects to extract: Surfaces, 3D-Body, meshes, etc.
Structure should be in any case an Assembly export
(e.g. STEP):
The text was updated successfully, but these errors were encountered: