Uses of Class
org.apache.commons.geometry.io.core.utils.AbstractTextFormatWriter
Packages that use AbstractTextFormatWriter
Package
Description
This package contains types for reading and writing the
OBJ
geometric data file format.
This package contains types for reading and writing the
STL
geometric data file format.
This package contains types for working with simple text-based 3D geometric
data formats, including CSV and simple text files.
-
Uses of AbstractTextFormatWriter in org.apache.commons.geometry.io.euclidean.threed.obj
Modifier and TypeClassDescriptionfinal class
Class for writing OBJ files containing 3D polygon geometries. -
Uses of AbstractTextFormatWriter in org.apache.commons.geometry.io.euclidean.threed.stl
Modifier and TypeClassDescriptionclass
Class for writing the text-based (i.e., "ASCII") STL format. -
Uses of AbstractTextFormatWriter in org.apache.commons.geometry.io.euclidean.threed.txt
Modifier and TypeClassDescriptionclass
Class for writing 3D facet geometry in a simple human-readable text format.