defaultToolId

Accessor

The name of the PrimitiveTool to use as the default tool. Defaults to "Select", referring to SelectionTool.

defaultToolId: string

see ToolAdmin.startDefaultTool to activate the default tool.

see ToolAdmin.defaultToolArgs to supply arguments when starting the tool.

Returns - string


Setter

The name of the PrimitiveTool to use as the default tool. Defaults to "Select", referring to SelectionTool.

defaultToolId(toolId: string): void

see ToolAdmin.startDefaultTool to activate the default tool.

see ToolAdmin.defaultToolArgs to supply arguments when starting the tool.

Parameter Type Description
toolId string  

Returns - void

Defined in

Last Updated: 29 November, 2022