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

mgFGRExitHandEdit

mgFGRExitHandEdit(
d_modgenId
[ g_showForm ]
)
=> t / nil

Description

Exits the hand edit mode for the fluid guard rings in the specified Modgen. Unlike the hand edit mode, the fluid guard rings will now be regenerated each time the Modgen is updated. To enter the hand edit mode, use mgFGREnterHandEdit.

Arguments

d_modgenId

A Modgen figGroup, storage group, or constraint ID

g_showForm

Controls the display of the Create Guard Ring form when you exit the hand edit mode. The default value is t.

Value Returned

t

The hand edit mode for the fluid guard ring has been exited.

nil

The command was unsuccessful.

Example

In the Modgen editing mode, exit the hand edit mode (if not already) for the Modgen-in-place

mgFig = leGetEditFigGroup()
when(mgFGRIsHandEdit(mgFig)
  mgFGRExitHandEdit(mgFig)
)

Return to top
 ⠀
X