Description:

Redraws this view.

Syntax:
public void Redraw()
Returns:
Type: void
Remarks:
If you change something in "this" view like the projection, construction plane, background bitmap, etc., then you need to call RhinoView.Redraw() to redraw "this" view./ The other views will not be changed. If you change something in the document (like adding new geometry to the model), then you need to call RhinoDoc.Views.Redraw() to redraw all the views.
Available since:
5.0

Nothing found