Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 726 Bytes

File metadata and controls

35 lines (27 loc) · 726 Bytes

UnHideObjects

Description

Changes the object visibility to "visible" for all objects hidden with Hide, HideSelectedObjects and ShowOnlySelected commands. The object will only become visible if it is also on a visible layer and class.

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

Examples

UnHideObjects();
UnHideObjects;
import vs

# Changes the object visibility to "visible" for all objects hidden
# with Hide, HideSelectedObjects and ShowOnlySelected commands.
vs.UnHideObjects()

Version

Availability: from Vectorworks 2025

Category