API Panel.PCloud.SetMode: Difference between revisions
Appearance
XML import of Point Cloud API |
XML import of API console/scope rename functions |
||
| Line 16: | Line 16: | ||
:The handle to the cloud to adjust the graphics of | :The handle to the cloud to adjust the graphics of | ||
[[Variable Types| | [[Variable Types|UINT]] ''DrawMode'' | ||
:The graphical mode to display the points with | :The graphical mode to display the points with | ||
:''Typical values for this parameter:'' | :''Typical values for this parameter:'' | ||
Revision as of 14:46, 26 June 2013
<sidebar>API contents</sidebar>
Sets the RGB colour of the individual points in the cloud
Parameters
HANDLE PCloud
- The handle to the cloud to adjust the graphics of
UINT DrawMode
- The graphical mode to display the points with
- Typical values for this parameter:
Name Description Mode_Point Displays cloud as points Mode_Line Displays cloud as joined lines Mode_Solid Displays cloud as a solid surface
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.SetMode(pcloud, ::Panel.PCloud.Mode_Point)
No additional examples