API Documentation
>
Creating import and custom geometry
>
Object ProContourdata
> Function ProContourdataGet
Function ProContourdataGet
Description
Retrieves information from the contour data structure.
Synopsis
#include <
ProContourdata.h
>
ProError
ProContourdataGet
(
ProContourdata
* p_contour_data
/* (In)
The contour data structure
*/
ProContourTraversal
* p_contour_trav
/* (Out)
The contour traversal
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Sample Code References
pt_examples ( TestGeomdata.c )
pt_examples ( UtilIntfData.c )
Was this helpful?
This site works best with JavaScript enabled