API Panel.Position.SetScale
Appearance
<sidebar>API contents</sidebar> Sets an objects scale based on a position
Parameters
HANDLE Dest
- The position or component to update
HANDLE Source
- The position or component to read from
Return value
This call does not return a value
Detailed description
This is equivalent to the call to Set, except that the coordinates and rotation of the position are omitted. These may be set with SetCoords and SetRotation.
This call is useful for building up a position from multiple sources.
Examples
Calling in a calculation
- Add to a calculation icon:
::Panel.Position.SetScale(dest, source)
No additional information