| Package | Description |
|---|---|
| com.aspose.cad.fileformats.stl.stlobjects |
| 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 |
|---|---|
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,VertexDataUnit> |
StlRoot.getVertices()
Gets or sets the vertices.
|
| Modifier and Type | Method and Description |
|---|---|
int |
StlRoot.addVertex(VertexDataUnit stlVertex)
Add vertex.
|
boolean |
VertexDataUnit.equals(VertexDataUnit other)
Indicates whether the current object is equal to another object of the same type.
|
static boolean |
VertexDataUnit.op_Equality(VertexDataUnit a,
VertexDataUnit b)
Overloading the equality operator.
|
static boolean |
VertexDataUnit.op_Inequality(VertexDataUnit a,
VertexDataUnit b)
Overloading the inequality operator.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StlRoot.setVertices(com.aspose.ms.System.Collections.Generic.Dictionary<Integer,VertexDataUnit> value)
Gets or sets the vertices.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.