dips.RotateDataSettingsVal module#

Generated wrapper for RotateDataSettings protobuf message.

class dips.RotateDataSettingsVal.RotateDataSettingsVal(rotation_axis: TrendPlungeVal | None = None, cw_rotation_angle: AngleDataVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for RotateDataSettings with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property cw_rotation_angle: AngleDataVal#

Get the CWRotationAngle field as a wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property rotate_sets: bool#

Get the RotateSets field value.

property rotate_user_planes: bool#

Get the RotateUserPlanes field value.

property rotation_axis: TrendPlungeVal#

Get the RotationAxis field as a wrapper.

to_proto()#

Get the underlying protobuf message.