Documentação da API > Assembly > Object ProAsmcomppath > Function ProAsmcomppathTrfGet
Function ProAsmcomppathTrfGet
Description
Retrieves the transformation matrix, given the component path.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomppath.h>
ProAsmcomppathTrfGet
(
/* (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.
*/
)
Returns
The function successfully retrieved the information.
One or more of the input arguments are invalid.
The specified component path was wrong, or contained missing members.
Sample Code References
User Guide References
Isto foi útil?