how to change fiber model to STL files for 3D printing??
just like the question, i had convert the model to stl successfully before, but i cant finish it now with the software of the same version or latest version.
i expect ur help ,my friends!
Here is example Python code to export fiber bundles to PLY. If you need STL you could change vtkPLYWriter
to vtkSTLWriter
, then need to comment the following two lines because STL doesn’t support colors (as far as I understand).
See also: