Click or drag to resize
SoUpdateAreaElementGet Method

Returns current update area from the state.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static bool Get(
	SoState state,
	out SbVec2f origin,
	out SbVec2f size
)

Parameters

state
Type: OIV.Inventor.MiscSoState
origin
Type: OIV.InventorSbVec2f
size
Type: OIV.InventorSbVec2f

Return Value

Type: Boolean
Remarks

Returns true if the update area is the default, namely, the entire viewport.

See Also