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

NameDescription
ColorDataUnitCustomize the color of the surface.
NormalDataUnitNormal to the surface.
TriangularFacetTriangular facet of the surface.
VertexDataUnitThe coordinates of the vertices triangle facets.