Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 369 Bytes

File metadata and controls

31 lines (23 loc) · 369 Bytes

UnLckObjs

Description

Procedure UnLckObjs unlocks the selected objects.

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

Examples

==== VectorScript ====

SelectObj((C='Structure To Remain'));
UnLckObjs;

==== Python ====

Version

Availability: from All Versions

Category

  • General Edit