IFCExtrusion |
This enumerated type represents the possible bases for derivation of extrusion geometry.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)


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). |
