A3DSDKFeature.h File Reference
Header file for representation item entities. More...
Data Structures | |
struct | A3DFRMDoubleData |
data structure for double values More... | |
struct | A3DFRMFeatureData |
Structure for all feature information: type, data, connection, access to sub features. More... | |
struct | A3DFRMFeatureLinkedItemData |
Feature Linked Item structure. More... | |
struct | A3DFRMFeatureTreeData |
Feature tree data Populates the A3DFRMFeatureTreeData structure. More... | |
struct | A3DFRMFeatureTypeData |
Structure describes the feeature type. More... | |
struct | A3DFRMIntegerData |
data structure for integers values More... | |
struct | A3DFRMParameterData |
Feature parameter data structure. More... | |
struct | A3DFRMStringData |
data structure for strings values More... | |
Detailed Description
Header file for representation item entities.
- Version
- 10.2
- Date
- June 2017
- Copyright (c) 2017 by Tech Soft 3D, LLC. All rights reserved.
Function Documentation
A3DStatus A3DAsmPartDefinitionFeatureTreesGet | ( | const A3DAsmPartDefinition * | pPartDefinition, |
A3DUns32 * | puiSize, | ||
A3DFRMFeatureTree *** | pppFeatureTrees | ||
) |
Get all feature trees defined in the part definition.
- Version
- 10.2
- Parameters
-
pPartDefinition part definition to query piSize number of feature trees contained pppFeatureTrees feature tree array
A3DStatus A3DFRMFeatureGetTypeAsString | ( | const A3DFRMFeature * | pFeature, |
A3DUTF8Char ** | ppcFeatureType | ||
) |
Get the string associated to the feature type.
- Version
- 10.2
- Parameters
-
pFeature feature pointer ppcFeatureType associated string
A3DStatus A3DFRMGetSpecificNodes | ( | const A3DFRMFeatureTree * | pTree, |
EA3DFRMEnumValue_CadType | eCADType, | ||
A3DUns32 * | piSize, | ||
A3DFRMFeature *** | pppFeatureNodes | ||
) |
Build a List of Features corresponding to a node with specific CAD type.
- Version
- 10.2
- Parameters
-
eCADType cad type of feature (Hole, Pattern, ...) piSize number with the type specified ppFeatureNodes features found with the specific cad type (Hole, Pattern, ...)