A3DFRMFeatureData

Fields

A3DFRMTypeData

m_sType

A3DUns32

m_uiParametersSize

A3DFRMParameter **

m_ppParameters

EA3DFRMDataType

m_eDataType

A3DUns32

m_uiConnectionSize

A3DFRMLinkedItem **

m_ppConnections

A3DBool

m_bIsNode

A3DBool

m_bIsSubTree

Detailed Description

struct A3DFRMFeatureData

Structure for all feature information: type, data, connection, access to sub-features.

See also

A3DFRMFeatureGet

Version

10.2

Public Members

A3DFRMTypeData m_sType

Feature type.

A3DUns32 m_uiParametersSize

Number of parameters.

A3DFRMParameter **m_ppParameters

Array of parameters.

EA3DFRMDataType m_eDataType

Type of the data.

If it is kA3DFRMDataNone, no data is directly associated to the feature. Otherwise use A3DFRMDoubleDataGet, A3DFRMIntegerDataGet, A3DFRMStringDataGet or A3DFRMEnumDataGet to access to the data according to the type.

A3DUns32 m_uiConnectionSize

Number of connections.

A3DFRMLinkedItem **m_ppConnections

Array of connections, to the geometry, to other features, to PMI…

A3DBool m_bIsNode

A3D_TRUE if the feature corresponds to a node in the CAD tree.

A3DBool m_bIsSubTree

A3D_TRUE if the feature corresponds to a sub-tree in the CAD tree.