Revit 2025.3 API
FBXExport |
3D-Studio Max (FBX) Export options.

SystemObject
Autodesk.Revit.DBFBXExportOptions
Autodesk.Revit.DBFBXExportOptions
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
The FBXExportOptions type exposes the following members.

Name | Description | |
---|---|---|
![]() | FBXExportOptions | Default constructor. Sets all options to their default values. |

Name | Description | |
---|---|---|
![]() | LevelsOfDetailValue | The value of the levels of detail. |
![]() | StopOnError | Whether export process should stop when a view fails to export. |
![]() | UseLevelsOfDetail | True to use levels of detail, false otherwise. |
![]() | WithoutBoundaryEdges | True to export without boundary edges, false otherwise. |

Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
See Also