Dimensions in GDL objects
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-04-09 03:22 AM
‎2020-04-09
03:22 AM
I want to size a rectangle ( for example ), if I change variable A then the size in 2D will change automatically.
Thank you!
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-04-09 04:03 AM
‎2020-04-09
04:03 AM
Just used A to define a variable when drawing the rectangle?
rect2 0, 0, A, B
If it is 2D, there is no "level dimension"...
rect2 0, 0, A, B
If it is 2D, there is no "level dimension"...
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-04-09 04:20 AM
‎2020-04-09
04:20 AM
If you mean you want a scripted dimension line, then no.
You will have to script the lines, markers and text yourself.
Barry.
You will have to script the lines, markers and text yourself.
Barry.
One of the forum moderators.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-04-09 02:24 PM
‎2020-04-09
02:24 PM
Thank you !