Data Structures

struct  A3DFRMParameterData
 Feature parameter data structure. More...
 

Enumerations

enum  EA3DFRMParameterType {
  kA3DParameterType_None = 0,
  kA3DParameterType_Information ,
  kA3DParameterType_FeatureDefinition,
  kA3DParameterType_Definition,
  kA3DParameterType_Container,
  kA3DParameterType_ContainerInternal,
  kA3DParameterType_Data
}
 

Functions

A3DStatus A3DFRMParameterGet (const A3DFRMParameter *pParameter, A3DFRMParameterData *pData)
 Populates the A3DFRMParameterData structure. More...
 

Detailed Description

Parameters allow to group features according to the type of information whom they contain. All features storing data under parameter kA3DParameterType_Data, all feature giving a specification under parameter kA3DParameterType_Specification, all tree nodes under the parameter kA3DParameterType_Container...

Enumeration Type Documentation

◆ EA3DFRMParameterType

Version
10.2
Enumerator
kA3DParameterType_None 

not specified

kA3DParameterType_Information 

contains generic informations (form, name, attributes, ...).

kA3DParameterType_FeatureDefinition 

contains feature corresponding definition specific to the feature type (extrude/hole/.../pattern specific information)

kA3DParameterType_Definition 

group features that correspond to a definition

kA3DParameterType_Container 

contains all feature nodes that appear in the tree.

kA3DParameterType_ContainerInternal 

contains all feature nodes that not appear in the tree.

kA3DParameterType_Data 

contains feature with data (integer, double, ...)

Function Documentation

◆ A3DFRMParameterGet()

A3DStatus A3DFRMParameterGet ( const A3DFRMParameter pParameter,
A3DFRMParameterData pData 
)

Populates the A3DFRMParameterData structure.

Version
10.2