Library | File

Enum wfcSection2dEntType

# include <wfcSection.h>

enum wfcSection2dEntType
{
    wfcSEC_ENTITY_2D_POINT,
    wfcSEC_ENTITY_2D_LINE,
    wfcSEC_ENTITY_2D_CENTER_LINE,
    wfcSEC_ENTITY_2D_ARC,
    wfcSEC_ENTITY_2D_CIRCLE,
    wfcSEC_ENTITY_2D_COORD_SYS,
    wfcSEC_ENTITY_2D_POLYLINE,
    wfcSEC_ENTITY_2D_SPLINE,
    wfcSEC_ENTITY_2D_TEXT,
    wfcSEC_ENTITY_2D_CONSTR_CIRCLE,
    wfcSEC_ENTITY_2D_BLEND_VERTEX,
    wfcSEC_ENTITY_2D_ELLIPSE,
    wfcSEC_ENTITY_2D_CONIC,
    wfcSEC_ENTITY_2D_SEC_GROUP,
    wfcSection2dEntType_nil
};



Description

This enumerated type lists the different section entity types
Manual References:
Element Trees: Sections: Section Entities




Values

wfcSEC_ENTITY_2D_POINT

wfcSEC_ENTITY_2D_LINE

wfcSEC_ENTITY_2D_CENTER_LINE

wfcSEC_ENTITY_2D_ARC

wfcSEC_ENTITY_2D_CIRCLE

wfcSEC_ENTITY_2D_COORD_SYS

wfcSEC_ENTITY_2D_POLYLINE

wfcSEC_ENTITY_2D_SPLINE

wfcSEC_ENTITY_2D_TEXT

wfcSEC_ENTITY_2D_CONSTR_CIRCLE

wfcSEC_ENTITY_2D_BLEND_VERTEX

wfcSEC_ENTITY_2D_ELLIPSE

wfcSEC_ENTITY_2D_CONIC

wfcSEC_ENTITY_2D_SEC_GROUP

wfcSection2dEntType_nil
Enum null value.