Description

Toggle the enable/disable status of a node in a 3D Scene.


Syntax

designer.enableNodeScene3D("3D SCENE NAME", "NODE NAME", ENABLE);

Parameters

Parameter Type Description
3D SCENE NAME String Specify the name of the 3D Scene where the node is present
NODE NAME String Specify the name of the node to enable/disable
ENABLE Boolean Set to true to enable the node and false to disable the node

Return

This function does not return anything.


Example

Coming soon.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.