step_file_info
Extract metadata from STEP files without conversion. Parse the ASCII header to get product names, body count, and schema to evaluate 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 |