mgFGRIsHandEdit
mgFGRIsHandEdit(
d_modgenId
)
=> t / nil
Description
Checks the status of the hand edit mode of the fluid guard rings in the specified Modgen.
Arguments
Value Returned
|
The hand edit mode of fluid guides rings is turned on for the specified Modgen. |
|
|
The hand edit mode of fluid guides rings is turned off for the specified Modgen. |
Example
In the Modgen editing mode, checks the status of hand edit mode for the Modgen in place.
mgFig = leGetEditFigGroup()
when(mgFGRIsHandEdit(mgFig)
mgFGRExitHandEdit(mgFig)
)
Return to top