Click or drag to resize
SoRayPickActionSetPickAll Method

Sets whether the action will return all objects intersected or just the closest one.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void SetPickAll(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Default is false (only closest intersection).

See Also