public class GeneralMesh
extends java.lang.Object
implements java.io.Serializable
Java class for GeneralMesh complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralMesh"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Vertices" type="{}Vertices"/> <element name="Faces" type="{}Faces"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Faces |
faces |
protected Vertices |
vertices |
Constructor and Description |
---|
GeneralMesh() |
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