vcSelectCommand

vcSelectCommand provides options for handling selections made using the interactiveComponentSelect command.

Inherits: vcCommand

Properties

Name Type Access Description
PickedNode vcNode R Gets the node containing an object picked using startPick() method.
PickedObject vcNode R Gets the object picked by command.
PickedPrimitive vcPrimitive R Gets the geometry primitive of an object picked using startPick() method.

Methods

Name Return Type Parameters Description
cancelPick None None Cancels an active pick process.
startPick None None Starts picking process, thereby allowing an interactive selection to occur.

Process ends after first pick or by calling cancelPick() method.