get_selected_ifc_entities
Retrieve IFC entity details for manually selected objects in Blender, returning a JSON-formatted string for focused analysis and interaction.
Instructions
Get IFC entities corresponding to the currently selected objects in Blender.
This allows working specifically with objects the user has manually selected in the Blender UI.
Returns:
A JSON-formatted string with information about the selected IFC entities
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_selected_ifc_entitiesArguments",
"type": "object"
}