Structure

The feature structure allows to store information with various levels of complexity.

The hierarchy structures the data from a simple double/integer storage to a CAD feature information. It contains different types of sub-features grouped under feature parameters, depending of its family type. The family type (m_eFamily) specifies the way to interpret the type (m_uiType) as an enumeration value.

The following table shows the correspondence between the family type and the associated enum; and the expected data structure defined below.

Feature type

Family | Corresponding enum | Description

Parameters

pFeature: feature pointer

pData: feature data

Returns

A3D_SUCCESS on success, or an error code on failure

Topics

Structures

Functions