Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
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 };
Members
Description
TryDefault
The default value.
TryX
The x-axis.
TryY
The y-axis.
TryXY
The x- and y-axes.
TryZ
The z-axis.
TryXZ
The x- and z-axes.
TryYZ
The y- and z-axes.
TryXYZ
The x-, y-, and z-axes.
TryCustom
A custom direction.
TryXYZAndCustom
The x-, y-, and z-axes, and a custom direction.

File: TbIfcEnums.h 

Namespace: TB_IFCEXPORT::IFCExtrusionAxes 

Copyright © 2002-2022. Open Design Alliance All rights reserved.