Library | File

Enum pfcContourTraversal

# include <pfcGeometry.h>

enum pfcContourTraversal
{
    pfcCONTOUR_TRAV_NONE,
    pfcCONTOUR_TRAV_INTERNAL,
    pfcCONTOUR_TRAV_EXTERNAL,
    pfcContourTraversal_nil
};



Description

This enumerated type lists the possible values for traversing the contour.
Manual References:
Geometry Evaluation: Contours




Values

pfcCONTOUR_TRAV_NONE
There is no contour traversal.
pfcCONTOUR_TRAV_INTERNAL
Traverse the internal contours.
pfcCONTOUR_TRAV_EXTERNAL
Traverse the external contours.
pfcContourTraversal_nil
Enum null value.