Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 459 Bytes

File metadata and controls

32 lines (24 loc) · 459 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 ====

Version

Availability: from All Versions

Category

  • General Edit