dips.PlaneOptionsVal module#

Generated wrapper for PlaneOptions protobuf message.

class dips.PlaneOptionsVal.PlaneOptionsVal(proto_message: Any | None = None)#

Bases: object

Simple wrapper for PlaneOptions with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property show_daylight_envelope: bool#

Get the ShowDaylightEnvelope field value.

property show_marker_ticks: bool#

Get the ShowMarkerTicks field value.

property show_plane: bool#

Get the ShowPlane field value.

property show_plane_label: bool#

Get the ShowPlaneLabel field value.

property show_pole: bool#

Get the ShowPole field value.

property show_pole_label: bool#

Get the ShowPoleLabel field value.

to_proto()#

Get the underlying protobuf message.