API Documentation > Interfaces > Interface EdgeTessellation
Interface EdgeTessellation

package com.ptc.wfc.wfcGeometry;

public interface
EdgeTessellation
extends
jxobject


Description
Represents the edge tessellation
User Guide References:
Method Summary
Get method for attribute "AdjacentSurfaces"
The adjacent surfaces
Get method for attribute "FirstUVPoint"
First seqeunce of UV Points
Get method for attribute "SecondUVPoint"
Second sequence of UV Points
Get method for attribute "TessellationPoints"
List of tessellation points
Method Detail
GetTessellationPoints
GetTessellationPoints
()
List of tessellation points
GetAdjacentSurfaces
GetAdjacentSurfaces
()
The adjacent surfaces
GetFirstUVPoint
GetFirstUVPoint
()
First seqeunce of UV Points
GetSecondUVPoint
GetSecondUVPoint
()
Second sequence of UV Points
Was this helpful?