HTTP API Process name: Rotate
Rotates the geometry of an Item about a hook point.
Process JSON
{ "Operation": "Item.Rotate", "PropertyMap": { "_angleDeg@": "1", "_ox@": "1", "_oy@": "1", "_oz@": "1" } }
Property Descriptions
Note: Properties shown in RED are mandatory.
Angle
The rotation angle, in degrees anti-clockwise, as a simple value, or as an expression, eg '43.21' or 'Acos(0.728849)*180/3.14'
Origin X
The X coordinate of the hook point of the rotation, as a simple value, or as an expression, eg '12.34' or '_ox#'
Origin Y
The X coordinate of the hook point of the rotation, as a simple value, or as an expression, eg '12.34' or '_oy#'
Origin Z
The X coordinate of the hook point of the rotation, as a simple value, or as an expression, eg '12.34' or '_oz#'