Category Mechanism Design, Object ProSnapshot

Function ProSnapshotCreate


Description
creates a top assembly level snapshot from the current position on screen. Constraints will be copied from the active snapshot. The newly created snapshot will become the active one.
Synopsis
#include <ProKinDrag.h>
ProErrorProSnapshotCreate(
const ProName snap_name
/* (In)
Name of the snapshot to be created.
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful.
PRO_TK_INVALID_NAMEThe name specified is invalid or already used.
PRO_TK_INVALID_ITEMSome of constraints could not be copied from the active snapshot.
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