DipsScripting 9.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dips/AnchorPointVal.py +103 -0
- dips/AngleDataVal.py +62 -0
- dips/AnnotativeTools2DVal.py +273 -0
- dips/ApplicationManager.py +89 -0
- dips/ArrowToolEntityInfoRef.py +43 -0
- dips/ArrowToolEntityInfoVal.py +155 -0
- dips/AutomaticClusterAnalysisSettingsVal.py +161 -0
- dips/BuiltInDataDescriptors.py +81 -0
- dips/BuiltInDataFormatters.py +81 -0
- dips/CircularWindowVal.py +103 -0
- dips/ClusterWindowVal.py +190 -0
- dips/ColorSurrogateVal.py +95 -0
- dips/ConeToolEntityInfoRef.py +43 -0
- dips/ConeToolEntityInfoVal.py +114 -0
- dips/ConeVal.py +92 -0
- dips/ContourEntityVisibilityVal.py +132 -0
- dips/ContourOptionsVal.py +193 -0
- dips/CumulativeChartViewRef.py +42 -0
- dips/CumulativeChartViewVal.py +100 -0
- dips/CumulativePlotSettingsVal.py +94 -0
- dips/CurvedWindowVal.py +102 -0
- dips/CustomColumnCollectionVal.py +69 -0
- dips/CustomHistogramOptionsVal.py +103 -0
- dips/CustomRangeVal.py +84 -0
- dips/CustomRowRawDataVal.py +74 -0
- dips/DataDescriptorVal.py +83 -0
- dips/DataFilterRef.py +23 -0
- dips/DataFilterVal.py +73 -0
- dips/DataFormatterVal.py +62 -0
- dips/DataIdentifierVal.py +62 -0
- dips/DipsAPI_pb2.py +817 -0
- dips/DipsAPI_pb2_grpc.py +12363 -0
- dips/DipsApp.py +81 -0
- dips/DiscontinuityDataVal.py +164 -0
- dips/EllipseToolEntityInfoRef.py +43 -0
- dips/EllipseToolEntityInfoVal.py +153 -0
- dips/FillFormatVal.py +83 -0
- dips/FoldEntityInfoRef.py +23 -0
- dips/FoldEntityInfoVal.py +103 -0
- dips/FoldEntityOptionsVal.py +106 -0
- dips/FoldEntityVisibilityRef.py +38 -0
- dips/FoldEntityVisibilityVal.py +100 -0
- dips/FoldWindowEntityInfoVal.py +92 -0
- dips/FoldWindowEntityVisibilityRef.py +29 -0
- dips/FoldWindowEntityVisibilityVal.py +80 -0
- dips/FreehandWindowVal.py +80 -0
- dips/FullDataFormatVal.py +92 -0
- dips/GlobalPlaneEntityVisibilityVal.py +103 -0
- dips/HistogramChartViewRef.py +42 -0
- dips/HistogramChartViewVal.py +100 -0
- dips/HistogramPlotSettingsVal.py +136 -0
- dips/IntersectionEntityVisibilityVal.py +83 -0
- dips/IntersectionOptionsVal.py +83 -0
- dips/IntervalVal.py +102 -0
- dips/JointFrequencyAnalysisSettingsVal.py +102 -0
- dips/JointFrequencyChartViewRef.py +42 -0
- dips/JointFrequencyChartViewVal.py +100 -0
- dips/JointSpacingAnalysisSettingsVal.py +138 -0
- dips/JointSpacingChartViewRef.py +42 -0
- dips/JointSpacingChartViewVal.py +100 -0
- dips/KinematicAnalysisEntityVisibilityVal.py +73 -0
- dips/KinematicAnalysisSettingsVal.py +140 -0
- dips/LatLongVal.py +84 -0
- dips/LengthDataVal.py +83 -0
- dips/LineFormatVal.py +83 -0
- dips/LineIntersectionCalculatorToolEntityInfoRef.py +43 -0
- dips/LineIntersectionCalculatorToolEntityInfoVal.py +133 -0
- dips/LineToolEntityInfoRef.py +43 -0
- dips/LineToolEntityInfoVal.py +133 -0
- dips/LineationVal.py +83 -0
- dips/MeasureAngleToolEntityInfoRef.py +43 -0
- dips/MeasureAngleToolEntityInfoVal.py +133 -0
- dips/OrientationDataSetRef.py +23 -0
- dips/OrientationDataSetVal.py +453 -0
- dips/PitchGridToolEntityInfoRef.py +43 -0
- dips/PitchGridToolEntityInfoVal.py +114 -0
- dips/PlaneEntityInfoRef.py +23 -0
- dips/PlaneEntityInfoVal.py +92 -0
- dips/PlaneEntityVisibilityRef.py +38 -0
- dips/PlaneEntityVisibilityVal.py +100 -0
- dips/PlaneIntersectionCalculatorToolEntityInfoRef.py +43 -0
- dips/PlaneIntersectionCalculatorToolEntityInfoVal.py +133 -0
- dips/PlaneOptionsVal.py +117 -0
- dips/PlaneVal.py +105 -0
- dips/PoleEntityOptionsVal.py +84 -0
- dips/PoleEntityVisibilityVal.py +83 -0
- dips/PolygonToolEntityInfoRef.py +43 -0
- dips/PolygonToolEntityInfoVal.py +131 -0
- dips/PolylineToolEntityInfoRef.py +43 -0
- dips/PolylineToolEntityInfoVal.py +111 -0
- dips/ProcessedDataVal.py +94 -0
- dips/ProjStubRef.py +388 -0
- dips/ProjStubVal.py +52 -0
- dips/ProtobufCollectionWrappers.py +108 -0
- dips/QualitativeQuantitativeAnalysisSettingsVal.py +151 -0
- dips/QualitativeQuantitativeChartViewRef.py +42 -0
- dips/QualitativeQuantitativeChartViewVal.py +111 -0
- dips/QuantitativeContourSettingsVal.py +103 -0
- dips/RQDAnalysisChartViewRef.py +42 -0
- dips/RQDAnalysisChartViewVal.py +100 -0
- dips/RQDAnalysisSettingsVal.py +111 -0
- dips/RectangleToolEntityInfoRef.py +43 -0
- dips/RectangleToolEntityInfoVal.py +153 -0
- dips/ReportingConventionResultVal.py +62 -0
- dips/RosettePresetOptionsVal.py +227 -0
- dips/RosetteSettingsVal.py +174 -0
- dips/RosetteViewRef.py +296 -0
- dips/RosetteViewVal.py +177 -0
- dips/ScatterChartViewRef.py +42 -0
- dips/ScatterChartViewVal.py +100 -0
- dips/ScatterPlotSettingsVal.py +113 -0
- dips/SetEntityInfoRef.py +23 -0
- dips/SetEntityInfoVal.py +103 -0
- dips/SetEntityOptionsVal.py +133 -0
- dips/SetEntityVisibilityRef.py +38 -0
- dips/SetEntityVisibilityVal.py +100 -0
- dips/SetStatisticsSettingsVal.py +106 -0
- dips/SetVersusSetVal.py +82 -0
- dips/SetWindowEntityInfoVal.py +183 -0
- dips/SetWindowEntityVisibilityRef.py +29 -0
- dips/SetWindowEntityVisibilityVal.py +80 -0
- dips/StatisticalDistributionFilterVal.py +128 -0
- dips/Stereonet2DPresetOptionsVal.py +488 -0
- dips/Stereonet2DViewRef.py +612 -0
- dips/Stereonet2DViewVal.py +363 -0
- dips/Stereonet3DPresetOptionsVal.py +281 -0
- dips/Stereonet3DViewRef.py +440 -0
- dips/Stereonet3DViewVal.py +303 -0
- dips/StereonetOverlayEntityVisibilityVal.py +83 -0
- dips/StereonetOverlaySettingsVal.py +103 -0
- dips/StereonetProjectionModeVal.py +73 -0
- dips/SurveyDataVal.py +103 -0
- dips/SymbolDisplaySettingVal.py +124 -0
- dips/SymbolicSettingsVal.py +89 -0
- dips/TextFormatVal.py +105 -0
- dips/TextToolEntityInfoRef.py +43 -0
- dips/TextToolEntityInfoVal.py +176 -0
- dips/TraverseEntityOptionsVal.py +84 -0
- dips/TraverseEntityVisibilityRef.py +38 -0
- dips/TraverseEntityVisibilityVal.py +100 -0
- dips/TrendLineToolEntityInfoRef.py +43 -0
- dips/TrendLineToolEntityInfoVal.py +114 -0
- dips/TrendPlungeVal.py +91 -0
- dips/UnitSystemResultVal.py +62 -0
- dips/UserPlaneEntityOptionsVal.py +100 -0
- dips/ValidatableResultVal.py +69 -0
- dips/ValidatableResult_ProtoReference_ArrowToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_ConeToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_EllipseToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_FoldEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_LineIntersectionCalculatorToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_LineToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_MeasureAngleToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_OrientationDataSetVal.py +86 -0
- dips/ValidatableResult_ProtoReference_PitchGridToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_PlaneEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_PlaneIntersectionCalculatorToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_PolygonToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_PolylineToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_RectangleToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_SetEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_TextToolEntityInfoVal.py +86 -0
- dips/ValidatableResult_ProtoReference_TrendLineToolEntityInfoVal.py +86 -0
- dips/ValidationErrorVal.py +73 -0
- dips/Vector2DVal.py +73 -0
- dips/Vector3Val.py +84 -0
- dips/VectorDensityContourSettingsVal.py +73 -0
- dips/WeightingSettingsVal.py +83 -0
- dips/WrappedFreehandWindowVal.py +102 -0
- dips/__init__.py +29 -0
- dipsscripting-9.1.0.dist-info/METADATA +29 -0
- dipsscripting-9.1.0.dist-info/RECORD +175 -0
- dipsscripting-9.1.0.dist-info/WHEEL +5 -0
- dipsscripting-9.1.0.dist-info/licenses/License.txt +20 -0
- dipsscripting-9.1.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,488 @@
|
|
|
1
|
+
"""Generated wrapper for Stereonet2DPresetOptions protobuf message."""
|
|
2
|
+
|
|
3
|
+
from typing import Any, Optional, List, Dict
|
|
4
|
+
from . import DipsAPI_pb2
|
|
5
|
+
|
|
6
|
+
from .ProtobufCollectionWrappers import _ProtobufListWrapper, _ProtobufMapWrapper
|
|
7
|
+
|
|
8
|
+
from .ContourEntityVisibilityVal import ContourEntityVisibilityVal
|
|
9
|
+
from .GlobalPlaneEntityVisibilityVal import GlobalPlaneEntityVisibilityVal
|
|
10
|
+
from .IntersectionEntityVisibilityVal import IntersectionEntityVisibilityVal
|
|
11
|
+
from .KinematicAnalysisEntityVisibilityVal import KinematicAnalysisEntityVisibilityVal
|
|
12
|
+
from .PoleEntityVisibilityVal import PoleEntityVisibilityVal
|
|
13
|
+
from .StereonetOverlayEntityVisibilityVal import StereonetOverlayEntityVisibilityVal
|
|
14
|
+
|
|
15
|
+
class Stereonet2DPresetOptionsVal:
|
|
16
|
+
"""Simple wrapper for Stereonet2DPresetOptions with Pythonic getters and setters."""
|
|
17
|
+
|
|
18
|
+
_proto_class = DipsAPI_pb2.Stereonet2DPresetOptions
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
def __init__(self, pole_entity_visibility: Optional[PoleEntityVisibilityVal] = None, intersection_entity_visibility: Optional[IntersectionEntityVisibilityVal] = None, contour_entity_visibility: Optional[ContourEntityVisibilityVal] = None, global_mean_plane_entity_visibility: Optional[GlobalPlaneEntityVisibilityVal] = None, global_best_fit_plane_entity_visibility: Optional[GlobalPlaneEntityVisibilityVal] = None, kinematic_analysis_entity_visibility: Optional[KinematicAnalysisEntityVisibilityVal] = None, stereonet_overlay_entity_visibility: Optional[StereonetOverlayEntityVisibilityVal] = None, proto_message: Optional[Any] = None):
|
|
22
|
+
"""Initialize the Stereonet2DPresetOptions wrapper."""
|
|
23
|
+
# Initialize the protobuf message
|
|
24
|
+
if proto_message is not None:
|
|
25
|
+
self._proto_message = proto_message
|
|
26
|
+
else:
|
|
27
|
+
self._proto_message = self._proto_class()
|
|
28
|
+
|
|
29
|
+
if pole_entity_visibility is not None:
|
|
30
|
+
self._proto_message.PoleEntityVisibility.CopyFrom(pole_entity_visibility.to_proto())
|
|
31
|
+
self._pole_entity_visibility_wrapper = pole_entity_visibility
|
|
32
|
+
if intersection_entity_visibility is not None:
|
|
33
|
+
self._proto_message.IntersectionEntityVisibility.CopyFrom(intersection_entity_visibility.to_proto())
|
|
34
|
+
self._intersection_entity_visibility_wrapper = intersection_entity_visibility
|
|
35
|
+
if contour_entity_visibility is not None:
|
|
36
|
+
self._proto_message.ContourEntityVisibility.CopyFrom(contour_entity_visibility.to_proto())
|
|
37
|
+
self._contour_entity_visibility_wrapper = contour_entity_visibility
|
|
38
|
+
if global_mean_plane_entity_visibility is not None:
|
|
39
|
+
self._proto_message.GlobalMeanPlaneEntityVisibility.CopyFrom(global_mean_plane_entity_visibility.to_proto())
|
|
40
|
+
self._global_mean_plane_entity_visibility_wrapper = global_mean_plane_entity_visibility
|
|
41
|
+
if global_best_fit_plane_entity_visibility is not None:
|
|
42
|
+
self._proto_message.GlobalBestFitPlaneEntityVisibility.CopyFrom(global_best_fit_plane_entity_visibility.to_proto())
|
|
43
|
+
self._global_best_fit_plane_entity_visibility_wrapper = global_best_fit_plane_entity_visibility
|
|
44
|
+
if kinematic_analysis_entity_visibility is not None:
|
|
45
|
+
self._proto_message.KinematicAnalysisEntityVisibility.CopyFrom(kinematic_analysis_entity_visibility.to_proto())
|
|
46
|
+
self._kinematic_analysis_entity_visibility_wrapper = kinematic_analysis_entity_visibility
|
|
47
|
+
if stereonet_overlay_entity_visibility is not None:
|
|
48
|
+
self._proto_message.StereonetOverlayEntityVisibility.CopyFrom(stereonet_overlay_entity_visibility.to_proto())
|
|
49
|
+
self._stereonet_overlay_entity_visibility_wrapper = stereonet_overlay_entity_visibility
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
# Properties
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
def pole_entity_visibility(self) -> PoleEntityVisibilityVal:
|
|
56
|
+
"""Get the PoleEntityVisibility field as a wrapper."""
|
|
57
|
+
if not hasattr(self, '_pole_entity_visibility_wrapper'):
|
|
58
|
+
self._pole_entity_visibility_wrapper = PoleEntityVisibilityVal(proto_message=self._proto_message.PoleEntityVisibility)
|
|
59
|
+
return self._pole_entity_visibility_wrapper
|
|
60
|
+
|
|
61
|
+
@pole_entity_visibility.setter
|
|
62
|
+
def pole_entity_visibility(self, value: PoleEntityVisibilityVal) -> None:
|
|
63
|
+
"""Set the PoleEntityVisibility field to a wrapper."""
|
|
64
|
+
self._proto_message.PoleEntityVisibility.CopyFrom(value.to_proto())
|
|
65
|
+
# Update the cached wrapper if it exists
|
|
66
|
+
if hasattr(self, '_pole_entity_visibility_wrapper'):
|
|
67
|
+
self._pole_entity_visibility_wrapper._proto_message.CopyFrom(self._proto_message.PoleEntityVisibility)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
def intersection_entity_visibility(self) -> IntersectionEntityVisibilityVal:
|
|
72
|
+
"""Get the IntersectionEntityVisibility field as a wrapper."""
|
|
73
|
+
if not hasattr(self, '_intersection_entity_visibility_wrapper'):
|
|
74
|
+
self._intersection_entity_visibility_wrapper = IntersectionEntityVisibilityVal(proto_message=self._proto_message.IntersectionEntityVisibility)
|
|
75
|
+
return self._intersection_entity_visibility_wrapper
|
|
76
|
+
|
|
77
|
+
@intersection_entity_visibility.setter
|
|
78
|
+
def intersection_entity_visibility(self, value: IntersectionEntityVisibilityVal) -> None:
|
|
79
|
+
"""Set the IntersectionEntityVisibility field to a wrapper."""
|
|
80
|
+
self._proto_message.IntersectionEntityVisibility.CopyFrom(value.to_proto())
|
|
81
|
+
# Update the cached wrapper if it exists
|
|
82
|
+
if hasattr(self, '_intersection_entity_visibility_wrapper'):
|
|
83
|
+
self._intersection_entity_visibility_wrapper._proto_message.CopyFrom(self._proto_message.IntersectionEntityVisibility)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
def contour_entity_visibility(self) -> ContourEntityVisibilityVal:
|
|
88
|
+
"""Get the ContourEntityVisibility field as a wrapper."""
|
|
89
|
+
if not hasattr(self, '_contour_entity_visibility_wrapper'):
|
|
90
|
+
self._contour_entity_visibility_wrapper = ContourEntityVisibilityVal(proto_message=self._proto_message.ContourEntityVisibility)
|
|
91
|
+
return self._contour_entity_visibility_wrapper
|
|
92
|
+
|
|
93
|
+
@contour_entity_visibility.setter
|
|
94
|
+
def contour_entity_visibility(self, value: ContourEntityVisibilityVal) -> None:
|
|
95
|
+
"""Set the ContourEntityVisibility field to a wrapper."""
|
|
96
|
+
self._proto_message.ContourEntityVisibility.CopyFrom(value.to_proto())
|
|
97
|
+
# Update the cached wrapper if it exists
|
|
98
|
+
if hasattr(self, '_contour_entity_visibility_wrapper'):
|
|
99
|
+
self._contour_entity_visibility_wrapper._proto_message.CopyFrom(self._proto_message.ContourEntityVisibility)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
def set_window_entity_group_visibility(self) -> bool:
|
|
104
|
+
"""Get the SetWindowEntityGroupVisibility field value."""
|
|
105
|
+
return self._proto_message.SetWindowEntityGroupVisibility
|
|
106
|
+
|
|
107
|
+
@set_window_entity_group_visibility.setter
|
|
108
|
+
def set_window_entity_group_visibility(self, value: bool) -> None:
|
|
109
|
+
"""Set the SetWindowEntityGroupVisibility field value."""
|
|
110
|
+
self._proto_message.SetWindowEntityGroupVisibility = value
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
def mean_set_plane_entity_group_visibility(self) -> bool:
|
|
115
|
+
"""Get the MeanSetPlaneEntityGroupVisibility field value."""
|
|
116
|
+
return self._proto_message.MeanSetPlaneEntityGroupVisibility
|
|
117
|
+
|
|
118
|
+
@mean_set_plane_entity_group_visibility.setter
|
|
119
|
+
def mean_set_plane_entity_group_visibility(self, value: bool) -> None:
|
|
120
|
+
"""Set the MeanSetPlaneEntityGroupVisibility field value."""
|
|
121
|
+
self._proto_message.MeanSetPlaneEntityGroupVisibility = value
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
def user_plane_entity_group_visibility(self) -> bool:
|
|
126
|
+
"""Get the UserPlaneEntityGroupVisibility field value."""
|
|
127
|
+
return self._proto_message.UserPlaneEntityGroupVisibility
|
|
128
|
+
|
|
129
|
+
@user_plane_entity_group_visibility.setter
|
|
130
|
+
def user_plane_entity_group_visibility(self, value: bool) -> None:
|
|
131
|
+
"""Set the UserPlaneEntityGroupVisibility field value."""
|
|
132
|
+
self._proto_message.UserPlaneEntityGroupVisibility = value
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
def traverse_entity_group_visibility(self) -> bool:
|
|
137
|
+
"""Get the TraverseEntityGroupVisibility field value."""
|
|
138
|
+
return self._proto_message.TraverseEntityGroupVisibility
|
|
139
|
+
|
|
140
|
+
@traverse_entity_group_visibility.setter
|
|
141
|
+
def traverse_entity_group_visibility(self, value: bool) -> None:
|
|
142
|
+
"""Set the TraverseEntityGroupVisibility field value."""
|
|
143
|
+
self._proto_message.TraverseEntityGroupVisibility = value
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
def fold_window_entity_group_visibility(self) -> bool:
|
|
148
|
+
"""Get the FoldWindowEntityGroupVisibility field value."""
|
|
149
|
+
return self._proto_message.FoldWindowEntityGroupVisibility
|
|
150
|
+
|
|
151
|
+
@fold_window_entity_group_visibility.setter
|
|
152
|
+
def fold_window_entity_group_visibility(self, value: bool) -> None:
|
|
153
|
+
"""Set the FoldWindowEntityGroupVisibility field value."""
|
|
154
|
+
self._proto_message.FoldWindowEntityGroupVisibility = value
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
def fold_entity_group_visibility(self) -> bool:
|
|
159
|
+
"""Get the FoldEntityGroupVisibility field value."""
|
|
160
|
+
return self._proto_message.FoldEntityGroupVisibility
|
|
161
|
+
|
|
162
|
+
@fold_entity_group_visibility.setter
|
|
163
|
+
def fold_entity_group_visibility(self, value: bool) -> None:
|
|
164
|
+
"""Set the FoldEntityGroupVisibility field value."""
|
|
165
|
+
self._proto_message.FoldEntityGroupVisibility = value
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
def global_mean_plane_entity_visibility(self) -> GlobalPlaneEntityVisibilityVal:
|
|
170
|
+
"""Get the GlobalMeanPlaneEntityVisibility field as a wrapper."""
|
|
171
|
+
if not hasattr(self, '_global_mean_plane_entity_visibility_wrapper'):
|
|
172
|
+
self._global_mean_plane_entity_visibility_wrapper = GlobalPlaneEntityVisibilityVal(proto_message=self._proto_message.GlobalMeanPlaneEntityVisibility)
|
|
173
|
+
return self._global_mean_plane_entity_visibility_wrapper
|
|
174
|
+
|
|
175
|
+
@global_mean_plane_entity_visibility.setter
|
|
176
|
+
def global_mean_plane_entity_visibility(self, value: GlobalPlaneEntityVisibilityVal) -> None:
|
|
177
|
+
"""Set the GlobalMeanPlaneEntityVisibility field to a wrapper."""
|
|
178
|
+
self._proto_message.GlobalMeanPlaneEntityVisibility.CopyFrom(value.to_proto())
|
|
179
|
+
# Update the cached wrapper if it exists
|
|
180
|
+
if hasattr(self, '_global_mean_plane_entity_visibility_wrapper'):
|
|
181
|
+
self._global_mean_plane_entity_visibility_wrapper._proto_message.CopyFrom(self._proto_message.GlobalMeanPlaneEntityVisibility)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
def global_best_fit_plane_entity_visibility(self) -> GlobalPlaneEntityVisibilityVal:
|
|
186
|
+
"""Get the GlobalBestFitPlaneEntityVisibility field as a wrapper."""
|
|
187
|
+
if not hasattr(self, '_global_best_fit_plane_entity_visibility_wrapper'):
|
|
188
|
+
self._global_best_fit_plane_entity_visibility_wrapper = GlobalPlaneEntityVisibilityVal(proto_message=self._proto_message.GlobalBestFitPlaneEntityVisibility)
|
|
189
|
+
return self._global_best_fit_plane_entity_visibility_wrapper
|
|
190
|
+
|
|
191
|
+
@global_best_fit_plane_entity_visibility.setter
|
|
192
|
+
def global_best_fit_plane_entity_visibility(self, value: GlobalPlaneEntityVisibilityVal) -> None:
|
|
193
|
+
"""Set the GlobalBestFitPlaneEntityVisibility field to a wrapper."""
|
|
194
|
+
self._proto_message.GlobalBestFitPlaneEntityVisibility.CopyFrom(value.to_proto())
|
|
195
|
+
# Update the cached wrapper if it exists
|
|
196
|
+
if hasattr(self, '_global_best_fit_plane_entity_visibility_wrapper'):
|
|
197
|
+
self._global_best_fit_plane_entity_visibility_wrapper._proto_message.CopyFrom(self._proto_message.GlobalBestFitPlaneEntityVisibility)
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
def kinematic_analysis_entity_visibility(self) -> KinematicAnalysisEntityVisibilityVal:
|
|
202
|
+
"""Get the KinematicAnalysisEntityVisibility field as a wrapper."""
|
|
203
|
+
if not hasattr(self, '_kinematic_analysis_entity_visibility_wrapper'):
|
|
204
|
+
self._kinematic_analysis_entity_visibility_wrapper = KinematicAnalysisEntityVisibilityVal(proto_message=self._proto_message.KinematicAnalysisEntityVisibility)
|
|
205
|
+
return self._kinematic_analysis_entity_visibility_wrapper
|
|
206
|
+
|
|
207
|
+
@kinematic_analysis_entity_visibility.setter
|
|
208
|
+
def kinematic_analysis_entity_visibility(self, value: KinematicAnalysisEntityVisibilityVal) -> None:
|
|
209
|
+
"""Set the KinematicAnalysisEntityVisibility field to a wrapper."""
|
|
210
|
+
self._proto_message.KinematicAnalysisEntityVisibility.CopyFrom(value.to_proto())
|
|
211
|
+
# Update the cached wrapper if it exists
|
|
212
|
+
if hasattr(self, '_kinematic_analysis_entity_visibility_wrapper'):
|
|
213
|
+
self._kinematic_analysis_entity_visibility_wrapper._proto_message.CopyFrom(self._proto_message.KinematicAnalysisEntityVisibility)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
@property
|
|
217
|
+
def stereonet_overlay_entity_visibility(self) -> StereonetOverlayEntityVisibilityVal:
|
|
218
|
+
"""Get the StereonetOverlayEntityVisibility field as a wrapper."""
|
|
219
|
+
if not hasattr(self, '_stereonet_overlay_entity_visibility_wrapper'):
|
|
220
|
+
self._stereonet_overlay_entity_visibility_wrapper = StereonetOverlayEntityVisibilityVal(proto_message=self._proto_message.StereonetOverlayEntityVisibility)
|
|
221
|
+
return self._stereonet_overlay_entity_visibility_wrapper
|
|
222
|
+
|
|
223
|
+
@stereonet_overlay_entity_visibility.setter
|
|
224
|
+
def stereonet_overlay_entity_visibility(self, value: StereonetOverlayEntityVisibilityVal) -> None:
|
|
225
|
+
"""Set the StereonetOverlayEntityVisibility field to a wrapper."""
|
|
226
|
+
self._proto_message.StereonetOverlayEntityVisibility.CopyFrom(value.to_proto())
|
|
227
|
+
# Update the cached wrapper if it exists
|
|
228
|
+
if hasattr(self, '_stereonet_overlay_entity_visibility_wrapper'):
|
|
229
|
+
self._stereonet_overlay_entity_visibility_wrapper._proto_message.CopyFrom(self._proto_message.StereonetOverlayEntityVisibility)
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
@property
|
|
233
|
+
def tools_entity_group_visibility(self) -> bool:
|
|
234
|
+
"""Get the ToolsEntityGroupVisibility field value."""
|
|
235
|
+
return self._proto_message.ToolsEntityGroupVisibility
|
|
236
|
+
|
|
237
|
+
@tools_entity_group_visibility.setter
|
|
238
|
+
def tools_entity_group_visibility(self, value: bool) -> None:
|
|
239
|
+
"""Set the ToolsEntityGroupVisibility field value."""
|
|
240
|
+
self._proto_message.ToolsEntityGroupVisibility = value
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
def text_tool_entity_group_visibility(self) -> bool:
|
|
245
|
+
"""Get the TextToolEntityGroupVisibility field value."""
|
|
246
|
+
return self._proto_message.TextToolEntityGroupVisibility
|
|
247
|
+
|
|
248
|
+
@text_tool_entity_group_visibility.setter
|
|
249
|
+
def text_tool_entity_group_visibility(self, value: bool) -> None:
|
|
250
|
+
"""Set the TextToolEntityGroupVisibility field value."""
|
|
251
|
+
self._proto_message.TextToolEntityGroupVisibility = value
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
@property
|
|
255
|
+
def arrow_tool_entity_group_visibility(self) -> bool:
|
|
256
|
+
"""Get the ArrowToolEntityGroupVisibility field value."""
|
|
257
|
+
return self._proto_message.ArrowToolEntityGroupVisibility
|
|
258
|
+
|
|
259
|
+
@arrow_tool_entity_group_visibility.setter
|
|
260
|
+
def arrow_tool_entity_group_visibility(self, value: bool) -> None:
|
|
261
|
+
"""Set the ArrowToolEntityGroupVisibility field value."""
|
|
262
|
+
self._proto_message.ArrowToolEntityGroupVisibility = value
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
def line_tool_entity_group_visibility(self) -> bool:
|
|
267
|
+
"""Get the LineToolEntityGroupVisibility field value."""
|
|
268
|
+
return self._proto_message.LineToolEntityGroupVisibility
|
|
269
|
+
|
|
270
|
+
@line_tool_entity_group_visibility.setter
|
|
271
|
+
def line_tool_entity_group_visibility(self, value: bool) -> None:
|
|
272
|
+
"""Set the LineToolEntityGroupVisibility field value."""
|
|
273
|
+
self._proto_message.LineToolEntityGroupVisibility = value
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
@property
|
|
277
|
+
def polyline_tool_entity_group_visibility(self) -> bool:
|
|
278
|
+
"""Get the PolylineToolEntityGroupVisibility field value."""
|
|
279
|
+
return self._proto_message.PolylineToolEntityGroupVisibility
|
|
280
|
+
|
|
281
|
+
@polyline_tool_entity_group_visibility.setter
|
|
282
|
+
def polyline_tool_entity_group_visibility(self, value: bool) -> None:
|
|
283
|
+
"""Set the PolylineToolEntityGroupVisibility field value."""
|
|
284
|
+
self._proto_message.PolylineToolEntityGroupVisibility = value
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
@property
|
|
288
|
+
def polygon_tool_entity_group_visibility(self) -> bool:
|
|
289
|
+
"""Get the PolygonToolEntityGroupVisibility field value."""
|
|
290
|
+
return self._proto_message.PolygonToolEntityGroupVisibility
|
|
291
|
+
|
|
292
|
+
@polygon_tool_entity_group_visibility.setter
|
|
293
|
+
def polygon_tool_entity_group_visibility(self, value: bool) -> None:
|
|
294
|
+
"""Set the PolygonToolEntityGroupVisibility field value."""
|
|
295
|
+
self._proto_message.PolygonToolEntityGroupVisibility = value
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
@property
|
|
299
|
+
def rectangle_tool_entity_group_visibility(self) -> bool:
|
|
300
|
+
"""Get the RectangleToolEntityGroupVisibility field value."""
|
|
301
|
+
return self._proto_message.RectangleToolEntityGroupVisibility
|
|
302
|
+
|
|
303
|
+
@rectangle_tool_entity_group_visibility.setter
|
|
304
|
+
def rectangle_tool_entity_group_visibility(self, value: bool) -> None:
|
|
305
|
+
"""Set the RectangleToolEntityGroupVisibility field value."""
|
|
306
|
+
self._proto_message.RectangleToolEntityGroupVisibility = value
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
@property
|
|
310
|
+
def ellipse_tool_entity_group_visibility(self) -> bool:
|
|
311
|
+
"""Get the EllipseToolEntityGroupVisibility field value."""
|
|
312
|
+
return self._proto_message.EllipseToolEntityGroupVisibility
|
|
313
|
+
|
|
314
|
+
@ellipse_tool_entity_group_visibility.setter
|
|
315
|
+
def ellipse_tool_entity_group_visibility(self, value: bool) -> None:
|
|
316
|
+
"""Set the EllipseToolEntityGroupVisibility field value."""
|
|
317
|
+
self._proto_message.EllipseToolEntityGroupVisibility = value
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
@property
|
|
321
|
+
def cone_tool_entity_group_visibility(self) -> bool:
|
|
322
|
+
"""Get the ConeToolEntityGroupVisibility field value."""
|
|
323
|
+
return self._proto_message.ConeToolEntityGroupVisibility
|
|
324
|
+
|
|
325
|
+
@cone_tool_entity_group_visibility.setter
|
|
326
|
+
def cone_tool_entity_group_visibility(self, value: bool) -> None:
|
|
327
|
+
"""Set the ConeToolEntityGroupVisibility field value."""
|
|
328
|
+
self._proto_message.ConeToolEntityGroupVisibility = value
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
@property
|
|
332
|
+
def trend_line_tool_entity_group_visibility(self) -> bool:
|
|
333
|
+
"""Get the TrendLineToolEntityGroupVisibility field value."""
|
|
334
|
+
return self._proto_message.TrendLineToolEntityGroupVisibility
|
|
335
|
+
|
|
336
|
+
@trend_line_tool_entity_group_visibility.setter
|
|
337
|
+
def trend_line_tool_entity_group_visibility(self, value: bool) -> None:
|
|
338
|
+
"""Set the TrendLineToolEntityGroupVisibility field value."""
|
|
339
|
+
self._proto_message.TrendLineToolEntityGroupVisibility = value
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
@property
|
|
343
|
+
def pitch_grid_tool_entity_group_visibility(self) -> bool:
|
|
344
|
+
"""Get the PitchGridToolEntityGroupVisibility field value."""
|
|
345
|
+
return self._proto_message.PitchGridToolEntityGroupVisibility
|
|
346
|
+
|
|
347
|
+
@pitch_grid_tool_entity_group_visibility.setter
|
|
348
|
+
def pitch_grid_tool_entity_group_visibility(self, value: bool) -> None:
|
|
349
|
+
"""Set the PitchGridToolEntityGroupVisibility field value."""
|
|
350
|
+
self._proto_message.PitchGridToolEntityGroupVisibility = value
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
@property
|
|
354
|
+
def measure_angle_tool_entity_group_visibility(self) -> bool:
|
|
355
|
+
"""Get the MeasureAngleToolEntityGroupVisibility field value."""
|
|
356
|
+
return self._proto_message.MeasureAngleToolEntityGroupVisibility
|
|
357
|
+
|
|
358
|
+
@measure_angle_tool_entity_group_visibility.setter
|
|
359
|
+
def measure_angle_tool_entity_group_visibility(self, value: bool) -> None:
|
|
360
|
+
"""Set the MeasureAngleToolEntityGroupVisibility field value."""
|
|
361
|
+
self._proto_message.MeasureAngleToolEntityGroupVisibility = value
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
@property
|
|
365
|
+
def line_intersection_calculator_tool_entity_group_visibility(self) -> bool:
|
|
366
|
+
"""Get the LineIntersectionCalculatorToolEntityGroupVisibility field value."""
|
|
367
|
+
return self._proto_message.LineIntersectionCalculatorToolEntityGroupVisibility
|
|
368
|
+
|
|
369
|
+
@line_intersection_calculator_tool_entity_group_visibility.setter
|
|
370
|
+
def line_intersection_calculator_tool_entity_group_visibility(self, value: bool) -> None:
|
|
371
|
+
"""Set the LineIntersectionCalculatorToolEntityGroupVisibility field value."""
|
|
372
|
+
self._proto_message.LineIntersectionCalculatorToolEntityGroupVisibility = value
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
def plane_intersection_calculator_tool_entity_group_visibility(self) -> bool:
|
|
377
|
+
"""Get the PlaneIntersectionCalculatorToolEntityGroupVisibility field value."""
|
|
378
|
+
return self._proto_message.PlaneIntersectionCalculatorToolEntityGroupVisibility
|
|
379
|
+
|
|
380
|
+
@plane_intersection_calculator_tool_entity_group_visibility.setter
|
|
381
|
+
def plane_intersection_calculator_tool_entity_group_visibility(self, value: bool) -> None:
|
|
382
|
+
"""Set the PlaneIntersectionCalculatorToolEntityGroupVisibility field value."""
|
|
383
|
+
self._proto_message.PlaneIntersectionCalculatorToolEntityGroupVisibility = value
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
@property
|
|
387
|
+
def show_legend(self) -> bool:
|
|
388
|
+
"""Get the ShowLegend field value."""
|
|
389
|
+
return self._proto_message.ShowLegend
|
|
390
|
+
|
|
391
|
+
@show_legend.setter
|
|
392
|
+
def show_legend(self, value: bool) -> None:
|
|
393
|
+
"""Set the ShowLegend field value."""
|
|
394
|
+
self._proto_message.ShowLegend = value
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
@property
|
|
398
|
+
def show_major_planes_legend(self) -> bool:
|
|
399
|
+
"""Get the ShowMajorPlanesLegend field value."""
|
|
400
|
+
return self._proto_message.ShowMajorPlanesLegend
|
|
401
|
+
|
|
402
|
+
@show_major_planes_legend.setter
|
|
403
|
+
def show_major_planes_legend(self, value: bool) -> None:
|
|
404
|
+
"""Set the ShowMajorPlanesLegend field value."""
|
|
405
|
+
self._proto_message.ShowMajorPlanesLegend = value
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
@property
|
|
409
|
+
def show_major_intersections_legend(self) -> bool:
|
|
410
|
+
"""Get the ShowMajorIntersectionsLegend field value."""
|
|
411
|
+
return self._proto_message.ShowMajorIntersectionsLegend
|
|
412
|
+
|
|
413
|
+
@show_major_intersections_legend.setter
|
|
414
|
+
def show_major_intersections_legend(self, value: bool) -> None:
|
|
415
|
+
"""Set the ShowMajorIntersectionsLegend field value."""
|
|
416
|
+
self._proto_message.ShowMajorIntersectionsLegend = value
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
@property
|
|
420
|
+
def show_kinematic_analysis_legend(self) -> bool:
|
|
421
|
+
"""Get the ShowKinematicAnalysisLegend field value."""
|
|
422
|
+
return self._proto_message.ShowKinematicAnalysisLegend
|
|
423
|
+
|
|
424
|
+
@show_kinematic_analysis_legend.setter
|
|
425
|
+
def show_kinematic_analysis_legend(self, value: bool) -> None:
|
|
426
|
+
"""Set the ShowKinematicAnalysisLegend field value."""
|
|
427
|
+
self._proto_message.ShowKinematicAnalysisLegend = value
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
@property
|
|
431
|
+
def show_properties_legend(self) -> bool:
|
|
432
|
+
"""Get the ShowPropertiesLegend field value."""
|
|
433
|
+
return self._proto_message.ShowPropertiesLegend
|
|
434
|
+
|
|
435
|
+
@show_properties_legend.setter
|
|
436
|
+
def show_properties_legend(self, value: bool) -> None:
|
|
437
|
+
"""Set the ShowPropertiesLegend field value."""
|
|
438
|
+
self._proto_message.ShowPropertiesLegend = value
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
@property
|
|
442
|
+
def show_symbols_legend(self) -> bool:
|
|
443
|
+
"""Get the ShowSymbolsLegend field value."""
|
|
444
|
+
return self._proto_message.ShowSymbolsLegend
|
|
445
|
+
|
|
446
|
+
@show_symbols_legend.setter
|
|
447
|
+
def show_symbols_legend(self, value: bool) -> None:
|
|
448
|
+
"""Set the ShowSymbolsLegend field value."""
|
|
449
|
+
self._proto_message.ShowSymbolsLegend = value
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
@property
|
|
453
|
+
def show_contours_legend(self) -> bool:
|
|
454
|
+
"""Get the ShowContoursLegend field value."""
|
|
455
|
+
return self._proto_message.ShowContoursLegend
|
|
456
|
+
|
|
457
|
+
@show_contours_legend.setter
|
|
458
|
+
def show_contours_legend(self, value: bool) -> None:
|
|
459
|
+
"""Set the ShowContoursLegend field value."""
|
|
460
|
+
self._proto_message.ShowContoursLegend = value
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
# Utility methods
|
|
464
|
+
|
|
465
|
+
def to_proto(self):
|
|
466
|
+
"""Get the underlying protobuf message."""
|
|
467
|
+
return self._proto_message
|
|
468
|
+
|
|
469
|
+
@classmethod
|
|
470
|
+
def from_proto(cls, proto_message):
|
|
471
|
+
"""Create wrapper from existing protobuf message."""
|
|
472
|
+
wrapper = cls()
|
|
473
|
+
wrapper._proto_message.CopyFrom(proto_message)
|
|
474
|
+
return wrapper
|
|
475
|
+
|
|
476
|
+
def copy(self):
|
|
477
|
+
"""Create a copy of this wrapper."""
|
|
478
|
+
new_wrapper = self.__class__()
|
|
479
|
+
new_wrapper._proto_message.CopyFrom(self._proto_message)
|
|
480
|
+
return new_wrapper
|
|
481
|
+
|
|
482
|
+
def __str__(self) -> str:
|
|
483
|
+
"""String representation."""
|
|
484
|
+
return f"{self.__class__.__name__}({self._proto_message})"
|
|
485
|
+
|
|
486
|
+
def __repr__(self) -> str:
|
|
487
|
+
"""Detailed string representation."""
|
|
488
|
+
return f"{self.__class__.__name__}({self._proto_message})"
|