Vizard 7 » Command Index » Vizard objects » node3d » <node3d>.visible
7.6

<node3d>.visible

Change the node's visablity to the simulation

<node3d>.visible(  
state  
)  
state
Specify whether to hide (viz.OFF), make visible (viz.ON), or toggle the current state (viz.TOGGLE)

Remarks

Turning visibility off stops the node from being rendered and disables its effect in the physics simulation.

Return Value

None

Example

cone = viz.add('tut_cone.wrl')
cone.visible(viz.OFF)