Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 544 Bytes

File metadata and controls

38 lines (30 loc) · 544 Bytes

LckObjs

Description

Procedure LckObjs locks the selected objects. When an object is locked, it may be copied or duplicated, but it may not be changed in any other way.

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

Examples

VectorScript

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

Python

LckObjs;
vs.LckObjs()

Version

Availability: from All Versions

Category