step_file_info
Extract metadata from a STEP file without converting, including product names, body count, and file schema, to inspect files before import.
Instructions
Extract metadata from a STEP file without converting it.
Parses the STEP ASCII header to extract product names, estimated
body count, file schema, and other metadata. This is fast and
requires no external backend.
Use this to inspect a STEP file before deciding whether to
import it.
Args:
file_path: Path to the STEP/STP file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |