2027 Enumeration
Changes 0
E

IFCExtrusionAxes

Description:
Represents the possible axes to try when generating an extrusion using IFCCreateExtrusionData.
public enum IFCExtrusionAxes
Name Description
E TryCustom A custom direction.
E TryDefault The default value.
E TryX The x-axis.
E TryXY The x- and y-axes.
E TryXYZ The x-, y-, and z-axes.
E TryXYZAndCustom The x-, y-, and z-axes, and a custom direction.
E TryXZ The x- and z-axes.
E TryY The y-axis.
E TryYZ The y- and z-axes.
E TryZ The z-axis.