Library | Package Java Toolkit

Interface Tessellation

package com.ptc.wfc.wfcGeometry;

public interface Tessellation
  extends jxobject



Description

Interface for the tessellation data



Method Summary
FacetVertexIndicesGetFacetVertexIndices ()
    Get method for attribute "FacetVertexIndices"
     Indices indicating the vertices used for each facet for the tessellated item
UVParamsSequenceGetUVParams ()
    Get method for attribute "UVParams"
    UV parameters for each of the tessellation vertices
Vector3DsGetVectors ()
    Get method for attribute "Vectors"
    Normal vectors for each of the tessellation vertices
Point3DsGetVertices ()
    Get method for attribute "Vertices"
    Vertices that make up this tessellation

Method Detail

GetVertices

Point3DsGetVertices ()


    Vertices that make up this tessellation
Manual References:
Geometry Evaluation: Surface Tessellation



GetVectors

Vector3DsGetVectors ()


    Normal vectors for each of the tessellation vertices
Manual References:
Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation



GetUVParams

UVParamsSequenceGetUVParams ()


    UV parameters for each of the tessellation vertices
Manual References:
Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation



GetFacetVertexIndices

FacetVertexIndicesGetFacetVertexIndices ()


     Indices indicating the vertices used for each facet for the tessellated item
Manual References:
Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation