Function ProSurfacedataGet
Description
Retrieves information from the surface data structure.
NOTE:
The function ignores the output arguments with NULL pointers.
Synopsis
#include <ProSurfacedata.h>
ProSurfacedataGet
(
ProSurfacedata* p_surf_data
/* (In)
The surface data structure
*/
ProSrftype* p_surf_type
/* (Out)
The surface type
*/
ProUvParam surf_uv_min
/* (Out)
The surface minimum UV extents
*/
ProUvParam surf_uv_max
/* (Out)
The surface maximum UV extents
*/
ProSurfaceOrient* p_surf_orient
/* (Out)
The surface orientation
*/
ProSurfaceshapedata* p_surf_shape
/* (Out)
The surface shape
*/
int* p_surf_id
/* (Out)
The surface identifier
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
¿Fue esto útil?