GDL
About building parametric objects with GDL.

2D Object with Editable Text

Andre_Steynberg
Booster

Hi everyone

 

I need some guidance on the following, I would like to make a simple 2D symbol (lighting related) with an editable text box next to either relating to a property, element ID etc.

This is so I can change the text when necessary and don't have a million of the same symbols just with different text.

 

I don't know much about GDL and whatnot but would be willing to try anything

 

EDIT : So poking around in the code I've discovered the part which controls the text, at the moment I'm trying to figure how to add it to the Parameters so I can edit it in the object itself.

 

Thanks!

Andre Steynberg
Win 10 64-bit
AC27
2 REPLIES 2
Barry Kelly
Moderator

You won't be able to edit object text like you can normal text (i.e.on screen in a text editor).

You can add a string parameter to an object and use that in the 2D script to display the text.

Then you can edit that text in the object settings parameter list.

 

You can also used the ID in the 2D script, so you can edit the ID in the info box and not have to open the object settings.

 

I am sure you can also use properties in your 2D scripts  but you will need to script all of these options into your objects.

 

You could try a property label (you should have one in the default library) or even the autotext label.

This way you can use the ID or properties without having to script anything.

Save favourites for the labels once you have the correct settings so you don't have to pick them every time.

 

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
Andre_Steynberg
Booster

Hi Barry

yea I figured as much once I started.

I managed to fumble my way to a result but couldn't understand what I had done.

Thanks to your input, the GDL reference guide, some more searching and Eric Bobrow's tutorial which I'll link below for the next weary traveller, I achieved what I set out to do.

Thanks for the help!

Andre

 

Link here : Archicad Tutorial | Creating Custom Symbols and 3D Objects (part 1 of 3) 

Andre Steynberg
Win 10 64-bit
AC27

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!