tc_create_viewpoint_from_viewer
Creates a BCF viewpoint directly from the Live 3D viewer state, capturing perspective camera, selected components, and a PNG snapshot to attach to an existing BCF topic.
Instructions
Create a BCF viewpoint on an existing topic directly from the user's LIVE 3D viewer state: perspective camera, selected components (IFC GUIDs) and PNG snapshot. The snapshot is attached server-side and never passes through the model. Requires the 'Agent Eyes' extension panel to be open in Trimble Connect. Typical flow: 1) tc_bcf action topic_create, 2) this tool with the returned topic GUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | Yes | Trimble Connect region: us (North America), eu (Europe), ap (Asia-Pacific), ap-au (Australia) | |
| topicId | Yes | GUID of the BCF topic to attach the viewpoint to | |
| projectId | Yes | Trimble Connect project ID | |
| bcfVersion | No | BCF API version | 2.1 |
| includeSnapshot | No | Attach the viewer snapshot image to the viewpoint | |
| includeSelection | No | Attach the selected components (IFC GUIDs) to the viewpoint |