Package org.apache.commons.geometry.io.euclidean.threed.stl
This package contains types for reading and writing the
STL
geometric data file format.
- See Also:
- STL file format
-
Class Summary Class Description BinaryStlFacetDefinition Facet definition class that provides access to the 2-byte attribute value stored with each triangle in the binary STL format.BinaryStlFacetDefinitionReader Class used to read the binary form of the STL file format.BinaryStlWriter Low-level class for writing binary STL content.StlBoundaryReadHandler3D BoundaryReadHandler3D
implementation for reading STL data.StlBoundaryWriteHandler3D BoundaryWriteHandler3D
implementation for writing STL content.StlConstants Class containing constants for the STL file format.StlFacetDefinitionReaders Utility class with factory methods for constructingFacetDefinitionReader
instances for STL content.StlUtils Utility methods for the STL format.TextStlFacetDefinitionReader FacetDefinitionReader
for reading the text (i.e., "ASCII") version of the STL file format.TextStlWriter Class for writing the text-based (i.e., "ASCII") STL format.