Hi Christophe, I've checked the library you sent. In addition to the
rotation above it rotates back the objects with the symbol rotation
angle in elevation: if SYMB_MIRRORED then cor_ang = 360-SYMB_ROTANGLE
else cor_ang = (SYMB_ROTANGLE - 180) endif ...
The elevation's direction is not known in GDL. If it helps, you can
create a Face-Me object in 3D with the following script (it refreshes at
Ctrl+Shift+R) and use a 3D Document instead of the section/elevation.
nTrans = 0 EPS = 0.0001 dx = GLOB_EYEPO...
Hi Christophe, For what purpose do you need the drawing on elevation?
Would changing the object's subtype to Label and place it on elevation
as an independent label do the trick for you?
Hi Martin! I suggest you to use poly2_b command and a set fill command
with an empty fill or a fill with definable attributes to get an easily
highlightable 2D symbol.
Dear Moonlight, Thank you for your suggestions regarding the GDL Manual
and the learning materials! We highly value them and will take them into
consideration when focusing on the improvement of these materials which
we plan to do in the next few yea...