Category Mechanism Design, Object ProSnapshot

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>
ProErrorProSnapshotTrfsUpdate(
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
PRO_TK_NO_ERRORThe function was successful.
PRO_TK_E_NOT_FOUNDThe snapshot with specified name is not found.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Assembly: Kinematic Dragging and Creating Snapshots: Snapshot Transforms