remove_annotations
remove_annotations
[ -region {f_xlo f_ylo f_xhi f_yhi} ]
[ -type {all | user | violation | optimization ]
Description
Removes annotations from the active cellview or from a specific area of the active artwork window.
The GUI equivalents for this command are Collaborate—Clear Annotations and Verify—Shapes (General tab).
Arguments
|
-region {f_xlo f_ylo f_xhi f_yhi}
|
|
|
Specifies the bounding box coordinates for the area to remove annotations from. If this argument is not included, annotations in the entire active design are removed.
|
|
-type {all | user | violation | optimization}
|
|
|
Determines the types of annotations to remove.
|
|
|
all
|
Removes all annotation types from the Annotation Browser and the related markers from the active window. This is the default.
|
|
|
optimization
|
Removes all annotations in the Optimizations tab of the Annotation Browser and the related markers from the active window.
|
|
|
user
|
Removes all annotations in the User tab of the Annotation Browser and the related markers from the active window.
|
|
|
violation
|
Removes all annotations in the Violations tab of the Annotation Browser and the related markers from the active window.
|
Examples
The following example removes only annotations in the viewing area of the active artwork window.
remove_annotations -region [get_window_area]
Related Topics
Collaborate Commands
map_annotations
send_annotations
Return to top