yucad3d

CadEntitySwap

Swaps the database (draw) order of two entities.

void CadEntitySwap ( YuHandle hEnt1, YuHandle hEnt2 );

Parameters

hEnt1 (YuHandle)
Handle to the entity.
hEnt2 (YuHandle)
Handle to the entity.

Return Value

None.

See Also