Is there any example of using the parameter BEAM_SEGMENT_INFO?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2024-06-25 10:17 AM
I have trouble using this parameter. 😟 Maybe there is a simple executable example so I can understand how to use it. Thank you.
- Labels:
-
Discussion
-
Question

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2024-06-25 10:27 PM
Try to find the macro object "label_content_macro.gsm". There this Global is used.
GDL object creation: b-prisma.de
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2024-06-28 06:07 AM
Thanks for the info, I'll give it a try。😀
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2024-07-01 04:45 AM
It works...
--------------------------------------------------------------------------------------------------------------------------------------------------------
IF GLOB_ELEM_TYPE = 12 or GLOB_ELEM_TYPE = 28 THEN
IF BEAM_SEGMENT_INFO.segments[1].crossSection.type= 1 THEN text2 0, 0, "BEAM_RECTANGULAR"
IF BEAM_SEGMENT_INFO.segments[1].crossSection.type= 2 THEN text2 0, 0, "BEAM_ROUND"
IF BEAM_SEGMENT_INFO.segments[1].crossSection.type= 3 THEN text2 0, 0, "BEAM_COMPLEXCCC"
ENDIF
--------------------------------------------------------------------------------------------------------------------------------------------------------