Library | File

Enum wfcSplineTangentType

# include <wfcSection.h>

enum wfcSplineTangentType
{
    wfcSPLINE_TANGENT_NONE,
    wfcSPLINE_TANGENT_START,
    wfcSPLINE_TANGENT_END,
    wfcSPLINE_TANGENT_BOTH,
    wfcSPLINE_TANGENT_PERIODIC,
    wfcSplineTangentType_nil
};



Description

This enumerated type lists the different spline tangent types
Manual References:
Element Trees: Sections: Section Entities




Values

wfcSPLINE_TANGENT_NONE

wfcSPLINE_TANGENT_START

wfcSPLINE_TANGENT_END

wfcSPLINE_TANGENT_BOTH

wfcSPLINE_TANGENT_PERIODIC

wfcSplineTangentType_nil
Enum null value.