 | CoordinateSystemRotateAroundZAxis Method |
Rotates the coordinate system around the global Z axis by the specified angle.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntaxvoid RotateAroundZAxis(
double angle
)
Sub RotateAroundZAxis (
angle As Double
)
Parameters
- angle Double
- The rotation angle in radians.
See Also