Library | Package Java Toolkit

Interface ContourDescriptor

package com.ptc.wfc.wfcGeometry;

public interface ContourDescriptor
  extends jxobject



Description

Provides Contour info.



Method Summary
ContourTraversalGetContourTraversal ()
    Get method for attribute "ContourTraversal"
    The contour traversal.
intseqGetEdgeIds ()
    Get method for attribute "EdgeIds"
    Array of identifiers of edges.
voidSetContourTraversal (ContourTraversal value)
    Set method for attribute "ContourTraversal"
    The contour traversal.
voidSetEdgeIds (intseq value)
    Set method for attribute "EdgeIds"
    Array of identifiers of edges.

Method Detail

GetContourTraversal/SetContourTraversal

ContourTraversalGetContourTraversal ()
voidSetContourTraversal (ContourTraversal value)


    The contour traversal.
Manual References:
Geometry Evaluation: Contours, Geometry Evaluation: Contours, Geometry Evaluation: Contours, Geometry Evaluation: Contours



GetEdgeIds/SetEdgeIds

intseqGetEdgeIds ()
voidSetEdgeIds (intseq value)


    Array of identifiers of edges.
Manual References:
Geometry Evaluation: Contours, Geometry Evaluation: Contours, Geometry Evaluation: Contours