Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 462 Bytes

File metadata and controls

30 lines (23 loc) · 462 Bytes

RedrawSelection

Description

This will update selection indication without redrawing the drawing.

PROCEDURE RedrawSelection;
def vs.RedrawSelection():
    return None

Examples

RedrawSelection;
import vs

# This will update selection indication without redrawing the drawing.
vs.RedrawSelection()

Version

Availability: from Vectorworks 2010

Category