Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 458 Bytes

File metadata and controls

37 lines (29 loc) · 458 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

UnLckObjs;
vs.UnLckObjs()

Version

Availability: from All Versions

Category