| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| FacetVertexIndices | GetFacetVertexIndices
()
Get method for attribute "FacetVertexIndices" Indices indicating the vertices used for each facet for the tessellated item |
| UVParamsSequence | GetUVParams
()
Get method for attribute "UVParams" UV parameters for each of the tessellation vertices |
| Vector3Ds | GetVectors
()
Get method for attribute "Vectors" Normal vectors for each of the tessellation vertices |
| Point3Ds | GetVertices
()
Get method for attribute "Vertices" Vertices that make up this tessellation |
| Method Detail |
|---|
| GetVertices |
|---|
| Point3Ds | GetVertices | () |
Vertices that make up this tessellation
|
| GetVectors |
|---|
| Vector3Ds | GetVectors | () |
Normal vectors for each of the tessellation vertices
|
| GetUVParams |
|---|
| UVParamsSequence | GetUVParams | () |
UV parameters for each of the tessellation vertices
|
| GetFacetVertexIndices |
|---|
| FacetVertexIndices | GetFacetVertexIndices | () |
Indices indicating the vertices used for each facet for the tessellated item
|