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
|
Controls the display of the Create Guard Ring form when you exit the hand edit mode. The default value is |
Value Returned
|
The hand edit mode for the fluid guard ring has been exited. |
|
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