Category Surface geometry, Object ProSurfacedata

Function ProSurfacedataContourArraySet


Description
Sets an array of contours on the surface.
Synopsis
#include <ProSurfacedata.h>
ProErrorProSurfacedataContourArraySet(
ProSurfacedata* p_surf_data
/* (In)
The surface
*/
ProContourdata* contour_array
/* (In)
The ProArray of contours on the surface
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the array of contours.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Interface: Importing Features: Adding Surfaces
  2. Interface: Importing Features: Adding Surfaces

Sample Code References:

  1. pt_examples ( TestAnalysisSurface.c )
  2. pt_examples ( TestAnalysisSurface.c )
  3. pt_examples ( TestGeomdata.c )
  4. pt_userguide ( UgImportfeatCreate.c )
  5. pt_userguide ( UgImportfeatCreate.c )
  6. pt_userguide ( UgImportfeatCreate.c )
  7. pt_userguide ( UgImportfeatCreate.c )
  8. pt_userguide ( UgImportfeatCreate.c )
  9. pt_userguide ( UgImportfeatCreate.c )
  10. pt_userguide ( UgImportfeatCreate.c )
  11. pt_userguide ( UgImportfeatCreate.c )