wolph / numpy-stl

Simple library to make working with STL files (and 3D objects in general) fast and easy.
http://numpy-stl.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
605 stars 103 forks source link

numpy-stl how to load stl entity with line fill color #196

Closed luoyu-123 closed 1 year ago

luoyu-123 commented 2 years ago

numpy-stl how to load stl entity with line fill color,I loaded it like this picture image But the effect I want is this 14 how can i make it happen

wolph commented 2 years ago

It depends on the code you used to render this. This library only handles the storage of t he 3D objects, it does not do any rendering itself