public class Mesh
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element ref="{}Vertices"/> <element ref="{}Faces"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Faces |
faces |
protected Vertices |
vertices |
Constructor and Description |
---|
Mesh() |
Modifier and Type | Method and Description |
---|---|
Faces |
getFaces()
Gets the value of the faces property.
|
Vertices |
getVertices()
Gets the value of the vertices property.
|
void |
setFaces(Faces value)
Sets the value of the faces property.
|
void |
setVertices(Vertices value)
Sets the value of the vertices property.
|
public Vertices getVertices()
Vertices
public void setVertices(Vertices value)
value
- allowed object is
Vertices
public Faces getFaces()
Faces