Click or drag to resize
SoSelectionSetPickRadius Method

Sets the radius (in pixels) around the viewport-space point through which the ray passes when doing ray picking.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetPickRadius(
	float radiusInPixels
)

Parameters

radiusInPixels
Type: SystemSingle
Remarks

Ray picking is performed when getPickedPoint() is called. The pick radius set here is only used when testing the ray against lines and points.

See Also