Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 403 Bytes

File metadata and controls

30 lines (23 loc) · 403 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