Choose your top Archicad wishes!

Read more
Wishes
Post your wishes about Graphisoft products: Archicad, BIMx, BIMcloud, and DDScad.

Object Selective Parameter Locking

gdford
Advisor

It would be nice if a library objects parameters could be locked but yet the object could be placed and moved around in the project. It is terribly easy for object to be accidently stretched when trying to move them around, and not everyone notices or even understands that they have altered the shape of the object.

Gary Ford
Self Employed - Modeling, Estimating, Construction
Archicad 12-26
AMD Ryzen 9 5900X 12-Core Processor
3701 Mhz, 12 Core(s), 24 Logical Processor(s)
(RAM) 128 GB
NVIDIA RTX A2000
2 REPLIES 2

Yes and this should of course be integrated in a proper type functionality making it easy to overview and control the parameters of all objects (and elements) placed in the model.

Barry Kelly
Moderator

Do you mean you would like to just select and drag an object without having it stretch?

That would be hard to control, as what would happen when you do want to stretch a node?

All I can suggest is to select the object and then CTRL+D so it can only drag and not stretch.

Or do not drag by nodes on the boundary or other stretchy nodes.

 

Of course you can control locking in the scripts, but you would not want to do this for all default library objects.

But for objects you create yourself ...

 

In the Parameter or master script .... LOCK "A", "B", etc.

This will lock those parameters - but the use can't unlock them.

If you do want the user to be able to unlock them, then you must add a new boolean parameter "lock_parameters".

Then ...

if lock_parameters = 1 then

LOCK "A", "B", etc

endif.

 

Barry.

One of the forum moderators.
Versions 6.5 to 27
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11