Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 510 Bytes

File metadata and controls

24 lines (18 loc) · 510 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();

Version

Availability: from Vectorworks 2025

Category