GDL
About building parametric objects with GDL.
SOLVED!

Get object parameter (GDL variable) with Autotext

Anonymous
Not applicable
I've been struggling with this issue for a while, but because it seems simple, I thought I might just have missed some simple solution. But here goes:
I GDL script custom objects from scratch and want to label them with the autotext function. In schemes you have the ability to find additional object parameters (variables from the script) and list them, but with autotext in the category "Object/Lamp" I am limited to Length, Rotation and Surface - which has no purpose in my case. Is there any way to identify these variables with autotext? Or maybe som other solution?
I am aware of the Element ID (GLOB_ID) possibility, but it's simply too ineffective, thus I have to type it manually in all objects. As far as I know, it's not possible to set GLOB_ID directly from the script.

Thanks in advance
- Slumstrup
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Anonymous
Not applicable
hi!
The label can get the variable argument of the object, you can use the request,
Here is an example, you can refer to
n = REQUEST("ASSOCLP_PARVALUE",  "object variable name ", DUMMY_name_index, DUMMY_type, DUMMY_flags, DUMMY_dim1, DUMMY_dim2, name)

View solution in original post

4 REPLIES 4
Anonymous
Not applicable
Hi Slumstrup,

I have the same query as you. I found one label tool called Label Everything may help you. The tool was developed by Masterscript. It is able to label individual GDL parameter.

Regards
Jeffrey Shan
Solution
Anonymous
Not applicable
hi!
The label can get the variable argument of the object, you can use the request,
Here is an example, you can refer to
n = REQUEST("ASSOCLP_PARVALUE",  "object variable name ", DUMMY_name_index, DUMMY_type, DUMMY_flags, DUMMY_dim1, DUMMY_dim2, name)
Anonymous
Not applicable
The Label created by licheng6095 worked on my model, but the issue is: I can´t chose the size of the font or the style. How can I configure it?
Lingwisyer
Guru
Just add a Style statement at the start of the script?

AC22-23 AUS 7000Help Those Help You - Add a Signature
Self-taught, bend it till it breaksCreating a Thread
Win11 | i9 10850K | 64GB | RX6600 Win10 | R5 2600 | 16GB | GTX1660