Library | Package Java Toolkit

Interface EdgeTessellation

package com.ptc.wfc.wfcGeometry;

public interface EdgeTessellation
  extends jxobject



Description

Represents the edge tessellation



Method Summary
SurfacesGetAdjacentSurfaces ()
    Get method for attribute "AdjacentSurfaces"
     The adjacent surfaces
UVParamsSequenceGetFirstUVPoint ()
    Get method for attribute "FirstUVPoint"
     First seqeunce of UV Points
UVParamsSequenceGetSecondUVPoint ()
    Get method for attribute "SecondUVPoint"
     Second sequence of UV Points
Point3DsGetTessellationPoints ()
    Get method for attribute "TessellationPoints"
     List of tessellation points

Method Detail

GetTessellationPoints

Point3DsGetTessellationPoints ()


     List of tessellation points



GetAdjacentSurfaces

SurfacesGetAdjacentSurfaces ()


     The adjacent surfaces



GetFirstUVPoint

UVParamsSequenceGetFirstUVPoint ()


     First seqeunce of UV Points



GetSecondUVPoint

UVParamsSequenceGetSecondUVPoint ()


     Second sequence of UV Points