Difference between revisions of "API Panel.PCloud.SetPos"

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> Sets the position for the point cloud to be located at

Class hierarchy

Panel

PCloud
SetPos

Parameters

HANDLE PCloud

The handle to the cloud to adjust the position of

HANDLE Pos

The position to display the cloud at

BOOL Track

Automatically update the cloud to match changes in the position


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.SetPos(pcloud, pos, false)

No additional examples