A3DFRMFeatureData
Fields
Detailed Description
- 
struct A3DFRMFeatureData
 Structure for all feature information: type, data, connection, access to sub features.
See also
- Version
 10.2
Public Members
- 
A3DFRMTypeData m_sType
 Feature type.
- 
A3DFRMParameter **m_ppParameters
 Array of parameters.
- 
EA3DFRMDataType m_eDataType
 Type of the data, if it’s
kA3DFRMDataNone, no data is directly associated to the feature; else use A3DFRMDoubleDataGet, A3DFRMIntegerDataGet, A3DFRMStringDataGet or A3DFRMEnumDataGet.to access to the data according the type
- 
A3DFRMLinkedItem **m_ppConnections
 Array of connections, to the geometry, to other feature, to pmi…