API Panel.PCloud.UnitScale

From Flowcode Help
Revision as of 20:14, 25 June 2013 by JonnyW (talk | contribs) (XML import of Point Cloud API)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


<sidebar>API contents</sidebar> Creates a unit scaled axis (X, Y or Z) with a center of zero and a range of two

Class hierarchy

Panel

PCloud
UnitScale

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