cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

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

sri_kayala
4-Participant

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

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 1
rghadge
15-Moonstone
(To:sri_kayala)

@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.

Top Tags