Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 493 Bytes

File metadata and controls

31 lines (24 loc) · 493 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