c# - How to extract geometric positions from 2d .dwg using Forge AutoDesk APIs? -


using model derivative api able geometric properties of 3d dwg file 2d dwg facing issue(unrecoverable exit code extractor: -1073741831) on extracting geometric properties.

i understand model derivative api doesn't provide support extracting 2d geometries.

is other way extract geometry of 2d file using programming api(c#)?

edit

i have added objecttree json file , post url of "extract geometry selected objects obj file" in following github link.

https://github.com/jothipandiyan-jp1/autodesk

from error, seems 2d drawing somehow broken, or not uploaded right. or vertical file, plant 3d or map 3d?

the model derivative should extract 2d view, can try file on a360 viewer or via api @ this sample (c# source).

edit

from comments, seems trying extract .obj single objectid in 2d dwg. should not trigger errors, may return empty file obj format intended 3d shapes. can update question full post job used on code? make sure modelguid , objectids parameters correct.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -