API Documentation > Geometry items > Object ProSurface > Function ProSurfaceNextGet
Function ProSurfaceNextGet
Description
Returns the next surface in the surface list (or NULL, if there is no next surface) Note: If the model geometry has changed, the next surface must be obtained again.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSurface.h>
ProSurfaceNextGet
(
ProSurface this_surface
/* (In)
the surface for which the next surface is queried; can be NULL.
*/
ProSurface* p_next_surface
/* (Out)
a non-NULL pointer for returning the next surface; if this_surface is the last in the list (or this_surface is NULL) then the returned surface will be NULL
*/
)
Returns
The function succeeded.
p_next_surface is passed NULL.
Sample Code References
User Guide References
Was this helpful?