Interface StlFileWriter.HandleBadPolygon

Enclosing class:
StlFileWriter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface StlFileWriter.HandleBadPolygon
Specifies how errors are handled.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleError(int which, String explanation)
     
  • Method Details

    • handleError

      void handleError(int which, String explanation)