Category Creo Parametric TOOLKIT fundamentals, Object ProTransform

Function ProPntTrfEval


Description
Transforms the in_point to the out_point by the specified transformation matrix (both shift and rotation).
Synopsis
#include <ProAsmcomppath.h>
ProErrorProPntTrfEval(
ProVector in_point
/* (In)
The vector to transform.
*/
ProMatrix trf
/* (In)
The transformation matrix.
*/
ProVector out_point
/* (Out)
The result. This can be the same as in_point.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully transformed the in_point.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid (NULL).

Manual References:

  1. Assembly: Basic Assembly Access: Locations of Assembly Components
  2. Core: Coordinate Systems and Transformations: Coordinate System Transformations
  3. Core: Coordinate Systems and Transformations: Coordinate System Transformations

Sample Code References:

  1. pt_examples ( TestAnalysisSrfCurve.c )
  2. pt_examples ( TestAnalysisSrfCurve.c )
  3. pt_examples ( TestAnalysisSrfCurve.c )
  4. pt_examples ( TestDimension.c )
  5. pt_examples ( TestExtrude.c )
  6. pt_examples ( TestExtrude.c )
  7. pt_examples ( TestExtrude.c )
  8. pt_examples ( TestExtrude.c )
  9. pt_examples ( TestExtrude.c )
  10. pt_examples ( TestExtrude.c )
  11. pt_examples ( TestExtrude.c )
  12. pt_examples ( TestExtrude.c )
  13. pt_examples ( TestExtrude.c )
  14. pt_examples ( TestDrwView.c )
  15. pt_examples ( TestRay.c )
  16. pt_examples ( TestRay.c )
  17. pt_examples ( UtilMatrix.c )
  18. pt_userguide ( UgDrawingDimensions.c )
  19. pt_userguide ( UgDrawingDimensions.c )
  20. pt_userguide ( UgDrawingDimensions.c )
  21. pt_userguide ( UgDwgtableExamples.c )
  22. pt_userguide ( UgDwgtableExamples.c )
  23. pt_userguide ( UgFundScreen2Drw.c )
  24. pt_userguide ( UgFundSolid2Screen.c )
  25. pt_userguide ( UgGraphZoomAtPoint.c )
  26. pt_userguide ( UgGraphZoomAtPoint.c )
  27. pt_userguide ( UgXsecMassProps.c )