step_file_info
Inspect STEP file metadata before import: parse the ASCII header to extract product names, body count, file schema, and more without converting the file.
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 |