A3DInternalSDKFeatures.h File Reference
Header file for representation item entities. More...
Data Structures | |
| union | A3DFeatAtomDataValue |
| Feature Atom data. More... | |
| struct | A3DFeatEnumValuesData |
| Feature Atom enum data structure. More... | |
| struct | A3DFeatFeatureData |
| Feature data. More... | |
| struct | A3DFeatFeatureTreeData |
| Feature tree data. More... | |
| struct | A3DFeatParameterCopyData |
| Feature parameter copy data. More... | |
| struct | A3DFeatParameterData |
| Feature parameter data. More... | |
| struct | A3DFeatSingleEnumValueData |
| Feature Enum value. More... | |
| struct | A3DFeatTypeData |
| Data to query the type of a feature or a feature parameter. More... | |
Typedefs | |
| typedef void | A3DFeatEnumValues |
| typedef void | A3DFeatFeature |
| typedef void | A3DFeatFeatureTree |
| typedef void | A3DFeatParameter |
| typedef void | A3DFeatParameterCopy |
| typedef void | A3DFeatReferenceGeometry |
| typedef void | A3DFeatType |
Functions | |
| A3DStatus | A3DFeatTypeGet (const A3DEntity *p, A3DFeatTypeData *pData) |
Detailed Description
Header file for representation item entities.
- Version
- 9.1
- Date
- March 2016
- Copyright (c) 2016 by Tech Soft 3D, LLC. All rights reserved.
Typedef Documentation
| typedef void A3DFeatEnumValues |
FeatureEnumValues. Refer to Features Module for more details.
| typedef void A3DFeatFeature |
Feature. Refer to Features Module for more details.
| typedef void A3DFeatFeatureTree |
FeatureTree. Refer to Features Module for more details.
| typedef void A3DFeatParameter |
FeatureParameter. Refer to Features Module for more details.
| typedef void A3DFeatParameterCopy |
FeatureParameterCopy. Refer to Features Module for more details.
| typedef void A3DFeatReferenceGeometry |
ReferenceGeometry. Refer to Features Module for more details.
| typedef void A3DFeatType |
FeatureType. Refer to Features Module for more details.
Function Documentation
| A3DStatus A3DFeatTypeGet | ( | const A3DEntity * | p, |
| A3DFeatTypeData * | pData | ||
| ) |
- Parameters
-
p A3DFeatFeature or A3DFeatParameter.
