Click or drag to resize
SoSelectionSetPickMatching Method

OIV.Inventor.Nodes.SoSelection will pick once on mouse down and once on mouse up, and make sure the picks match before changing the selection list.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetPickMatching(
	bool pickTwice
)

Parameters

pickTwice
Type: SystemBoolean
Remarks

This allows the user to pick down on an object, change their mind and drag off the object, release the mouse button and not affect the selection. Pass true to enable this behavior. Pass false to disable this, meaning whatever is picked on a mouse release is added to/removed from the selection list. Default is pick-matching on.

See Also