measure_distance
Measures the distance between two objects in a Rhino file by specifying their indices. Returns distance measurement information.
Instructions
Measure the distance between two objects in a Rhino file.
Args: file_path: Path to the .3dm file object_index1: Index of the first object object_index2: Index of the second object
Returns: Distance measurement information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| object_index1 | Yes | ||
| object_index2 | Yes |