Description | |||||||||||
Assigns the transformation matrix, given the component path. The assignment is run-time only, and takes affect only when ProAssemblyDynPosSet() is PRO_B_TRUE. | |||||||||||
Replacement in Object TOOLKIT: | pfcComponentPath::SetTransform | ||||||||||
Synopsis | |||||||||||
#include <ProAsmcomppath.h> | |||||||||||
ProError | ProAsmcomppathTrfSet | ( | |||||||||
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 | |||||||||||
/* (In) | |||||||||||
The transformation matrix to assign. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|
|||||||||||
See Also | |||||||||||
ProAssemblyDynPosSet |