Skip to content

Reply To: stl units and format

Due to recent bot attacks we have chanced the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums on OpenLB General Topics stl units and format Reply To: stl units and format

#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

stl file image

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