Difference between revisions of "API Panel.PCloud"

From Flowcode Help
Jump to navigationJump to search
(XML import of Point Cloud API)
 
(XML import of LinkBar API)
Line 16: Line 16:
 
|width="35%"|[[API Panel.PCloud.SetPos|SetPos]]
 
|width="35%"|[[API Panel.PCloud.SetPos|SetPos]]
 
|Sets the position for the point cloud to be located at
 
|Sets the position for the point cloud to be located at
 +
|-
 +
|width="35%"|[[API Panel.PCloud.GetPos|GetPos]]
 +
|Gets the position the point cloud is located at
 
|-
 
|-
 
|width="35%"|[[API Panel.PCloud.SetPoints|SetPoints]]
 
|width="35%"|[[API Panel.PCloud.SetPoints|SetPoints]]

Revision as of 10:46, 1 July 2013


<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