Drawing an arrow / AIS_Trihedron without text

Hello all,

I am trying to draw an arrow. To do this I am currently using an AIS_Trihedron, and only drawing the Z axis. The arrow is drawn which is great, but I would like to hide "Z" axis label text. Is there a way to do this? Or is there a better way to draw an arrow?

Thanks!

Kirill Gavrilov's picture

Check Prs3d_DatumAspect::ToDrawLabels() property.