Reply To: stl units and format
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › stl units and format › Reply To: stl units and format
December 30, 2024 at 5:31 pm
#9637
talco
Participant
Thank you Adrian for the fast reply
this is a link for an image of the stl file, it’s a simple file
this is how I set up the stlReader for the millimeters case:
STLreader<T> stlReader( "Matmm.stl", converter.getConversionFactorLength(), 0.0001, 0.001 );
I have also tryed changing the stlSize to 1, like so
STLreader<T> stlReader( "Matmm.stl", converter.getConversionFactorLength(), 0.0001, 1 );
In both cases I’m getting the same error
if needed I can send the stl file