v6.0
Forces the render region in the specified viewport(s) to refresh. This is the
scripting equivalent of right-clicking on the render region.
This command replaces the obsolete command RefreshRegion.
RenderRegionRefresh( [Viewport] ); |
Parameter | Type | Description |
---|---|---|
Viewport | siViewport |
The viewport(s) containing the render region to refresh. Default Value: siViewportCurrent (the viewport the cursor is currently hovering over) |
// Refreshes the render region in the viewport A (the top view). RenderRegionRefresh( siViewportA ); |