Category Geometry items, Object ProSurface

Function ProSurfaceXyzdataEval


Description
Evaluates the surface in the specified UV point.
Replacement in Object TOOLKIT: pfcSurface::EvalClosestPoint
pfcSurface::Eval3DData
Synopsis
#include <ProSurface.h>
ProErrorProSurfaceXyzdataEval(
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
PRO_TK_NO_ERRORThe function successfully evaluated the surface.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: 3D Geometry: Surface Tessellation
  3. Core: 3D Geometry: Evaluating Surfaces, Edges, and Curves
  4. Core: 3D Geometry: Evaluating Surfaces, Edges, and Curves

Sample Code References:

  1. pt_examples ( TestAnalysisCsys.c )
  2. pt_examples ( TestAnalysisSrfCurve.c )
  3. pt_examples ( TestAnalysisSrfCurve.c )
  4. pt_examples ( TestAnalysisSrfCurve.c )
  5. pt_examples ( TestExtobj.c )
  6. pt_examples ( TestExtobj.c )
  7. pt_examples ( TestExtobj.c )
  8. pt_examples ( TestExtrude.c )
  9. pt_examples ( TestExtrude.c )
  10. pt_examples ( TestExtrude.c )
  11. pt_examples ( TestGeom.c )
  12. pt_examples ( TestGeom.c )
  13. pt_examples ( TestGeom.c )
  14. pt_examples ( UtilGeom.c )
  15. pt_examples ( UtilGeom.c )
  16. pt_examples ( UtilSect.c )
  17. pt_examples ( UtilSect.c )
  18. pt_examples ( UtilSect.c )
  19. pt_userguide ( UgExtAnalysisSurfcsys.c )
  20. pt_userguide ( UgExtobjCreate.c )
  21. pt_userguide ( Ug3DSection.c )
  22. pt_userguide ( UgGtolCreate.c )
  23. pt_userguide ( UgGtolCreate.c )
  24. pt_userguide ( UgXsecMassProps.c )