Click or drag to resize
SoGLRenderActionSetUpdateArea Method

Sets the current update area, which is the rectangular area of the viewport region that will actually be rendered into.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void SetUpdateArea(
	SbVec2f origin,
	SbVec2f size
)

Parameters

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

This can be used for partial updates in applications that can manage them. The update area is specified in normalized viewport coordinates, where (0,0) is the lower left corner of the viewport and (1,1) is the upper right corner. The area is specified or returned as an origin and a size.

See Also