show_axes# property AntennaNode.show_axes: bool# Toggle (on/off) display of antenna coordinate axes in 3-D window. Value should be ‘true’ or ‘false’. Examples >>> from ansys.aedt.core import Emit >>> app = Emit() >>> _, ant = app.schematic.create_radio_antenna("Bluetooth") >>> ant.show_axes = True