API 설명서 > Mechanism Design > Object ProSnapshot > Function ProSnapshotTrfsUpdate
Function ProSnapshotTrfsUpdate
Description
updates transformation matrices for several components in the snapshot. Display is left unchanged. Available for top level snapshot only.
Synopsis
#include <ProKinDrag.h>
ProSnapshotTrfsUpdate
(
const ProName snap_name
/* (In)
Name of the snapshot to be updated.
*/
const ProAsmcomppath* path_arr
/* (In)
The array of ProAsmcomppath.
*/
const ProMatrix* trf_arr
/* (In)
The array of transformation matrices for these paths.
*/
)
Returns
The function was successful.
The snapshot with specified name is not found.
The function failed.
User Guide References
도움이 되셨나요?