API 文件集 > Creating import and custom geometry > Object ProContourdata > Function ProContourdataEdgeIdArraySet
Function ProContourdataEdgeIdArraySet
Description
Sets an array of edge identifiers for the contour.
Synopsis
#include <ProContourdata.h>
ProContourdataEdgeIdArraySet
(
ProContourdata* p_contour_data
/* (In)
The contour
*/
int* edge_id_arr
/* (In)
The ProArray of edge identifiers for the contour
*/
)
Returns
The function successfully set the array of edge identifiers for the contour.
One or more of the arguments are invalid.
Sample Code References
這是否有幫助?