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: 26.0.4.0 (26.0.4.0)
Syntax
public enum IFCExtrusionAxes
Members
Member nameValueDescription
TryCustom8 A custom direction.
TryDefault0 The default value.
TryX1 The x-axis.
TryXY3 The x- and y-axes.
TryXYZ7 The x-, y-, and z-axes.
TryXYZAndCustom15 The x-, y-, and z-axes, and a custom direction.
TryXZ5 The x- and z-axes.
TryY2 The y-axis.
TryYZ6 The y- and z-axes.
TryZ4 The z-axis.
See Also