Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 616 Bytes

File metadata and controls

34 lines (26 loc) · 616 Bytes

ShowOnlySelected

Description

Sets the object visibility of all unselected objects to "invisible". Hidden objects can be made visible with Show or UnHideObjects commands.

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

Examples

ShowOnlySelected();
ShowOnlySelected;
import vs

# Sets the object visibility of all unselected objects to "invisible".
vs.ShowOnlySelected()

Version

Availability: from Vectorworks 2025

Category