ExporterIFCUtils.SetGlobal3DDirectionHandles
Method
Description:
Sets the handles representing the cardinal directions in 3D.
Sets the handles representing the cardinal directions in 3D.
Syntax
public static void SetGlobal3DDirectionHandles(
bool positive,
IFCAnyHandle xDir,
IFCAnyHandle yDir,
IFCAnyHandle zDir
)
Parameters
Parameter | Type | Description |
---|---|---|
positive | Boolean | True if the handles returned should be in the positive direction, false if the handles should be in the negative direction. |
xDir | IFCAnyHandle | The X direction handle. |
yDir | IFCAnyHandle | The Y direction handle. |
zDir | IFCAnyHandle | The Z direction handle. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |