Difference between revisions of "API Panel.PCloud"
From Flowcode Help
Jump to navigationJump to search (XML import of Point Cloud API) |
(No difference)
|
Revision as of 20:14, 25 June 2013
<sidebar>API contents</sidebar>
Point cloud manipulation
This class is contained within Panel.
Contents
Functions provided for this class
| Create | Creates a new point cloud tied to a position handle |
| SetPos | Sets the position for the point cloud to be located at |
| SetPoints | Sets the X,Y,Z point lists |
| SetPointsEx | Sets the X,Y,Z point lists |
| SetGrid | Sets the X,Y,Z point lists in a height-map grid |
| SetGridEx | Sets the X,Y,Z point lists in a height-map grid |
| UnitScale | Creates a unit scaled axis (X, Y or Z) with a center of zero and a range of two |
| SetColor | Sets the RGB colour of the entire cloud |
| SetColors | Sets the RGB colour of the individual points in the cloud |
| SetMode | Sets the RGB colour of the individual points in the cloud |
| Update | Manually refresh the screen the point cloud exists on |
Constants provided for this class
| Type | Name | Value | Description |
|---|---|---|---|
| LONG | Mode_Point | 0 | Displays cloud as points |
| LONG | Mode_Line | 1 | Displays cloud as joined lines |
| LONG | Mode_Solid | 2 | Displays cloud as a solid surface |
Examples
No additional examples
See also
No additional information