Difference between revisions of "API Panel.PCloud.SetGrid"
From Flowcode Help
Jump to navigationJump to search| Line 33: | Line 33: | ||
==Detailed description==  | ==Detailed description==  | ||
| − | + | ||
| Line 39: | Line 39: | ||
===Calling in a calculation===  | ===Calling in a calculation===  | ||
* Add to a calculation icon: <pre class="brush:[cpp]">::Panel.PCloud.SetGrid(pcloud, _arrayxyz, gridwidth, elements)</pre>  | * Add to a calculation icon: <pre class="brush:[cpp]">::Panel.PCloud.SetGrid(pcloud, _arrayxyz, gridwidth, elements)</pre>  | ||
| − | |||
| − | |||
Latest revision as of 11:54, 16 January 2023
Detailed description
Examples
Calling in a calculation
- Add to a calculation icon: 
::Panel.PCloud.SetGrid(pcloud, _arrayxyz, gridwidth, elements)