Package | Description |
---|---|
com.aspose.cad.fileformats.obj.elements | |
com.aspose.cad.fileformats.obj.vertexdata |
Modifier and Type | Method and Description |
---|---|
List<ObjVertex> |
ObjRoot.getVertices()
Gets or sets the vertices.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjRoot.setVertices(List<ObjVertex> value)
Gets or sets the vertices.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjVertexColor
The OBJ vertex (position and color).
|
Modifier and Type | Method and Description |
---|---|
boolean |
ObjVertex.equals(ObjVertex other)
Indicates whether the current object is equal to another object of the same type.
|
static boolean |
ObjVertex.op_Equality(ObjVertex a,
ObjVertex b)
Overloading the equality operator.
|
static boolean |
ObjVertex.op_Inequality(ObjVertex a,
ObjVertex b)
Overloading the inequality operator.
|