Applies a rotation to the whole scene.
The request body is of type AddRotation.
Request Body Parameters
Name | Description | Data Type |
angleInRadians | The angle in radians. | xml:double |
vectorX | The rotation axis' X direction. | xml:double |
vectorY | The rotation axis' Y direction. | xml:double |
vectorZ | The rotation axis' Z direction. | xml:double |
centerX | The rotation axis' X origin. | xml:double |
centerY | The rotation axis' Y origin. | xml:double |
centerZ | The rotation axis' Z origin. | xml:double |
Overview
|
|
Sequence
| |
The response body is of type AddRotationResponse.
Response Body Parameters
Name | Description | Data Type |
AddRotationResult | Error messages. | xml:string |
Overview
|
|
Sequence
| |