step_file_info
Extract metadata from a STEP file (product names, body count, schema) without converting it. Use it to inspect a file before deciding to 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 |