API 설명서 > Creating import and custom geometry > Object ProContourdata > Function ProContourdataEdgeIdArrayGet
Function ProContourdataEdgeIdArrayGet
Description
Gets an array of edge identifiers for the contour.
Synopsis
#include <ProContourdata.h>
ProContourdataEdgeIdArrayGet
(
ProContourdata* p_contour_data
/* (In)
The contour
*/
int** r_edge_id_arr
/* (Out)
A ProArray of edge identifiers for the contour
*/
)
Returns
The function successfully got the array of edge identifiers.
The input argument is invalid.
Sample Code References
도움이 되셨나요?