Click or drag to resize
SoGLRenderActionGetUpdateArea Method

Returns the current update area.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GetUpdateArea(
	out SbVec2f origin,
	out SbVec2f size
)

Parameters

origin
Type: OIV.InventorSbVec2f
size
Type: OIV.InventorSbVec2f
Remarks

See OIV.Inventor.Actions.SoGLRenderAction.SetUpdateArea(OIV.Inventor.SbVec2f, OIV.Inventor.SbVec2f) for details.

See Also