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