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: | wfcWSurface::GetNextSurface | |||||||
Synopsis | ||||||||
#include <ProSurface.h> | ||||||||
ProError | 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 | ||||||||
|