Difference between revisions of "API Panel.PCloud.UnitScale"
From Flowcode Help
Jump to navigationJump to search (XML import of API documentation) |
(XML import) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
<sidebar>API Contents</sidebar> | <sidebar>API Contents</sidebar> | ||
Creates a unit scaled axis (X, Y or Z) with a center of zero and a range of two | Creates a unit scaled axis (X, Y or Z) with a center of zero and a range of two |
Revision as of 15:57, 16 January 2014
<sidebar>API Contents</sidebar> Creates a unit scaled axis (X, Y or Z) with a center of zero and a range of two
Contents
Parameters
FLOAT[] Axis
- The X, Y or Z axis to adjust
ULONG Offset
- The first item in the array to adjust
- The default value for this parameter is: 0
LONG ArrayStep
- The number of elements from the first to the second
- The default value for this parameter is: 1
ULONG Elements
- The number of points to adjust
FLOAT OrigOffset
- Returns the center of the original object
- This parameter is returned back to the caller
FLOAT OrigRange
- Returns the range of the original object
- This parameter is returned back to the caller
Return value
This call does not return a value
Detailed description
No additional information
Examples
Calling in a calculation
- Add to a calculation icon:
::Panel.PCloud.UnitScale(_arrayaxis, offset, arraystep, elements, return_origoffset, return_origrange)
No additional examples