ExporterIFCUtils.GetGlobal3DDirectionHandle
Description:
Obtains the handle representing one cardinal direction in 3D.
Obtains the handle representing one cardinal direction in 3D.
public static IFCAnyHandle GetGlobal3DDirectionHandle(
int index,
bool positive
)
-
Int32indexThe index of the handle, where 0 is X, 1 is Y and 2 is Z.
-
BooleanpositiveTrue if the handle returned should be in the positive direction, false if the handle should be in the negative direction.