Function ProAsmcomppathTrfSet
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:
Synopsis
#include <ProAsmcomppath.h>
ProAsmcomppathTrfSet
(
/* (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
The function successfully set the information.
One or more of the arguments are invalid.
The specified component path was wrong, or contained missing members.
See Also
Sample Code References
User Guide References
これは役に立ちましたか?