delSphereActor()

Remove sphere actor from the scene graph.

Usage

vis.delSphereActor( sphActor )

Parameters

sphActor (object)
The sphere actor which should be removed.

Return Value

None

Errors

sphActor must exist.

Description

This routine removes sphere actor from the scene graph. For example,
vis.delSphereActor( sphActor )