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