Category Geometry items, Object ProPoint

Function ProPointCoordGet


Description
Retrieves the XYZ coordinates of the specified point.
Replacement in Object TOOLKIT: wfcWPoint::GetCoordinates
Synopsis
#include <ProPoint.h>
ProErrorProPointCoordGet(
ProPoint point
/* (In)
The point handle
*/
ProVector xyz_point
/* (Out)
The XYZ coordinates of the point
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: 3D Geometry: Geometry of Datum Points

Sample Code References:

  1. pt_examples ( TestAnalysisCsys.c )
  2. pt_examples ( TestAnalysisSrfCurve.c )
  3. pt_examples ( TestGeom.c )
  4. pt_examples ( UtilGeom.c )
  5. pt_examples ( TestRay.c )
  6. pt_userguide ( UgDrawingDimensions.c )
  7. pt_userguide ( UgDwgtableExamples.c )
  8. pt_userguide ( UgExtAnalysisSurfcsys.c )