For the complete documentation index, see llms.txt. This page is also available as Markdown.

EVT_Renderer_Mesh_Selected

RDraw:EVT_Renderer_Mesh_Selected

Usage Notes

This event is raised when a subcomponent of a 3D drawing is selected using ComponentTouch. Handling this event allows for the receiving of the details of that 3D node. These details can be used to apply 3D effects to the scene, or by looking up related data within the Salesforce platform.

Parameters

NAME

TYPE

REQUIRED

DESCRIPTION

context

object

Additional information provided with the selection of a component.

id

string

Yes

The Id of the component selected

name

string

Yes

The name of the component selected

uniqueId

string

Yes

The uniqueId of the component selected.

Source Component

  • SimpleRenderer

Handler Component

  • AdminVisualSceneParameters

  • AdminTestRenderer

  • AdminVisualSceneSetup

  • AdvancedRenderer

Event Name (for handler)

Example Usage

On selection of a 3D component subnode, the RDraw:EVT_Renderer_Select_Component event is raised, passing the id, name and uniqueId. These can then be processed/linked to a Salesforce record or process.

Component

Controller

Last updated