API Panel.PCloud.SetPoints
From Flowcode Help
Jump to navigationJump to search
<sidebar>API contents</sidebar>
Sets the X,Y,Z point lists
Contents
Parameters
HANDLE PCloud
- The handle to the cloud to set the points of
 
FLOAT[] XYZ
- The array of (X,Y,Z) coordinates to use
 
ULONG Elements
- The number of (X,Y,Z) points to set
 
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.SetPoints(pcloud, _arrayxyz, elements)
 
No additional examples