SoOffscreenRendererRender Method (SoPath) |
Renders the given scene, specified as a path, into an off-screen buffer.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool Render(
SoPath scene
)
Public Function Render (
scene As SoPath
) As Boolean
public:
bool Render(
SoPath^ scene
)
member Render :
scene : SoPath -> bool
Parameters
- scene
- Type: OIV.InventorSoPath
Return Value
Type:
Boolean
RemarksNote: If tiled rendering will be done, the application must call render(), but the actual rendering is not done until one of the writeToXXX() methods or getBuffer() is called.
See Also