Namespace:
Autodesk.Revit.DB.IFC
IFCExtrusionAxes
Enumeration
Description:
Represents the possible axes to try when generating an extrusion using IFCCreateExtrusionData.
Represents the possible axes to try when generating an extrusion using IFCCreateExtrusionData.
IFCExtrusionAxes Enumeration Members:
| Name | Description |
|---|---|
| 0 | The default value. |
| 1 | The x-axis. |
| 2 | The y-axis. |
| 3 | The x- and y-axes. |
| 4 | The z-axis. |
| 5 | The x- and z-axes. |
| 6 | The y- and z-axes. |
| 7 | The x-, y-, and z-axes. |
| 8 | A custom direction. |
| 15 | The x-, y-, and z-axes, and a custom direction. |