DWFXExportOptions()

DWFXExportOptions()

studio-a-int
Advocate Advocate
553 Views
3 Replies
Message 1 of 4

DWFXExportOptions()

studio-a-int
Advocate
Advocate

Hello -

 

I'm looking to find how to change the "Options" for DWFXExportOptions()

I would like to embed (or not) certain data when I export automatically 3D views to .dwfx format.

 

Thank you for your help!

0 Likes
554 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable

What are you looking for then?

The DWFXExportOptions have several settings you can set like:

 

DWFXExportOptions dwfxExportOptions = new DWFXExportOptions
{
MergedViews = checkEditExportLinks.Checked,
CropBoxVisible = true,
ExportingAreas = true
};

 

 

Message 3 of 4

studio-a-int
Advocate
Advocate

Remy - thank you for your reply. I'm looking to embed shared parameters into exported geometry. IE: walls, conduits, ducts, etc. to contain the shared parameters/built-in that are binded to specific categories. I could not find this documentation in the API. Any suggestions where to look for it? Thanks for your help.

0 Likes
Message 4 of 4

studio-a-int
Advocate
Advocate

It was my bad, after posting I found the options in the API:

ExportObjectData

 
0 Likes