STEPExportOptions
Description:
The export options used by exporting STEP format file.
The export options used by exporting STEP format file.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.BIMExportOptions
Autodesk.Revit.DB.STEPExportOptions
System.Object
Autodesk.Revit.DB.BIMExportOptions
Autodesk.Revit.DB.STEPExportOptions
public class STEPExportOptions : BIMExportOptions
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| STEPExportOptions() | None | Constructs a new instance of STEPExportOptions with default values of all properties. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | (Inherited from BIMExportOptions ) | BIMExportOptions |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ApplicationProtocol | STEPApplicationProtocol | The Application Protocol of the exported STEP file. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. (Inherited from BIMExportOptions ) | BIMExportOptions |
| TargetUnit | ExportUnit | The unit type of geometry in the resultant STEP file. Default value is ExportUnit::Default. | |
| ViewId | ElementId | The element id of the 3D view to export. InvalidElementId by default. (Inherited from BIMExportOptions ) | BIMExportOptions |