export data in viewplan

export data in viewplan

Anonymous
Not applicable
908 Views
4 Replies
Message 1 of 5

export data in viewplan

Anonymous
Not applicable

in viewer3d,i can export data with CustomExporter.But in viewplan,how can I export the datas?

0 Likes
Accepted solutions (1)
909 Views
4 Replies
Replies (4)
Message 2 of 5

jeremytammik
Autodesk
Autodesk

Not so easily, I'm afraid.

 

What exactly are you after?

 

My simplified 2D room editor shows how to export 2D room boundaries with furniture and equipment outlines to SVG:

 

https://github.com/jeremytammik/RoomEditorApp

 

Cheers,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes
Message 3 of 5

aignatovich
Advisor
Advisor

Hi!

 

Export to DWF or DWFX and reading exported file can also be an option

Message 4 of 5

Anonymous
Not applicable

dear jeremy:

thanks for your reply!

I've read the sample you provided.expect furniture and equipment,I want to export all information in ViewPlan,as I saw in Revit.

how can I export data like f2d file which used in forge viewer.

I cann't get any geometry info in grid,idependenttag and some other annotated element.

0 Likes
Message 5 of 5

jeremytammik
Autodesk
Autodesk
Accepted solution

The only way to translate to Forge is to make use of the Forge translation service:

 

https://autodesk-forge.github.io

 

https://developer.autodesk.com/en/docs/data/v2/overview

 

Cheers,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder