| Package | Description |
|---|---|
| com.aspose.cad.fileformats.stl.stllibrary.core.models |
| Modifier and Type | Method and Description |
|---|---|
VertexDataUnit |
TriangularFacet.getVertex1()
Gets or sets the coordinates of the first vertex.
|
VertexDataUnit |
TriangularFacet.getVertex2()
Gets or sets the coordinates of the second vertex.
|
VertexDataUnit |
TriangularFacet.getVertex3()
Gets or sets the coordinates of the third vertex.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TriangularFacet.setVertex1(VertexDataUnit value)
Gets or sets the coordinates of the first vertex.
|
void |
TriangularFacet.setVertex2(VertexDataUnit value)
Gets or sets the coordinates of the second vertex.
|
void |
TriangularFacet.setVertex3(VertexDataUnit value)
Gets or sets the coordinates of the third vertex.
|