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...
◆ 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, ...)
|
◆ A3DFRMParameterGet()