API 文件集 > Mechanism Design > Object ProSnapshot > Function ProSnapshotCreate
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.
Replacement in Object TOOLKIT:
Synopsis
#include <ProKinDrag.h>
ProSnapshotCreate
(
const ProName snap_name
/* (In)
Name of the snapshot to be created.
*/
)
Returns
The function was successful.
The name specified is invalid or already used.
Some of constraints could not be copied from the active snapshot.
The function failed.
這是否有幫助?