com.aspose.cad.fileformats.stl.stllibrary.core.models
com.aspose.cad.fileformats.stl.stllibrary.core.models package
The com.aspose.cad.fileformats.stl.stllibrary.core.models namespace defines the fundamental data structures used by the STL file format implementation in Aspose.CAD for Java. It includes classes such as TriangularFacet, VertexDataUnit, NormalDataUnit, and ColorDataUnit that model facets, vertices, normals, and optional color attributes.
Classes
| Name | Description |
|---|---|
| ColorDataUnit | Customize the color of the surface. |
| NormalDataUnit | Normal to the surface. |
| TriangularFacet | Triangular facet of the surface. |
| VertexDataUnit | The coordinates of the vertices triangle facets. |