| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| FacetVertexIndices | GetFacetVertexIndices
()
Get method for attribute "FacetVertexIndices" The array of Facet vertex index in the tessellation data |
| Vector3Ds | GetNormals
()
Get method for attribute "Normals" The Array of normal vectors in the tessellation data |
| int | GetNumberOfFacets
()
Get method for attribute "NumberOfFacets" Number of facets in the tessellation data |
| int | GetNumberOfVertices
()
Get method for attribute "NumberOfVertices" Number of vertices in the tessellation data |
| WSurface | GetSurface
()
Get method for attribute "Surface" |
| Vector3Ds | GetVertexVectors
()
Get method for attribute "VertexVectors" The Array of vertex vectors in the tessellation data |
| Method Detail |
|---|
| GetSurface |
|---|
| WSurface | GetSurface | () |
|
| GetNumberOfVertices |
|---|
| int | GetNumberOfVertices | () |
Number of vertices in the tessellation data
|
| GetVertexVectors |
|---|
| Vector3Ds | GetVertexVectors | () |
The Array of vertex vectors in the tessellation data
|
| GetNormals |
|---|
| Vector3Ds | GetNormals | () |
The Array of normal vectors in the tessellation data
|
| GetNumberOfFacets |
|---|
| int | GetNumberOfFacets | () |
Number of facets in the tessellation data
|
| GetFacetVertexIndices |
|---|
| FacetVertexIndices | GetFacetVertexIndices | () |
The array of Facet vertex index in the tessellation data
|