API 文件集 > Sketches and sections > Object ProSection > Function ProSectionDimensionIdsGet
Function ProSectionDimensionIdsGet
Description
Returns corresponding arrays of section dimension identifiers and solid dimension identifiers.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSection.h>
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
The function successfully retrieved the information.
A general error occurred and the function failed.
The input argument is invalid.
Solid model does not exist or number of dimensions does not match in section and solid.
See Also
Sample Code References
這是否有幫助?