Click or drag to resize

CoordinateSystemRotateAroundZAxis Method

Rotates the coordinate system around the global Z axis by the specified angle.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
void RotateAroundZAxis(
	double angle
)

Parameters

angle  Double
The rotation angle in radians.
See Also