dips.StereonetProjectionModeVal module#

Generated wrapper for StereonetProjectionMode protobuf message.

class dips.StereonetProjectionModeVal.StereonetProjectionModeVal(hemisphere_draw_option: eHemisphereDrawOption = eHemisphereDrawOption.Upper, projection_method_draw_option: eProjectionMethodDrawOption = eProjectionMethodDrawOption.EqualAngle, proto_message: Any | None = None)#

Bases: object

Simple wrapper for StereonetProjectionMode with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property hemisphere_draw_option: eHemisphereDrawOption#

Get the HemisphereDrawOption field as a Python IntEnum (IDE autocomplete).

property projection_method_draw_option: eProjectionMethodDrawOption#

Get the ProjectionMethodDrawOption field as a Python IntEnum (IDE autocomplete).

to_proto()#

Get the underlying protobuf message.