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==== VectorScript ====
SelectObj((C='Structure To Remain'));
LckObjs;==== Python ====
Availability: from All Versions
- General Edit