Viewport.refresh Method
Parent Object: ViewportDefined in namespace "adsk::core" and the header file is <Core/Application/Viewport.h>
Description
Forces the view to refresh. It is sometimes useful to force a refresh to be able to see edits that have been made using the API.
Syntax
"viewport_var" is a variable referencing a Viewport object.
|
Return Value
Type | Description |
boolean | Returns true if the operation was successful. |