API 설명서 > Surface geometry > Object ProSurfacedata > Function ProSurfacedataContourArrayGet
Function ProSurfacedataContourArrayGet
Description
Retrieves an array of contours on the specified surface.
Synopsis
#include <ProSurfacedata.h>
ProSurfacedataContourArrayGet
(
ProSurfacedata* p_surf_data
/* (In)
The surface
*/
ProContourdata** r_contour_array
/* (Out)
The ProArray of contours on the surface
*/
)
Returns
The function successfully retrieved the array of contours.
The input argument is invalid.
Sample Code References
도움이 되셨나요?