Description | ||||||||||||||
Returns corresponding arrays of section dimension identifiers and solid dimension identifiers. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProSection.h> | ||||||||||||||
ProError | ProSectionDimensionIdsGet | ( | ||||||||||||
ProSection section | ||||||||||||||
/* (In) | ||||||||||||||
The section. | ||||||||||||||
*/ | ||||||||||||||
ProIntlist* sec_dim_id_list | ||||||||||||||
/* (Out) | ||||||||||||||
The returned array of section dimension identifiers that have corresponding dimensions in the solid. Release the memory using ProArrayFree(). | ||||||||||||||
*/ | ||||||||||||||
ProIntlist* solid_dim_id_list | ||||||||||||||
/* (Out) | ||||||||||||||
The returned array of solid dimension identifiers. Release the memory using ProArrayFree(). | ||||||||||||||
*/ | ||||||||||||||
int* p_num_ids | ||||||||||||||
/* (Out) | ||||||||||||||
The size of the two returned lists. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|
||||||||||||||
See Also | ||||||||||||||
ProArrayFree |