Share

FBXExportOptions Class

3D-Studio Max (FBX) Export options.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.FBXExportOptions


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public class FBXExportOptions

The FBXExportOptions type exposes the following members.

Constructors

 NameDescription
Public methodFBXExportOptionsDefault constructor. Sets all options to their default values.

Properties

 NameDescription
Public propertyLevelsOfDetailValueThe value of the levels of detail.
Public propertyStopOnErrorWhether export process should stop when a view fails to export.
Public propertyUseLevelsOfDetailTrue to use levels of detail, false otherwise.
Public propertyWithoutBoundaryEdgesTrue to export without boundary edges, false otherwise.

Methods

 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?