User Tools

Site Tools


DzPickTool

A view tool for picking (selecting) items in a 3D viewport.

More...

Inherits :

Inherited By : materialpicktool_dz, regionnavigatortool_dz and DzTransformTool

Methods

Signals

voidchangedLineWidth ( Number width )

Detailed Description

This view tool provides the user with the ability to select items displayed in a Dz3DViewport by simply clicking on it.

Methods


DzViewportMgr::NodeClickMode : getNodeClickMode()

Return Value:

  • The current node click mode.

See Also:


Number : lineWidth()

Return Value:

  • The line width for this tool.

void : setLineWidth( Number width )

Sets the line width for this tool.

Parameter(s):

  • width - The line width to set.

Signals


void : changedLineWidth( Number width )

Signature:“changedLineWidth(int)”

Emitted when the line width for this tool has changed.

Parameter(s):

  • width - The new line width.