API Panel.PCloud.SetMode
From Flowcode Help
Jump to navigationJump to search![]() |
SetMode |
Sets the rendering mode of the point cloud | |
![]() |
PCloud |
The handle to the cloud to adjust the graphics of | |
![]() |
DrawMode |
The graphical mode to display the points with | |
![]() |
Return |
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