dips.Stereonet3DDisplayOptionsVal module#
Generated wrapper for Stereonet3DDisplayOptions protobuf message.
- class dips.Stereonet3DDisplayOptionsVal.Stereonet3DDisplayOptionsVal(background_color: ColorSurrogateVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for Stereonet3DDisplayOptions with Pythonic getters and setters.
- property background_color: ColorSurrogateVal#
Get the BackgroundColor field as a wrapper.
- copy()#
Create a copy of this wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property show_axes: bool#
Get the ShowAxes field value.
- property show_center_cross: bool#
Get the ShowCenterCross field value.
- property show_directional_arrows: bool#
Get the ShowDirectionalArrows field value.
- to_proto()#
Get the underlying protobuf message.