extract_geometry
Extract geometric data from a specific object in a .3dm file by providing the file path and object index.
Instructions
Extract geometric data from an existing object.
Args: file_path: Path to the .3dm file object_index: Index of the object to extract data from
Returns: Geometric data in a readable format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| object_index | Yes |