Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 371 Bytes

File metadata and controls

19 lines (14 loc) · 371 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

Version

Availability: from VectorWorks8.0

Category