pcb_parse_step
Parse STEP files (.step/.stp) to extract board outline, component bounding boxes, and heights for 3D mechanical review. Returns a session ID for further analysis.
Instructions
Parse a STEP (.step/.stp) file for 3D mechanical review. Extracts board outline, component bounding boxes, heights. Returns session_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to STEP file (.step or .stp) | |
| session_id | No | Optional existing session to merge 3D data into |