Documentación de la API > Mechanism Design > Object ProKinDrag > Function ProKinDragSnapshotsNamesGet
Function ProKinDragSnapshotsNamesGet
Description
this function will bring all snapshots belonging to the window assembly and its subassemblies.
Synopsis
#include <ProKinDrag.h>
ProKinDragSnapshotsNamesGet
(
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
The function was successful.
The function ProKinDragStart has not been called before.
Sample Code References
User Guide References
¿Fue esto útil?