dips.RosetteViewVal module#

Generated wrapper for RosetteView protobuf message.

class dips.RosetteViewVal.RosetteViewVal(rosette_settings: RosetteSettingsVal | None = None, projection_mode: StereonetProjectionModeVal | None = None, preset_options: RosettePresetOptionsVal | None = None, annotative_tools: AnnotativeTools2DVal | None = None, active_filter: DataFilterRef | None = None, proto_message: Any | None = None, channel_to_connect_on: Any | None = None)#

Bases: object

Simple wrapper for RosetteView with Pythonic getters and setters.

property active_filter: DataFilterRef#

Get the ActiveFilter field as a reference.

property annotative_tools: AnnotativeTools2DVal#

Get the AnnotativeTools field as a wrapper.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property preset_options: RosettePresetOptionsVal#

Get the PresetOptions field as a wrapper.

property projection_mode: StereonetProjectionModeVal#

Get the ProjectionMode field as a wrapper.

property rosette_settings: RosetteSettingsVal#

Get the RosetteSettings field as a wrapper.

to_proto()#

Get the underlying protobuf message.

property user_plane_entity_visibilities: List[PlaneEntityVisibilityVal]#

Get the UserPlaneEntityVisibilities field as a list of wrappers.

property view_name: str#

Get the ViewName field value.