findux / stltostp

Convert stl files to STEP brep files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stltostp

Command line utility to convert stl files to STEP (ISO 10303-21) files. The translation is a direct triangle to triangle conversion with a tolerance based merging of edges. stltostp translates without depending on 3rd party tools such as OpenCascade or FreeCAD. Image of stltostp input_output

Usage

stltostp <stl_file> <step_file> [ tol <value> ] Image of stltostp usage

License

BSD

Windows Installer

stltostp-1.0.1-win64.msi

About

Convert stl files to STEP brep files

License:BSD 4-Clause "Original" or "Old" License


Languages

Language:C++ 96.4%Language:CMake 3.6%