Click or drag to resize
SoPickActionSetViewportRegion Method

Sets current viewport region to use for action.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetViewportRegion(
	SbViewportRegion newRegion
)

Parameters

newRegion
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