Document.Export
Description:
Exports a Revit project to the Navisworks .nwc format.
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.
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.
Overloads (14):
Export(String,String,NavisworksExportOptions)
public void Export(
string folder,
string name,
NavisworksExportOptions options
)
-
StringfolderThe name of the folder for the exported file.
-
StringnameThe name of the exported file. If it doesn't end in '.nwc', this extension will be added automatically.
-
optionsOptions which control the contents of the export.
-
NullOrEmpty -or- Contains invalid characters. -or- The input options were not valid. Check the exception message for specific details.
-
A non-optional argument was null
-
Export is temporarily disabled. -or- Exporting is not allowed in the current application mode.
-
The folder does not exist.
-
The export operation is cancelled in event handler.
-
A Navisworks Exporter is not available in the installed Revit.