ViewerInteractionLevelΒΆ
Enumeration ViewerInteractionLevel
Enumeration Members
NODE
NODE: 0
Specifies an interaction level based on nodes.
Note, that if set, the TopologyPointerEnterEvent and the TopologyPointerOutEvent will not be emitted.
TOPOLOGY
TOPOLOGY: 1
Specifies an interaction level based on topological entities.
Note that you can only interact with topological entities which are rendered in the viewer. To enable interaction with all topological entities, the ViewerSettingStrings.RENDER_MODE must be set to RenderMode.FacesTopology.
If set, the TopologyPointerEnterEvent and the TopologyPointerOutEvent will be emitted for all rendered topological entities.
Was this page helpful? Please leave a thumbs up or down.
Specifies the interaction level of a viewer. The interaction level determines which entities can be interacted with and which interaction events are emitted.
See
ViewerInteractionAPI