Description | ||||||||||||||||||||
this function setups the environment for subsequenmt dragging and reconnect operations. Environment can be set / reset several times after ProKinDragStart() is called. | ||||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProKinDrag.h> | ||||||||||||||||||||
ProError | ProKinDragEnvironmentSet | ( | ||||||||||||||||||
const ProName snap_name | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
name of the existing snapshot which constraints will be active during drag. NULL can be passed instead. The snapshot will be checked for status (good / outdated /incomplete); | ||||||||||||||||||||
*/ | ||||||||||||||||||||
const ProAsmcomppath* path | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
ProAsmcomppath of snapshot. NULL can be passed for top level snapshots. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
const ProKinDragType type | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
type of the drag to be performed. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
const ProSelection refobject | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
a selection represented coordinate system (PRO_CSYS), part (PRO_PART) or body (PRO_MDO_BODY) for advanced drag. It is relevant for advanced drag types only. For all other drag types it is ignored, NULL should be passed instead. In part selection case takes coordinates of corresponded body. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|