Class TextStlFacetDefinitionReader

java.lang.Object
org.apache.commons.geometry.io.euclidean.threed.stl.TextStlFacetDefinitionReader
All Implemented Interfaces:
AutoCloseable, FacetDefinitionReader

FacetDefinitionReader for reading the text (i.e., "ASCII") version of the STL file format.
See Also:
  • Constructor Details

    • TextStlFacetDefinitionReader

      Construct a new instance for reading text STL content from the given reader.
      Parameters:
      reader - reader to read characters from
  • Method Details