This enumerated type represents the possible bases for derivation of extrusion geometry.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum IFCExtrusionBasis
Members
| Member name | Value | Description |
|---|---|---|
| BasisX | 0 | The X direction. |
| BasisY | 1 | The Y direction. |
| BasisZ | 2 | The Z direction. |
| InvalidBasis | -1 | An invalid basis (typically indicating that the extrusion extraction was unsuccessful). |
