mgFGREnterHandEdit
mgFGREnterHandEdit(
d_modgenId
)
=> t / nil
Description
Enters the hand edit mode for the fluid guard rings in the specified Modgen. In this mode, the fluid guard rings are not regenerated each time the Modgen is updated. Therefore, all customizations remain. The guard rings that are not edited in the hand edit mode are regenerated, and all manual edits are lost. Use mgFGRExitHandEdit to exit the hand edit mode.
Arguments
Value Returned
Example
In the Modgen editing mode, enters the hand edit mode (if not already in it) for the Modgen-in-place.
mgFig = leGetEditFigGroup()
unless(mgFGRIsHandEdit(mgFig)
mgFGREnterHandEdit(mgFig)
)
Return to top