bzt 8bb4be6962 Fixed animations and textures with the WebGL viewer 1 年之前
..
Makefile 8744be67d7 Lots of heavy testing and a few new features 5 年之前
README.md 7d2052bc55 More STEP file stuff and profiling 5 年之前
catalog.php 8bb4be6962 Fixed animations and textures with the WebGL viewer 1 年之前
stepanal.php 7d2052bc55 More STEP file stuff and profiling 5 年之前

README.md

Model 3D Tools

Catalog Generator

The catalog.php is a small script I use to convert models in batch and generate the homepage and the model catalog.

STEP Analyzer

The other, stepanal.php is a tool to analyze and dump STEP files.

php stepanal.php <stepfile> <entity id | entity name> [maxlevel]

Will dump the hierarchy sub-tree in STEP files from the given entity.

php stepanal.php -p <step file1> [step file2] [step file3...]

Will read in all STEP files given in the arguments and will print parent - child relations for entity names.

php stepanal.php -e <step file> <entity id>

Will extract one sub-tree from the STEP file which contains entity id. You might want to redirect the output to a new STEP file.