API Panel.PCloud

From Flowcode Help
Revision as of 10:46, 1 July 2013 by JonnyW (talk | contribs) (XML import of LinkBar API)
Jump to navigationJump to search


<sidebar>API contents</sidebar> Point cloud manipulation

This class is contained within Panel.

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
GetPos Gets the position the point cloud is 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

Used by Create(), SetMode()
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