HTTP API Process name: Scale

Scales the geometry of an Item about a hook point.

Process JSON

{
 "Operation": "Item.Scale",
 "PropertyMap": {
  "_sx@": {
   "r8": 2
   },
   "_sy@": {
    "r8": 2
   },
   "_sz@": {
    "r8": 2
   },
   "_ox@": "1",
   "_oy@": "1",
   "_oz@": "1"
  }
 }

Property Descriptions

Origin X

The X coordinate of the hook point of the scaling, as a simple value, or as an expression, eg '12.34' or '_ox#'

Origin Y

The Y coordinate of the hook point of the scaling, as a simple value, or as an expression, eg '12.34' or '_oy#'

Origin Z

The Z coordinate of the hook point of the scaling, as a simple value, or as an expression, eg '12.34' or '_oz#'

Scale X

The scale in X to apply, as a simple value, or as an expression, eg '12.34' or '0.1234*_sx#'

Scale Y

The scale in Y to apply, as a simple value, or as an expression, eg '12.34' or '0.1234*_sy#'

Scale Z

The scale in Z to apply, as a simple value, or as an expression, eg '12.34' or '0.1234*_sz#'