API Documentation > Interfaces > Interface SurfaceTessellationData
Interface SurfaceTessellationData

package com.ptc.wfc.wfcGeometry;

public interface
SurfaceTessellationData
extends
jxobject


Description
Interface for surface tessellation data
User Guide References:
Method Summary
Get method for attribute "FacetVertexIndices"
The array of Facet vertex index in the tessellation data
Get method for attribute "Normals"
The Array of normal vectors in the tessellation data
int
Get method for attribute "NumberOfFacets"
Number of facets in the tessellation data
int
Get method for attribute "NumberOfVertices"
Number of vertices in the tessellation data
Get method for attribute "Surface"
Get method for attribute "VertexVectors"
The Array of vertex vectors in the tessellation data
Method Detail
GetSurface
GetSurface
()
User Guide References:
GetNumberOfVertices
int
GetNumberOfVertices
()
Number of vertices in the tessellation data
User Guide References:
GetVertexVectors
GetVertexVectors
()
The Array of vertex vectors in the tessellation data
User Guide References:
GetNormals
GetNormals
()
The Array of normal vectors in the tessellation data
User Guide References:
GetNumberOfFacets
int
GetNumberOfFacets
()
Number of facets in the tessellation data
User Guide References:
GetFacetVertexIndices
GetFacetVertexIndices
()
The array of Facet vertex index in the tessellation data
User Guide References:
Was this helpful?