Library | File

Enum wfcSurfaceCollectionRefType

# include <wfcCollection.h>

enum wfcSurfaceCollectionRefType
{
    wfcSURFCOLL_REF_SINGLE,
    wfcSURFCOLL_REF_SINGLE_EDGE,
    wfcSURFCOLL_REF_SEED,
    wfcSURFCOLL_REF_BND,
    wfcSURFCOLL_REF_SEED_EDGE,
    wfcSURFCOLL_REF_NEIGHBOR,
    wfcSURFCOLL_REF_NEIGHBOR_EDGE,
    wfcSURFCOLL_REF_GENERIC,
    wfcSurfaceCollectionRefType_nil
};



Description

This enumerated type lists the types of surface collection reference types
Manual References:
Curve and Surface Collection: Surface Collection




Values

wfcSURFCOLL_REF_SINGLE

wfcSURFCOLL_REF_SINGLE_EDGE

wfcSURFCOLL_REF_SEED

wfcSURFCOLL_REF_BND

wfcSURFCOLL_REF_SEED_EDGE

wfcSURFCOLL_REF_NEIGHBOR

wfcSURFCOLL_REF_NEIGHBOR_EDGE

wfcSURFCOLL_REF_GENERIC

wfcSurfaceCollectionRefType_nil
Enum null value.