Om Library Functions

 

OmUpdHandle VxEchoBeg VxEchoBinReset VxEchoEnd

 OmUpdHandle

int OmUpdHandle(VsObjHandle *)
VsObjHandle *oh i
object handle 

Description

Update specified object handle.  Swap object data into memory if it's
not already there.
Return 1 if invalid handle, else 0.
No error messages are logged.

Memory-Management

 

Caveats

 

 Top


 VxEchoBeg

void VxEchoBeg(int *, int *)
int *idBin o
index of previously active bin. 
int *fTrans o
transaction active flag. 

Description

   Init environment for echo.

Memory-Management

 

Caveats

 

 Top


 VxEchoBinReset

void VxEchoBinReset(VeTargBin)
VeTargBin idBin i
Target bin (PRJ_BIN, ...). 

Description

   Reset the active bin.

Memory-Management

 

Caveats

 

 Top


 VxEchoEnd

void VxEchoEnd(int , int )
int idBin i
index of previously active bin. 
int fTrans i
transaction active flag. 

Description

   Restore previous environment after echo.

Memory-Management

 

Caveats

 

 Top

Return to VX CAD/CAM Index