getNbcActor()

Return node actor specified by its information.

Usage

nbcActor = vis.getNbcActor( nbcInfo )

Parameters

nbcInfo (integer) or (string)
Name or ID of a node.

Return Value

nbcActor (object)
Node actor corresponding to the nbcInfo.

Errors

nbcInfo should be valid.

Description

This routine returns the node actor specified by its name or ID which is given by nbcInfo. For example,
nbc = vis.getNbcActor( 1 )