IFCExtrusionCalculatorOptions
This class contains the options used to calculate extrusions from Revit geometry.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.IFC.IFCExtrusionCalculatorOptions
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class IFCExtrusionCalculatorOptions : IDisposable
The IFCExtrusionCalculatorOptions type exposes the following members.
Constructors
Name
Description
Public Method
IFCExtrusionCalculatorOptions
Constructs a new instance of a class used to calculate extrusions from Revit geometry.
Properties
Name
Description
Public Property
CustomAxis
The custom axis to try (if extrusionAxes includes an option for a custom direction).
Public Property
ExtrusionAxes
The extrusion axes to try when doing the calculation.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
Scale
The scaling factor for length measurements from the default Revit units to the export units.
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the IFCExtrusionCalculatorOptions
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)