rockverse.viz.OrthogonalViewer.show_guide_lines#

property OrthogonalViewer.show_guide_lines#

Boolean flag to enable or disable the visibility of the guide lines for slice intersection.

Examples

>>> viewer.show_guide_lines         # Get the current visibility state
>>> viewer.show_guide_lines = True  # Show the guide lines
>>> viewer.show_guide_lines = False # Hide the guide lines