IFCExtrusionAxes
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.
public enum IFCExtrusionAxes
| Name | Description |
|---|---|
| TryCustom | A custom direction. |
| TryDefault | The default value. |
| TryX | The x-axis. |
| TryXY | The x- and y-axes. |
| TryXYZ | The x-, y-, and z-axes. |
| TryXYZAndCustom | The x-, y-, and z-axes, and a custom direction. |
| TryXZ | The x- and z-axes. |
| TryY | The y-axis. |
| TryYZ | The y- and z-axes. |
| TryZ | The z-axis. |