3D-Studio Max (FBX) Export options.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.FBXExportOptions
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class FBXExportOptions
The FBXExportOptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FBXExportOptions | Default constructor. Sets all options to their default values. |
Properties
| 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. |
Methods
| 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) |
