Click or drag to resize
SoOffscreenRenderArea Constructor (SoRenderAreaCore)

Builds a new offscreen render area by using the given renderAreaCore.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoOffscreenRenderArea(
	SoRenderAreaCore renderAreaCore
)

Parameters

renderAreaCore
Type: OIV.Inventor.ViewerComponentsSoRenderAreaCore
Remarks

Any following call to setSceneGraph will change the scene graph used by this instance.

See Also