API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > TB_IFCEXPORT::IFCExtrusionAxes Namespace > Structs, Records, Enums > TB_IFCEXPORT::IFCExtrusionAxes::IFCExtrusionAxes Enumeration
TB_IFCEXPORT::IFCExtrusionAxes::IFCExtrusionAxes Enumeration
Syntax
C++
enum IFCExtrusionAxes { TryDefault = 0, TryX = 1, TryY = 2, TryXY = 3, TryZ = 4, TryXZ = 5, TryYZ = 6, TryXYZ = 7, TryCustom = 8, TryXYZAndCustom = 15 };

TbIfcEnums.h

Members 
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. 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.