Do you know why the elements highlighted in red appear there with the same color as regular finite elements and how to get rid of them ? I just want to visualize the standard finite elements in one color and contact elements in another, more visible color.
I rarely use cgx, so I would appreciate your help.
read ns_3d.frd
read ns_3d.cel inp
copy all normal tra 0 0 0
setr normal e contactelements_st1_in1_at1_it2
setr normal e contactelements_st1_in1_at1_it3
plot eb normal n 100
plus eb contactelements_st1_in1_at1_it2 t 33
plus eb contactelements_st1_in1_at1_it3 r 33
Apparently, transparancy is an all-or-nothing attribute.
If I try to plot/plus one set without it, then all transparency disappears. I’m not sure if that is a bug or intentional.