Library | Package Java Toolkit

Interface EdgeVertexData

package com.ptc.wfc.wfcGeometry;

public interface EdgeVertexData
  extends jxobject



Description

The data of edge vertex.



Method Summary
EdgesGetEdges ()
    Get method for attribute "Edges"
     The array of edges meeting at the specified edge end.
SurfacesGetSurfaces ()
    Get method for attribute "Surfaces"
     The array of surface adjacent to the edges
EdgeEndTypesGetTypes ()
    Get method for attribute "Types"
    An array of end types of the neighboring edges

Method Detail

GetEdges

EdgesGetEdges ()


     The array of edges meeting at the specified edge end.



GetTypes

EdgeEndTypesGetTypes ()


    An array of end types of the neighboring edges



GetSurfaces

SurfacesGetSurfaces ()


     The array of surface adjacent to the edges