how to get a component transformation matrix relatively to its parent assembly?
i know there is a api in toolkit to get a component's transformation matrix, like ProAsmcomppathTrfGet(). but as far as i know, the assembly component path is related with current assembly or current model in toolkit.
how about i want to get a component's transformation matrix relatively to its parent assembly not current assembly.
for example, there is a assembly A, it has a component B who has a component C. instead of using ProAsmcomppathTrfGet() to get path for C to A, i want to get the transformation matrix for C to B.
is it possible to do so? can anyone show me a sample codes? many thanks.

