API Documentation > Geometry items > Object ProSurface > Function ProSurfaceXyzdataEval
Function ProSurfaceXyzdataEval
Description
Evaluates the surface in the specified UV point.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSurface.h>
ProSurfaceXyzdataEval
(
ProSurface p_surface
/* (In)
The surface handle
*/
ProUvParam uv_point
/* (In)
The UV parameter on the surface
*/
ProVector xyz_point
/* (Out)
The resulting XYZ point
*/
ProVector deriv1[2]
/* (Out)
The first derivative in the UV point
*/
ProVector deriv2[3]
/* (Out)
The second derivative in the UV point
*/
ProVector normal
/* (Out)
The outward normal to the surface in the UV point
*/
)
Returns
The function successfully evaluated the surface.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Was this helpful?