<Code Lib>
2022 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
)

  • String
    folder
    The name of the folder for the exported file.
  • String
    name
    The name of the exported file. If it doesn't end in '.nwc', this extension will be added automatically.
  • options
    Options which control the contents of the export.

Loading…