Skip to main content
4-Participant
July 5, 2021
Question

Need API Suggestion to use Creo UI Analysis >> Measure >> Summary

  • July 5, 2021
  • 1 reply
  • 882 views

I am using Creo Parametric 4.0 M140

Please suggest the below Creo UI workflow in toolkit API
1. Analysis >> Measure >> Summery >> Select CSYS at assembly level >> Get info X,Y,Z.

1 reply

17-Peridot
July 5, 2021

@sri_kayala,

 

To get a matrix of component use API ProAsmcomppathTrfGet(). This function could return the Matrix in both directions depending on arguments:

 

ProAsmcomppathTrfGet (

 

 ProAsmcomppath* p_path  
 /* (In)  The component path.
 */ ProBoolean bottom_up  /* (In)

If you request the transformation from the member to the assembly, this is PRO_B_TRUE. Otherwise, this is PRO_B_FALSE. */
 ProMatrix transformation  
 /* (Out)
 The transformation matrix.