Class StlFileWriter

java.lang.Object
boofcv.io.points.impl.StlFileWriter

public class StlFileWriter extends Object
Writes a file that's in STL format when given a data structure that's wrapped by MeshPolygonAccess as input.
  • Field Details

    • precision

      public String precision
      Specifies number of digits in printf it should print the float. ASCII only
    • errorHandler

      public StlFileWriter.HandleBadPolygon errorHandler
      With a bad polygon is detected this function is called. Replace with custom logic
  • Constructor Details

    • StlFileWriter

      public StlFileWriter()
  • Method Details