Skip to content

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