Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 556 Bytes

File metadata and controls

31 lines (24 loc) · 556 Bytes

UndoOff

Description

Procedure UndoOff clears the undo table and suspends undo for the remainder of the VectorScript procedure. The undo system resumes after the procedure is completed.

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

Examples

UndoOff;
import vs

# Procedure UndoOff clears the undo table and suspends undo for the remainder
# of the VectorScript procedure.
vs.UndoOff()

Version

Availability: from VectorWorks8.0

Category