SoPickStyle

InventorModule
genre InventorNodesAutomatic
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def

Purpose

This node determines how subsequent geometry nodes in the scene graph are to be picked, as indicated by the style field.

Note that this is the only way to change the pick behavior of shapes; drawing style, complexity, and other rendering-related properties have no effect on picking.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoPickStyle._default.png

Output Fields

self

name: self, type: SoNode

Parameter Fields

Visible Fields

Style

name: style, type: Enum, default: SHAPE

Picking style.

Values:

Title Name Description
Shape SHAPE Points on the surfaces of shapes may be picked.
Bounding Box BOUNDING_BOX Points on the surfaces of 3D bounding boxes of shapes may be picked.
Unpickable UNPICKABLE Subsequent objects are transparent to picks.