8000 GitHub - bkw777/stltostp: Convert stl files to STEP brep files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from slugdev/stltostp

Convert stl files to STEP brep files

License

Notifications You must be signed in to change notification settings

bkw777/stltostp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Build

mkdir build
cd build
cmake ..
make clean all && sudo make install

License

BSD

Windows Installer

stltostp-1.0.1-win64.msi

About

Convert stl files to STEP brep files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.4%
  • CMake 3.6%
0