rsap_add_node
Create a node at specified coordinates (x, y, z in meters) with an optional explicit node number.
Instructions
Create a single node at the given coordinates (metres).
Args: x: X coordinate (m). y: Y coordinate (m). z: Z coordinate (m, vertical). number: Explicit node number; auto-assigned (next free) if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| z | Yes | ||
| number | No |