I would like to modify some aspects of an stl file, created with solidworks, on a linux server. Is there a tried and tested way for such a task? I am looking into 3d libraries or meshlabserver at the moment.
How to programmatically alter an existing stl (stereolitography) file on a linux server?
593 views Asked by giorgio79 At
1
You can use meshlabserver like this
You need to write the process.mlx file to define the operation on you model
For example half the scale on z axis with below process.mlx
If you are not familar with the mashlab mlx file, you can generate it with the mashlab like this,
Then set the scale in the window, you can uncheck the
Uniform Scaling
checkbox to scale each axis separatelyThen click the
apply
button.Finally,
Filters > Show current filter script
, you can see the current scripts here, select theTansform: Scale, Normalize
and click theSave Script
as theprocess.mlx