Skip to content

gerrygralton/consistent_stl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

consistent_stl

Dependencies

Python

From the terminal run:

python3 consistent_stl.py path/to/input_file path/to/output_file length_scale angle

where length_scale is the desired element size and angle is the angle at which new surfaces are defined in degrees. For smooth geometries use 180 degrees, else use 45 degrees.

Julia

Inside a REPL run:

include("consistent_stl.jl")
constistent_stl(path/to/input_file, path/to/output_file, len_scale=1., angle=180.)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published