SetNode
SetNode sets the value of a node at a specified position.
Syntax
object.SetNode( Row, Col, Value )
Parameter |
Type |
Required/ Optional |
Default |
Description |
Row |
Integer |
Required |
|
This specifies the row number |
Col |
Integer |
Required |
|
This specifies the column number |
Value |
Double |
Required |
|
This specifies the new z value |
Example
This example demonstrates how to set the value of a grid node.
Grid.SetNode(Row:=7, Col:=11, Value:=4.3564)
Used by: Grid object , GridXYZC object