API Documentation > Surface geometry > Object ProSurfacedata > Function ProSurfacedataContourArraySet
Function ProSurfacedataContourArraySet
Description
Sets an array of contours on the surface.
Synopsis
#include <ProSurfacedata.h>
ProSurfacedataContourArraySet
(
ProSurfacedata* p_surf_data
/* (In)
The surface
*/
ProContourdata* contour_array
/* (In)
The ProArray of contours on the surface
*/
)
Returns
The function successfully set the array of contours.
One or more of the arguments are invalid.
Sample Code References
User Guide References
Was this helpful?