rockverse.viz.OrthogonalViewer.show_xy_plane#
- property OrthogonalViewer.show_xy_plane#
Boolean flag to enable or disable the visibility of the XY slice.
When set to True, the XY slice will be displayed in the viewer. When set to False, the XY slice will be hidden. Changing this setting will rebuild the visualization to reflect the current state.
Examples
>>> viewer.show_xy_plane # Get the current state >>> viewer.show_xy_plane = True # Show the XY slice >>> viewer.show_xy_plane = False # Hide the XY slice