Click or drag to resize
SoRayPickAction Constructor

Constructor takes viewport region to use for picking.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoRayPickAction(
	SbViewportRegion viewportRegion
)

Parameters

viewportRegion
Type: OIV.InventorSbViewportRegion
Remarks

Even though the picking operation may not involve a window per se, some nodes need this information to determine their size and placement.

See Also