Uses of Class
org.apache.commons.geometry.io.euclidean.threed.stl.BinaryStlFacetDefinition
Packages that use BinaryStlFacetDefinition
Package
Description
This package contains types for reading and writing the
STL
geometric data file format.
-
Uses of BinaryStlFacetDefinition in org.apache.commons.geometry.io.euclidean.threed.stl
Methods in org.apache.commons.geometry.io.euclidean.threed.stl that return BinaryStlFacetDefinitionModifier and TypeMethodDescriptionBinaryStlFacetDefinitionReader.readFacet()
Return the next facet definition from the input source or null if no more facets are available.private BinaryStlFacetDefinition
BinaryStlFacetDefinitionReader.readFacetInternal()
Internal method to read a single facet from the input.