I am using the
doc.Export(string, string, NavisworksExportOptions)
to export NWC files. Everything works just fine. I am sometimes running into a situation where a view that is used to export to NWC contains no suitable geometry. That's true because some view templates set up in a model are supposed to isolate things like Plumbing Fixtures and I might not have those in an Exclosure model. Anyways, i don't want to manually delete that view, but instead either suppress the warning, or check if there is geometry in a view so that i can skip it or use it.
Two questions then:
1. Can we check using API if givent view contains geometry suitable for export to NWC?
2. Can this warning be suppressed?
Thanks!