IFCExtrusionAxes Enumeration |
Represents the possible axes to try when generating an extrusion using IFCCreateExtrusionData.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum IFCExtrusionAxes
Public Enumeration IFCExtrusionAxes
public enum class IFCExtrusionAxes
MembersMember name | Value | Description |
---|
TryDefault | 0 |
The default value.
|
TryX | 1 |
The x-axis.
|
TryY | 2 |
The y-axis.
|
TryXY | 3 |
The x- and y-axes.
|
TryZ | 4 |
The z-axis.
|
TryXZ | 5 |
The x- and z-axes.
|
TryYZ | 6 |
The y- and z-axes.
|
TryXYZ | 7 |
The x-, y-, and z-axes.
|
TryCustom | 8 |
A custom direction.
|
TryXYZAndCustom | 15 |
The x-, y-, and z-axes, and a custom direction.
|
See Also