Description | |||||||||||||||||
Retrieves reference information for a feature created in Assembly mode.
The function fills in the following fields in the ProSelection structure: p_selection -> sel_obj - The p_feature p_selection -> comp_path.owner - The feature reference assembly p_selection -> comp_path.comp_id_table - The path from the reference assembly to the part where the feature was created p_selection -> comp_path.table_num - The size of the comp_id_table NOTE: If the feature does not have a reference assembly (that is, it has local references only), the returned values are as follows: p_selection -> comp_path.owner.id = PRO_VALUE_UNUSED; p_selection -> comp_path.owner.type = PRO_TYPE_UNUSED; p_selection -> comp_path.table_num - PRO_VALUE_UNUSED; |
|||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProFeature.h> | |||||||||||||||||
ProError | ProFeatureSelectionGet | ( | |||||||||||||||
ProFeature* p_feature | |||||||||||||||||
/* (In) | |||||||||||||||||
The feature | |||||||||||||||||
*/ | |||||||||||||||||
ProSelection* p_selection | |||||||||||||||||
/* (Out) | |||||||||||||||||
The data structure to be filled in | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|