EnableContextMenu Function
Enables or disables the context menu in the 3D editing mode.
EnableContextMenu(enable: boolean): void
Parameters
enable: booleanA Boolean, a switch to enable (
true) or disable (false) the context menu in the 3D editing mode.
Return value
voidvoid, a notification that the context menu has been successfully enabled or disabled in the 3D editing mode.
Discussion
The function will throw an error if the 3D editing mode has not been activated.
24 April 2025