insert_part_from_library
Insert a standard part into the current FreeCAD model by specifying its library path. Optionally capture a screenshot to verify the insertion.
Instructions
Insert a part from the parts library addon.
Args:
relative_path: The relative path of the part to insert.
include_screenshot: Whether to return a screenshot of the model (default True).
Set to False to save tokens when visual feedback is not needed,
e.g. for intermediate steps in a longer sequence of changes.
view_name: The view orientation of the returned screenshot (default "Isometric").
Pick the view that best shows the change being made.
Returns:
A message indicating the success or failure of the part insertion and a screenshot of the object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_name | No | Isometric | |
| relative_path | Yes | ||
| include_screenshot | No |