<Code Lib>
2020 Method
Changes 0
M

Document.Export(String, String, NavisworksExportOptions)

Description:
Exports a Revit project to the Navisworks .nwc format.
Remarks:
This is an optional functionality that does not have to be installed. The method "OptionalFunctionalityUtils.isNavisworksExporterAvailable()" can be called to check if the exporter is present.

public void Export(
	string folder,
	string name,
	NavisworksExportOptions options
)

Loading…