IFCExtrusionAxes Enumeration

Represents the possible axes to try when generating an extrusion using IFCCreateExtrusionData.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum IFCExtrusionAxes
Members
Member nameValueDescription
TryDefault0 The default value.
TryX1 The x-axis.
TryY2 The y-axis.
TryXY3 The x- and y-axes.
TryZ4 The z-axis.
TryXZ5 The x- and z-axes.
TryYZ6 The y- and z-axes.
TryXYZ7 The x-, y-, and z-axes.
TryCustom8 A custom direction.
TryXYZAndCustom15 The x-, y-, and z-axes, and a custom direction.
See Also