Package | Description |
---|---|
org.apache.commons.geometry.io.euclidean.threed.obj |
This package contains types for reading and writing the
OBJ
geometric data file format.
|
org.apache.commons.geometry.io.euclidean.threed.stl |
This package contains types for reading and writing the
STL
geometric data file format.
|
org.apache.commons.geometry.io.euclidean.threed.txt |
This package contains types for working with simple text-based 3D geometric
data formats, including CSV and simple text files.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjBoundaryReadHandler3D
BoundaryReadHandler3D
implementation for reading OBJ data. |
Modifier and Type | Class and Description |
---|---|
class |
StlBoundaryReadHandler3D
BoundaryReadHandler3D
implementation for reading STL data. |
Modifier and Type | Class and Description |
---|---|
class |
CsvBoundaryReadHandler3D
BoundaryReadHandler3D
implementation for the non-standard CSV format. |
class |
TextBoundaryReadHandler3D
BoundaryReadHandler3D
implementation for the non-standard TXT . |
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.