Message 1 of 2
NavisworksExportOptions

Not applicable
12-16-2016
04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
using:
NavisworksExportOptions nwcOptions = new NavisworksExportOptions();
Is there some way to set the faceting factor through the API ? these does not seem to be an member for the faceting factor in the navisworksexportoptions. Exporting through api will keep it on the default value of 1, but this messes up the small parts in my model, so i want to set it to 10.
using the default exporter, i can manually change this setting but in the through the api it seems impossible to do. Is there some way ?