STATE
- Last UpdatedMar 28, 2023
- 1 minute read
The STATE object provides an interface for interrogating and modifying the status of modify mode. It is only available to Design running in graphical mode.
|
Method |
Result |
Purpose |
|
state () |
constructor |
|
|
modifyMode () |
BOOLEAN |
Returns TRUE if modify mode is on; else returns FALSE. |
|
modifyMode(BOOLEAN) |
none |
Sets modify mode on or off. |
|
enableModifyMode () |
BOOLEAN |
Returns TRUE if modify mode is enabled, else returns FALSE. |
|
enableModifyMode (BOOLEAN) |
BOOLEAN |
If TRUE, then modify mode is enabled. If FALSE, modify mode is disabled unless it is already on, in which case this method has no effect. The method returns TRUE if the action is successful, else returns FALSE. |
|
.featureHighlight(BOOLEAN) |
No Result |
If TRUE, then features (ppoints, plines, vertices, and so on) are temporarily highlighted in the 3D view as the cursor passes over them. Setting this to FALSE turns this feature off. |