Category Mechanism Design, Object ProKinDrag

Function ProKinDragSnapshotsNamesGet


Description
this function will bring all snapshots belonging to the window assembly and its subassemblies.
Synopsis
#include <ProKinDrag.h>
ProErrorProKinDragSnapshotsNamesGet(
ProName** snap_names
/* (Out)
The array of snapshot names. The function allocates the memory for this argument. To free the memory, call ProArrayFree().
*/
ProAsmcomppath** path_arr
/* (Out)
The array of ProAsmcomppath. The function allocates the memory for this argument. To free the memory, call ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful.
PRO_TK_GENERAL_ERRORThe function ProKinDragStart has not been called before.

Manual References:

  1. Assembly: Kinematic Dragging and Creating Snapshots: Creating and Modifying Snapshots
  2. Assembly: Kinematic Dragging and Creating Snapshots: Creating and Modifying Snapshots

Sample Code References:

  1. pt_examples ( TestDrag.c )
  2. pt_examples ( TestDrag.c )