NavisworksExportOptions
Description:
Options which controls the Navisworks export.
Options which controls the Navisworks export.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.NavisworksExportOptions
System.Object
Autodesk.Revit.DB.NavisworksExportOptions
public class NavisworksExportOptions : IDisposable
| Name | Return Type | Description |
|---|---|---|
| NavisworksExportOptions() | None | Create an instance of Navisworks Export Options set with default values. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetSelectedElementIds() | ICollection<ElementId> | Returns the element ids of the elements to export. Empty by default. |
| SetSelectedElementIds(ICollection<ElementId>) | None | Sets the element ids of the elements to export. Used only when ExportScope = SelectedElements. |
| Name | Return Type | Description |
|---|---|---|
| ConvertElementProperties | bool | True to convert element properties, false otherwise. Default value is false. |
| ConvertLights | bool | True to convert lights, false otherwise. Default value is false. |
| ConvertLinkedCADFormats | bool | True to convert linked CAD formats, false otherwise. Default value is true. |
| Coordinates | NavisworksCoordinates | Options which specifies the coordinates of Navisworks Exporter. Default value is Shared. |
| DivideFileIntoLevels | bool | True to divide file into levels, false otherwise. Default value is true. |
| ExportElementIds | bool | True to export Revit element ids, false to skip these values. Default value is true. |
| ExportLinks | bool | True to export Revit links found in the main model, false to skip links. Default value is false. |
| ExportParts | bool | True to export Revit part elements, false to export the original parent elements. Default value is false. |
| ExportRoomAsAttribute | bool | True to export data for each room converts into a single shared room attribute, false otherwise. Default value is true. |
| ExportRoomGeometry | bool | True to export Revit room geometry, false otherwise. Default value is true. |
| ExportScope | NavisworksExportScope | Options which specifies the export scope of Navisworks Exporter. Default value is Model. |
| ExportUrls | bool | True to export URL parameters, false otherwise. Default value is true. |
| FacetingFactor | double | Faceting factor. Default value is 1.0. |
| FindMissingMaterials | bool | True if the file exporter looks for a match for the materials missing from the export, false otherwise. Default value is true. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Parameters | NavisworksParameters | Options which specifies the parameter conversion of Navisworks Exporter. Default value is All. |
| ViewId | ElementId | The element id of the view to export. InvalidElementId by default. Used only when ExportScope = View. |