API 설명서 > Mechanism Design > Object ProSnapshot > Function ProSnapshotUpdate
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.
Replacement in Object TOOLKIT:
Synopsis
#include <ProKinDrag.h>
ProSnapshotUpdate
(
const ProName snap_name
/* (In)
Name of the snapshot to be updated.
*/
)
Returns
The function was successful.
The snapshot with specified name is not found.
The function failed.
User Guide References
도움이 되셨나요?