Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leMoveCellViewOrigin

leMoveCellViewOrigin( 
d_cellViewId 
l_point
) 
=> t / nil

Description

Moves the contents of cellview d_cellViewId so that the origin is at l_point.

Arguments

d_cellViewId

Database ID for the cellview whose origin is moved.

l_point

Specifies the new origin for the cellview.

Value Returned

t

The origin moves.

nil

The origin does not move.

Example

Moves the contents of cellview cell2 a negative 14 user units in the X direction and a negative 14 user units in the Y direction, so that the origin is at the original 14:14 location. Returns t.

leMoveCellViewOrigin( cell2 14:14 )

Interactive Function

Enter this function with only the window ID argument; the system prompts you to point to the new origin. If you do not specify w_windowId, the current window is used.

leHiMoveOrigin( [ w_windowId ] ) => t / nil


Return to top
 ⠀
X