Category Mechanism Design, Object ProSnapshot

Function ProSnapshotUpdate


Description
updates components transformation matrices in a snapshot from the current position on screen. Constraints will be copied from the active snapshot. The newly updated snapshot will become the active one. Available for top level snapshot only.
Synopsis
#include <ProKinDrag.h>
ProErrorProSnapshotUpdate(
const ProName snap_name
/* (In)
Name of the snapshot to be updated.
*/
)
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: Creating and Modifying Snapshots
  2. Assembly: Kinematic Dragging and Creating Snapshots: Creating and Modifying Snapshots