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.
Files changed (175) hide show
  1. dips/AnchorPointVal.py +103 -0
  2. dips/AngleDataVal.py +62 -0
  3. dips/AnnotativeTools2DVal.py +273 -0
  4. dips/ApplicationManager.py +89 -0
  5. dips/ArrowToolEntityInfoRef.py +43 -0
  6. dips/ArrowToolEntityInfoVal.py +155 -0
  7. dips/AutomaticClusterAnalysisSettingsVal.py +161 -0
  8. dips/BuiltInDataDescriptors.py +81 -0
  9. dips/BuiltInDataFormatters.py +81 -0
  10. dips/CircularWindowVal.py +103 -0
  11. dips/ClusterWindowVal.py +190 -0
  12. dips/ColorSurrogateVal.py +95 -0
  13. dips/ConeToolEntityInfoRef.py +43 -0
  14. dips/ConeToolEntityInfoVal.py +114 -0
  15. dips/ConeVal.py +92 -0
  16. dips/ContourEntityVisibilityVal.py +132 -0
  17. dips/ContourOptionsVal.py +193 -0
  18. dips/CumulativeChartViewRef.py +42 -0
  19. dips/CumulativeChartViewVal.py +100 -0
  20. dips/CumulativePlotSettingsVal.py +94 -0
  21. dips/CurvedWindowVal.py +102 -0
  22. dips/CustomColumnCollectionVal.py +69 -0
  23. dips/CustomHistogramOptionsVal.py +103 -0
  24. dips/CustomRangeVal.py +84 -0
  25. dips/CustomRowRawDataVal.py +74 -0
  26. dips/DataDescriptorVal.py +83 -0
  27. dips/DataFilterRef.py +23 -0
  28. dips/DataFilterVal.py +73 -0
  29. dips/DataFormatterVal.py +62 -0
  30. dips/DataIdentifierVal.py +62 -0
  31. dips/DipsAPI_pb2.py +817 -0
  32. dips/DipsAPI_pb2_grpc.py +12363 -0
  33. dips/DipsApp.py +81 -0
  34. dips/DiscontinuityDataVal.py +164 -0
  35. dips/EllipseToolEntityInfoRef.py +43 -0
  36. dips/EllipseToolEntityInfoVal.py +153 -0
  37. dips/FillFormatVal.py +83 -0
  38. dips/FoldEntityInfoRef.py +23 -0
  39. dips/FoldEntityInfoVal.py +103 -0
  40. dips/FoldEntityOptionsVal.py +106 -0
  41. dips/FoldEntityVisibilityRef.py +38 -0
  42. dips/FoldEntityVisibilityVal.py +100 -0
  43. dips/FoldWindowEntityInfoVal.py +92 -0
  44. dips/FoldWindowEntityVisibilityRef.py +29 -0
  45. dips/FoldWindowEntityVisibilityVal.py +80 -0
  46. dips/FreehandWindowVal.py +80 -0
  47. dips/FullDataFormatVal.py +92 -0
  48. dips/GlobalPlaneEntityVisibilityVal.py +103 -0
  49. dips/HistogramChartViewRef.py +42 -0
  50. dips/HistogramChartViewVal.py +100 -0
  51. dips/HistogramPlotSettingsVal.py +136 -0
  52. dips/IntersectionEntityVisibilityVal.py +83 -0
  53. dips/IntersectionOptionsVal.py +83 -0
  54. dips/IntervalVal.py +102 -0
  55. dips/JointFrequencyAnalysisSettingsVal.py +102 -0
  56. dips/JointFrequencyChartViewRef.py +42 -0
  57. dips/JointFrequencyChartViewVal.py +100 -0
  58. dips/JointSpacingAnalysisSettingsVal.py +138 -0
  59. dips/JointSpacingChartViewRef.py +42 -0
  60. dips/JointSpacingChartViewVal.py +100 -0
  61. dips/KinematicAnalysisEntityVisibilityVal.py +73 -0
  62. dips/KinematicAnalysisSettingsVal.py +140 -0
  63. dips/LatLongVal.py +84 -0
  64. dips/LengthDataVal.py +83 -0
  65. dips/LineFormatVal.py +83 -0
  66. dips/LineIntersectionCalculatorToolEntityInfoRef.py +43 -0
  67. dips/LineIntersectionCalculatorToolEntityInfoVal.py +133 -0
  68. dips/LineToolEntityInfoRef.py +43 -0
  69. dips/LineToolEntityInfoVal.py +133 -0
  70. dips/LineationVal.py +83 -0
  71. dips/MeasureAngleToolEntityInfoRef.py +43 -0
  72. dips/MeasureAngleToolEntityInfoVal.py +133 -0
  73. dips/OrientationDataSetRef.py +23 -0
  74. dips/OrientationDataSetVal.py +453 -0
  75. dips/PitchGridToolEntityInfoRef.py +43 -0
  76. dips/PitchGridToolEntityInfoVal.py +114 -0
  77. dips/PlaneEntityInfoRef.py +23 -0
  78. dips/PlaneEntityInfoVal.py +92 -0
  79. dips/PlaneEntityVisibilityRef.py +38 -0
  80. dips/PlaneEntityVisibilityVal.py +100 -0
  81. dips/PlaneIntersectionCalculatorToolEntityInfoRef.py +43 -0
  82. dips/PlaneIntersectionCalculatorToolEntityInfoVal.py +133 -0
  83. dips/PlaneOptionsVal.py +117 -0
  84. dips/PlaneVal.py +105 -0
  85. dips/PoleEntityOptionsVal.py +84 -0
  86. dips/PoleEntityVisibilityVal.py +83 -0
  87. dips/PolygonToolEntityInfoRef.py +43 -0
  88. dips/PolygonToolEntityInfoVal.py +131 -0
  89. dips/PolylineToolEntityInfoRef.py +43 -0
  90. dips/PolylineToolEntityInfoVal.py +111 -0
  91. dips/ProcessedDataVal.py +94 -0
  92. dips/ProjStubRef.py +388 -0
  93. dips/ProjStubVal.py +52 -0
  94. dips/ProtobufCollectionWrappers.py +108 -0
  95. dips/QualitativeQuantitativeAnalysisSettingsVal.py +151 -0
  96. dips/QualitativeQuantitativeChartViewRef.py +42 -0
  97. dips/QualitativeQuantitativeChartViewVal.py +111 -0
  98. dips/QuantitativeContourSettingsVal.py +103 -0
  99. dips/RQDAnalysisChartViewRef.py +42 -0
  100. dips/RQDAnalysisChartViewVal.py +100 -0
  101. dips/RQDAnalysisSettingsVal.py +111 -0
  102. dips/RectangleToolEntityInfoRef.py +43 -0
  103. dips/RectangleToolEntityInfoVal.py +153 -0
  104. dips/ReportingConventionResultVal.py +62 -0
  105. dips/RosettePresetOptionsVal.py +227 -0
  106. dips/RosetteSettingsVal.py +174 -0
  107. dips/RosetteViewRef.py +296 -0
  108. dips/RosetteViewVal.py +177 -0
  109. dips/ScatterChartViewRef.py +42 -0
  110. dips/ScatterChartViewVal.py +100 -0
  111. dips/ScatterPlotSettingsVal.py +113 -0
  112. dips/SetEntityInfoRef.py +23 -0
  113. dips/SetEntityInfoVal.py +103 -0
  114. dips/SetEntityOptionsVal.py +133 -0
  115. dips/SetEntityVisibilityRef.py +38 -0
  116. dips/SetEntityVisibilityVal.py +100 -0
  117. dips/SetStatisticsSettingsVal.py +106 -0
  118. dips/SetVersusSetVal.py +82 -0
  119. dips/SetWindowEntityInfoVal.py +183 -0
  120. dips/SetWindowEntityVisibilityRef.py +29 -0
  121. dips/SetWindowEntityVisibilityVal.py +80 -0
  122. dips/StatisticalDistributionFilterVal.py +128 -0
  123. dips/Stereonet2DPresetOptionsVal.py +488 -0
  124. dips/Stereonet2DViewRef.py +612 -0
  125. dips/Stereonet2DViewVal.py +363 -0
  126. dips/Stereonet3DPresetOptionsVal.py +281 -0
  127. dips/Stereonet3DViewRef.py +440 -0
  128. dips/Stereonet3DViewVal.py +303 -0
  129. dips/StereonetOverlayEntityVisibilityVal.py +83 -0
  130. dips/StereonetOverlaySettingsVal.py +103 -0
  131. dips/StereonetProjectionModeVal.py +73 -0
  132. dips/SurveyDataVal.py +103 -0
  133. dips/SymbolDisplaySettingVal.py +124 -0
  134. dips/SymbolicSettingsVal.py +89 -0
  135. dips/TextFormatVal.py +105 -0
  136. dips/TextToolEntityInfoRef.py +43 -0
  137. dips/TextToolEntityInfoVal.py +176 -0
  138. dips/TraverseEntityOptionsVal.py +84 -0
  139. dips/TraverseEntityVisibilityRef.py +38 -0
  140. dips/TraverseEntityVisibilityVal.py +100 -0
  141. dips/TrendLineToolEntityInfoRef.py +43 -0
  142. dips/TrendLineToolEntityInfoVal.py +114 -0
  143. dips/TrendPlungeVal.py +91 -0
  144. dips/UnitSystemResultVal.py +62 -0
  145. dips/UserPlaneEntityOptionsVal.py +100 -0
  146. dips/ValidatableResultVal.py +69 -0
  147. dips/ValidatableResult_ProtoReference_ArrowToolEntityInfoVal.py +86 -0
  148. dips/ValidatableResult_ProtoReference_ConeToolEntityInfoVal.py +86 -0
  149. dips/ValidatableResult_ProtoReference_EllipseToolEntityInfoVal.py +86 -0
  150. dips/ValidatableResult_ProtoReference_FoldEntityInfoVal.py +86 -0
  151. dips/ValidatableResult_ProtoReference_LineIntersectionCalculatorToolEntityInfoVal.py +86 -0
  152. dips/ValidatableResult_ProtoReference_LineToolEntityInfoVal.py +86 -0
  153. dips/ValidatableResult_ProtoReference_MeasureAngleToolEntityInfoVal.py +86 -0
  154. dips/ValidatableResult_ProtoReference_OrientationDataSetVal.py +86 -0
  155. dips/ValidatableResult_ProtoReference_PitchGridToolEntityInfoVal.py +86 -0
  156. dips/ValidatableResult_ProtoReference_PlaneEntityInfoVal.py +86 -0
  157. dips/ValidatableResult_ProtoReference_PlaneIntersectionCalculatorToolEntityInfoVal.py +86 -0
  158. dips/ValidatableResult_ProtoReference_PolygonToolEntityInfoVal.py +86 -0
  159. dips/ValidatableResult_ProtoReference_PolylineToolEntityInfoVal.py +86 -0
  160. dips/ValidatableResult_ProtoReference_RectangleToolEntityInfoVal.py +86 -0
  161. dips/ValidatableResult_ProtoReference_SetEntityInfoVal.py +86 -0
  162. dips/ValidatableResult_ProtoReference_TextToolEntityInfoVal.py +86 -0
  163. dips/ValidatableResult_ProtoReference_TrendLineToolEntityInfoVal.py +86 -0
  164. dips/ValidationErrorVal.py +73 -0
  165. dips/Vector2DVal.py +73 -0
  166. dips/Vector3Val.py +84 -0
  167. dips/VectorDensityContourSettingsVal.py +73 -0
  168. dips/WeightingSettingsVal.py +83 -0
  169. dips/WrappedFreehandWindowVal.py +102 -0
  170. dips/__init__.py +29 -0
  171. dipsscripting-9.1.0.dist-info/METADATA +29 -0
  172. dipsscripting-9.1.0.dist-info/RECORD +175 -0
  173. dipsscripting-9.1.0.dist-info/WHEEL +5 -0
  174. dipsscripting-9.1.0.dist-info/licenses/License.txt +20 -0
  175. dipsscripting-9.1.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,612 @@
1
+ from typing import List
2
+ from . import DipsAPI_pb2_grpc
3
+ from . import DipsAPI_pb2
4
+ from .Stereonet2DViewVal import Stereonet2DViewVal
5
+ from .ArrowToolEntityInfoRef import ArrowToolEntityInfoRef
6
+ from .ArrowToolEntityInfoRef import ArrowToolEntityInfoRef as ArrowToolEntityInfo_RefType
7
+ from .ArrowToolEntityInfoVal import ArrowToolEntityInfoVal
8
+ from .ConeToolEntityInfoRef import ConeToolEntityInfoRef
9
+ from .ConeToolEntityInfoRef import ConeToolEntityInfoRef as ConeToolEntityInfo_RefType
10
+ from .ConeToolEntityInfoVal import ConeToolEntityInfoVal
11
+ from .ContourEntityVisibilityVal import ContourEntityVisibilityVal
12
+ from .ContourOptionsVal import ContourOptionsVal
13
+ from .DataFilterRef import DataFilterRef as DataFilter_RefType
14
+ from .EllipseToolEntityInfoRef import EllipseToolEntityInfoRef
15
+ from .EllipseToolEntityInfoRef import EllipseToolEntityInfoRef as EllipseToolEntityInfo_RefType
16
+ from .EllipseToolEntityInfoVal import EllipseToolEntityInfoVal
17
+ from .FoldEntityVisibilityRef import FoldEntityVisibilityRef
18
+ from .FoldWindowEntityVisibilityRef import FoldWindowEntityVisibilityRef
19
+ from .GlobalPlaneEntityVisibilityVal import GlobalPlaneEntityVisibilityVal
20
+ from .IntersectionOptionsVal import IntersectionOptionsVal
21
+ from .LineIntersectionCalculatorToolEntityInfoRef import LineIntersectionCalculatorToolEntityInfoRef
22
+ from .LineIntersectionCalculatorToolEntityInfoRef import LineIntersectionCalculatorToolEntityInfoRef as LineIntersectionCalculatorToolEntityInfo_RefType
23
+ from .LineIntersectionCalculatorToolEntityInfoVal import LineIntersectionCalculatorToolEntityInfoVal
24
+ from .LineToolEntityInfoRef import LineToolEntityInfoRef
25
+ from .LineToolEntityInfoRef import LineToolEntityInfoRef as LineToolEntityInfo_RefType
26
+ from .LineToolEntityInfoVal import LineToolEntityInfoVal
27
+ from .MeasureAngleToolEntityInfoRef import MeasureAngleToolEntityInfoRef
28
+ from .MeasureAngleToolEntityInfoRef import MeasureAngleToolEntityInfoRef as MeasureAngleToolEntityInfo_RefType
29
+ from .MeasureAngleToolEntityInfoVal import MeasureAngleToolEntityInfoVal
30
+ from .PitchGridToolEntityInfoRef import PitchGridToolEntityInfoRef
31
+ from .PitchGridToolEntityInfoRef import PitchGridToolEntityInfoRef as PitchGridToolEntityInfo_RefType
32
+ from .PitchGridToolEntityInfoVal import PitchGridToolEntityInfoVal
33
+ from .PlaneEntityVisibilityRef import PlaneEntityVisibilityRef
34
+ from .PlaneIntersectionCalculatorToolEntityInfoRef import PlaneIntersectionCalculatorToolEntityInfoRef
35
+ from .PlaneIntersectionCalculatorToolEntityInfoRef import PlaneIntersectionCalculatorToolEntityInfoRef as PlaneIntersectionCalculatorToolEntityInfo_RefType
36
+ from .PlaneIntersectionCalculatorToolEntityInfoVal import PlaneIntersectionCalculatorToolEntityInfoVal
37
+ from .PoleEntityOptionsVal import PoleEntityOptionsVal
38
+ from .PolygonToolEntityInfoRef import PolygonToolEntityInfoRef
39
+ from .PolygonToolEntityInfoRef import PolygonToolEntityInfoRef as PolygonToolEntityInfo_RefType
40
+ from .PolygonToolEntityInfoVal import PolygonToolEntityInfoVal
41
+ from .PolylineToolEntityInfoRef import PolylineToolEntityInfoRef
42
+ from .PolylineToolEntityInfoRef import PolylineToolEntityInfoRef as PolylineToolEntityInfo_RefType
43
+ from .PolylineToolEntityInfoVal import PolylineToolEntityInfoVal
44
+ from .QuantitativeContourSettingsVal import QuantitativeContourSettingsVal
45
+ from .RectangleToolEntityInfoRef import RectangleToolEntityInfoRef
46
+ from .RectangleToolEntityInfoRef import RectangleToolEntityInfoRef as RectangleToolEntityInfo_RefType
47
+ from .RectangleToolEntityInfoVal import RectangleToolEntityInfoVal
48
+ from .SetEntityVisibilityRef import SetEntityVisibilityRef
49
+ from .SetWindowEntityVisibilityRef import SetWindowEntityVisibilityRef
50
+ from .StereonetOverlayEntityVisibilityVal import StereonetOverlayEntityVisibilityVal
51
+ from .StereonetProjectionModeVal import StereonetProjectionModeVal
52
+ from .TextToolEntityInfoRef import TextToolEntityInfoRef
53
+ from .TextToolEntityInfoRef import TextToolEntityInfoRef as TextToolEntityInfo_RefType
54
+ from .TextToolEntityInfoVal import TextToolEntityInfoVal
55
+ from .TraverseEntityVisibilityRef import TraverseEntityVisibilityRef
56
+ from .TrendLineToolEntityInfoRef import TrendLineToolEntityInfoRef
57
+ from .TrendLineToolEntityInfoRef import TrendLineToolEntityInfoRef as TrendLineToolEntityInfo_RefType
58
+ from .TrendLineToolEntityInfoVal import TrendLineToolEntityInfoVal
59
+
60
+ class Stereonet2DViewRef:
61
+ def __init__(self, channelToConnectOn, ref: DipsAPI_pb2.ProtoReference_Stereonet2DView):
62
+ self.__modelRef = ref
63
+ self.__refManagerStub = DipsAPI_pb2_grpc.nSameModuleReferenceAccessorStub(channelToConnectOn)
64
+ self.__channelToConnectOn = channelToConnectOn
65
+ self.__Stereonet2DServicesStubLocal = DipsAPI_pb2_grpc.Stereonet2DServicesStub(channelToConnectOn)
66
+
67
+
68
+ def GetValue(self) -> Stereonet2DViewVal:
69
+ bytes = self.__refManagerStub.GetValue(self.__modelRef.ID)
70
+ ret = DipsAPI_pb2.Stereonet2DView()
71
+ ret.MergeFromString(bytes.data)
72
+ return Stereonet2DViewVal.from_proto(ret)
73
+
74
+ def get_model_ref(self):
75
+ """Get the underlying model reference for direct protobuf operations."""
76
+ return self.__modelRef
77
+
78
+ def AddStereonet2DArrowTool(self, ArrowToolEntityInfo: ArrowToolEntityInfoVal) -> ArrowToolEntityInfo_RefType:
79
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_ArrowToolEntityInfo(This=self.__modelRef, Input1=(ArrowToolEntityInfo.to_proto() if hasattr(ArrowToolEntityInfo, 'to_proto') else ArrowToolEntityInfo))
80
+ ret = self.__Stereonet2DServicesStubLocal.AddStereonet2DArrowTool(functionParam)
81
+
82
+ if len(ret.Errors) > 0:
83
+ raise ValueError(ret.Errors[0].ErrorMessage)
84
+ return ArrowToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
85
+
86
+
87
+ def AddStereonet2DConeTool(self, ConeToolEntityInfo: ConeToolEntityInfoVal) -> ConeToolEntityInfo_RefType:
88
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_ConeToolEntityInfo(This=self.__modelRef, Input1=(ConeToolEntityInfo.to_proto() if hasattr(ConeToolEntityInfo, 'to_proto') else ConeToolEntityInfo))
89
+ ret = self.__Stereonet2DServicesStubLocal.AddStereonet2DConeTool(functionParam)
90
+
91
+ if len(ret.Errors) > 0:
92
+ raise ValueError(ret.Errors[0].ErrorMessage)
93
+ return ConeToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
94
+
95
+
96
+ def AddStereonet2DEllipseTool(self, EllipseToolEntityInfo: EllipseToolEntityInfoVal) -> EllipseToolEntityInfo_RefType:
97
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_EllipseToolEntityInfo(This=self.__modelRef, Input1=(EllipseToolEntityInfo.to_proto() if hasattr(EllipseToolEntityInfo, 'to_proto') else EllipseToolEntityInfo))
98
+ ret = self.__Stereonet2DServicesStubLocal.AddStereonet2DEllipseTool(functionParam)
99
+
100
+ if len(ret.Errors) > 0:
101
+ raise ValueError(ret.Errors[0].ErrorMessage)
102
+ return EllipseToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
103
+
104
+
105
+ def AddStereonet2DLineIntersectionCalculatorTool(self, LineIntersectionCalculatorToolEntityInfo: LineIntersectionCalculatorToolEntityInfoVal) -> LineIntersectionCalculatorToolEntityInfo_RefType:
106
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_LineIntersectionCalculatorToolEntityInfo(This=self.__modelRef, Input1=(LineIntersectionCalculatorToolEntityInfo.to_proto() if hasattr(LineIntersectionCalculatorToolEntityInfo, 'to_proto') else LineIntersectionCalculatorToolEntityInfo))
107
+ ret = self.__Stereonet2DServicesStubLocal.AddStereonet2DLineIntersectionCalculatorTool(functionParam)
108
+
109
+ if len(ret.Errors) > 0:
110
+ raise ValueError(ret.Errors[0].ErrorMessage)
111
+ return LineIntersectionCalculatorToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
112
+
113
+
114
+ def AddStereonet2DLineTool(self, LineToolEntityInfo: LineToolEntityInfoVal) -> LineToolEntityInfo_RefType:
115
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_LineToolEntityInfo(This=self.__modelRef, Input1=(LineToolEntityInfo.to_proto() if hasattr(LineToolEntityInfo, 'to_proto') else LineToolEntityInfo))
116
+ ret = self.__Stereonet2DServicesStubLocal.AddStereonet2DLineTool(functionParam)
117
+
118
+ if len(ret.Errors) > 0:
119
+ raise ValueError(ret.Errors[0].ErrorMessage)
120
+ return LineToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
121
+
122
+
123
+ def AddStereonet2DMeasureAngleTool(self, MeasureAngleToolEntityInfo: MeasureAngleToolEntityInfoVal) -> MeasureAngleToolEntityInfo_RefType:
124
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_MeasureAngleToolEntityInfo(This=self.__modelRef, Input1=(MeasureAngleToolEntityInfo.to_proto() if hasattr(MeasureAngleToolEntityInfo, 'to_proto') else MeasureAngleToolEntityInfo))
125
+ ret = self.__Stereonet2DServicesStubLocal.AddStereonet2DMeasureAngleTool(functionParam)
126
+
127
+ if len(ret.Errors) > 0:
128
+ raise ValueError(ret.Errors[0].ErrorMessage)
129
+ return MeasureAngleToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
130
+
131
+
132
+ def AddStereonet2DPitchGridTool(self, PitchGridToolEntityInfo: PitchGridToolEntityInfoVal) -> PitchGridToolEntityInfo_RefType:
133
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_PitchGridToolEntityInfo(This=self.__modelRef, Input1=(PitchGridToolEntityInfo.to_proto() if hasattr(PitchGridToolEntityInfo, 'to_proto') else PitchGridToolEntityInfo))
134
+ ret = self.__Stereonet2DServicesStubLocal.AddStereonet2DPitchGridTool(functionParam)
135
+
136
+ if len(ret.Errors) > 0:
137
+ raise ValueError(ret.Errors[0].ErrorMessage)
138
+ return PitchGridToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
139
+
140
+
141
+ def AddStereonet2DPlaneIntersectionCalculatorTool(self, PlaneIntersectionCalculatorToolEntityInfo: PlaneIntersectionCalculatorToolEntityInfoVal) -> PlaneIntersectionCalculatorToolEntityInfo_RefType:
142
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_PlaneIntersectionCalculatorToolEntityInfo(This=self.__modelRef, Input1=(PlaneIntersectionCalculatorToolEntityInfo.to_proto() if hasattr(PlaneIntersectionCalculatorToolEntityInfo, 'to_proto') else PlaneIntersectionCalculatorToolEntityInfo))
143
+ ret = self.__Stereonet2DServicesStubLocal.AddStereonet2DPlaneIntersectionCalculatorTool(functionParam)
144
+
145
+ if len(ret.Errors) > 0:
146
+ raise ValueError(ret.Errors[0].ErrorMessage)
147
+ return PlaneIntersectionCalculatorToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
148
+
149
+
150
+ def AddStereonet2DPolygonTool(self, PolygonToolEntityInfo: PolygonToolEntityInfoVal) -> PolygonToolEntityInfo_RefType:
151
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_PolygonToolEntityInfo(This=self.__modelRef, Input1=(PolygonToolEntityInfo.to_proto() if hasattr(PolygonToolEntityInfo, 'to_proto') else PolygonToolEntityInfo))
152
+ ret = self.__Stereonet2DServicesStubLocal.AddStereonet2DPolygonTool(functionParam)
153
+
154
+ if len(ret.Errors) > 0:
155
+ raise ValueError(ret.Errors[0].ErrorMessage)
156
+ return PolygonToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
157
+
158
+
159
+ def AddStereonet2DPolylineTool(self, PolylineToolEntityInfo: PolylineToolEntityInfoVal) -> PolylineToolEntityInfo_RefType:
160
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_PolylineToolEntityInfo(This=self.__modelRef, Input1=(PolylineToolEntityInfo.to_proto() if hasattr(PolylineToolEntityInfo, 'to_proto') else PolylineToolEntityInfo))
161
+ ret = self.__Stereonet2DServicesStubLocal.AddStereonet2DPolylineTool(functionParam)
162
+
163
+ if len(ret.Errors) > 0:
164
+ raise ValueError(ret.Errors[0].ErrorMessage)
165
+ return PolylineToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
166
+
167
+
168
+ def AddStereonet2DRectangleTool(self, RectangleToolEntityInfo: RectangleToolEntityInfoVal) -> RectangleToolEntityInfo_RefType:
169
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_RectangleToolEntityInfo(This=self.__modelRef, Input1=(RectangleToolEntityInfo.to_proto() if hasattr(RectangleToolEntityInfo, 'to_proto') else RectangleToolEntityInfo))
170
+ ret = self.__Stereonet2DServicesStubLocal.AddStereonet2DRectangleTool(functionParam)
171
+
172
+ if len(ret.Errors) > 0:
173
+ raise ValueError(ret.Errors[0].ErrorMessage)
174
+ return RectangleToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
175
+
176
+
177
+ def AddStereonet2DTextTool(self, TextToolEntityInfo: TextToolEntityInfoVal) -> TextToolEntityInfo_RefType:
178
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_TextToolEntityInfo(This=self.__modelRef, Input1=(TextToolEntityInfo.to_proto() if hasattr(TextToolEntityInfo, 'to_proto') else TextToolEntityInfo))
179
+ ret = self.__Stereonet2DServicesStubLocal.AddStereonet2DTextTool(functionParam)
180
+
181
+ if len(ret.Errors) > 0:
182
+ raise ValueError(ret.Errors[0].ErrorMessage)
183
+ return TextToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
184
+
185
+
186
+ def AddStereonet2DTrendLineTool(self, TrendLineToolEntityInfo: TrendLineToolEntityInfoVal) -> TrendLineToolEntityInfo_RefType:
187
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_TrendLineToolEntityInfo(This=self.__modelRef, Input1=(TrendLineToolEntityInfo.to_proto() if hasattr(TrendLineToolEntityInfo, 'to_proto') else TrendLineToolEntityInfo))
188
+ ret = self.__Stereonet2DServicesStubLocal.AddStereonet2DTrendLineTool(functionParam)
189
+
190
+ if len(ret.Errors) > 0:
191
+ raise ValueError(ret.Errors[0].ErrorMessage)
192
+ return TrendLineToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
193
+
194
+
195
+ def CloseStereonet2DView(self):
196
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
197
+ ret = self.__Stereonet2DServicesStubLocal.CloseStereonet2DView(functionParam)
198
+
199
+
200
+ def GetActiveDataFilter(self) -> DataFilter_RefType:
201
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
202
+ ret = self.__Stereonet2DServicesStubLocal.GetActiveDataFilter(functionParam)
203
+
204
+ return DataFilter_RefType(self.__channelToConnectOn, ret)
205
+
206
+
207
+ def GetFoldEntityVisibilities(self) -> List[FoldEntityVisibilityRef]:
208
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
209
+ ret = self.__Stereonet2DServicesStubLocal.GetFoldEntityVisibilities(functionParam)
210
+
211
+ retList=[]
212
+ for item in ret.items:
213
+ retList.append( FoldEntityVisibilityRef(self.__channelToConnectOn, item) )
214
+ return retList
215
+
216
+
217
+ def GetFoldWindowEntityVisibilities(self) -> List[FoldWindowEntityVisibilityRef]:
218
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
219
+ ret = self.__Stereonet2DServicesStubLocal.GetFoldWindowEntityVisibilities(functionParam)
220
+
221
+ retList=[]
222
+ for item in ret.items:
223
+ retList.append( FoldWindowEntityVisibilityRef(self.__channelToConnectOn, item) )
224
+ return retList
225
+
226
+
227
+ def GetMeanSetPlaneEntityVisibilities(self) -> List[SetEntityVisibilityRef]:
228
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
229
+ ret = self.__Stereonet2DServicesStubLocal.GetMeanSetPlaneEntityVisibilities(functionParam)
230
+
231
+ retList=[]
232
+ for item in ret.items:
233
+ retList.append( SetEntityVisibilityRef(self.__channelToConnectOn, item) )
234
+ return retList
235
+
236
+
237
+ def GetSetWindowEntityVisibilities(self) -> List[SetWindowEntityVisibilityRef]:
238
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
239
+ ret = self.__Stereonet2DServicesStubLocal.GetSetWindowEntityVisibilities(functionParam)
240
+
241
+ retList=[]
242
+ for item in ret.items:
243
+ retList.append( SetWindowEntityVisibilityRef(self.__channelToConnectOn, item) )
244
+ return retList
245
+
246
+
247
+ def GetStereonet2DArrowTools(self) -> List[ArrowToolEntityInfoRef]:
248
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
249
+ ret = self.__Stereonet2DServicesStubLocal.GetStereonet2DArrowTools(functionParam)
250
+
251
+ retList=[]
252
+ for item in ret.items:
253
+ retList.append( ArrowToolEntityInfoRef(self.__channelToConnectOn, item) )
254
+ return retList
255
+
256
+
257
+ def GetStereonet2DConeTools(self) -> List[ConeToolEntityInfoRef]:
258
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
259
+ ret = self.__Stereonet2DServicesStubLocal.GetStereonet2DConeTools(functionParam)
260
+
261
+ retList=[]
262
+ for item in ret.items:
263
+ retList.append( ConeToolEntityInfoRef(self.__channelToConnectOn, item) )
264
+ return retList
265
+
266
+
267
+ def GetStereonet2DEllipseTools(self) -> List[EllipseToolEntityInfoRef]:
268
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
269
+ ret = self.__Stereonet2DServicesStubLocal.GetStereonet2DEllipseTools(functionParam)
270
+
271
+ retList=[]
272
+ for item in ret.items:
273
+ retList.append( EllipseToolEntityInfoRef(self.__channelToConnectOn, item) )
274
+ return retList
275
+
276
+
277
+ def GetStereonet2DLineIntersectionCalculatorTools(self) -> List[LineIntersectionCalculatorToolEntityInfoRef]:
278
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
279
+ ret = self.__Stereonet2DServicesStubLocal.GetStereonet2DLineIntersectionCalculatorTools(functionParam)
280
+
281
+ retList=[]
282
+ for item in ret.items:
283
+ retList.append( LineIntersectionCalculatorToolEntityInfoRef(self.__channelToConnectOn, item) )
284
+ return retList
285
+
286
+
287
+ def GetStereonet2DLineTools(self) -> List[LineToolEntityInfoRef]:
288
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
289
+ ret = self.__Stereonet2DServicesStubLocal.GetStereonet2DLineTools(functionParam)
290
+
291
+ retList=[]
292
+ for item in ret.items:
293
+ retList.append( LineToolEntityInfoRef(self.__channelToConnectOn, item) )
294
+ return retList
295
+
296
+
297
+ def GetStereonet2DMeasureAngleTools(self) -> List[MeasureAngleToolEntityInfoRef]:
298
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
299
+ ret = self.__Stereonet2DServicesStubLocal.GetStereonet2DMeasureAngleTools(functionParam)
300
+
301
+ retList=[]
302
+ for item in ret.items:
303
+ retList.append( MeasureAngleToolEntityInfoRef(self.__channelToConnectOn, item) )
304
+ return retList
305
+
306
+
307
+ def GetStereonet2DPitchGridTools(self) -> List[PitchGridToolEntityInfoRef]:
308
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
309
+ ret = self.__Stereonet2DServicesStubLocal.GetStereonet2DPitchGridTools(functionParam)
310
+
311
+ retList=[]
312
+ for item in ret.items:
313
+ retList.append( PitchGridToolEntityInfoRef(self.__channelToConnectOn, item) )
314
+ return retList
315
+
316
+
317
+ def GetStereonet2DPlaneIntersectionCalculatorTools(self) -> List[PlaneIntersectionCalculatorToolEntityInfoRef]:
318
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
319
+ ret = self.__Stereonet2DServicesStubLocal.GetStereonet2DPlaneIntersectionCalculatorTools(functionParam)
320
+
321
+ retList=[]
322
+ for item in ret.items:
323
+ retList.append( PlaneIntersectionCalculatorToolEntityInfoRef(self.__channelToConnectOn, item) )
324
+ return retList
325
+
326
+
327
+ def GetStereonet2DPolygonTools(self) -> List[PolygonToolEntityInfoRef]:
328
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
329
+ ret = self.__Stereonet2DServicesStubLocal.GetStereonet2DPolygonTools(functionParam)
330
+
331
+ retList=[]
332
+ for item in ret.items:
333
+ retList.append( PolygonToolEntityInfoRef(self.__channelToConnectOn, item) )
334
+ return retList
335
+
336
+
337
+ def GetStereonet2DPolylineTools(self) -> List[PolylineToolEntityInfoRef]:
338
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
339
+ ret = self.__Stereonet2DServicesStubLocal.GetStereonet2DPolylineTools(functionParam)
340
+
341
+ retList=[]
342
+ for item in ret.items:
343
+ retList.append( PolylineToolEntityInfoRef(self.__channelToConnectOn, item) )
344
+ return retList
345
+
346
+
347
+ def GetStereonet2DRectangleTools(self) -> List[RectangleToolEntityInfoRef]:
348
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
349
+ ret = self.__Stereonet2DServicesStubLocal.GetStereonet2DRectangleTools(functionParam)
350
+
351
+ retList=[]
352
+ for item in ret.items:
353
+ retList.append( RectangleToolEntityInfoRef(self.__channelToConnectOn, item) )
354
+ return retList
355
+
356
+
357
+ def GetStereonet2DTextTools(self) -> List[TextToolEntityInfoRef]:
358
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
359
+ ret = self.__Stereonet2DServicesStubLocal.GetStereonet2DTextTools(functionParam)
360
+
361
+ retList=[]
362
+ for item in ret.items:
363
+ retList.append( TextToolEntityInfoRef(self.__channelToConnectOn, item) )
364
+ return retList
365
+
366
+
367
+ def GetStereonet2DTrendLineTools(self) -> List[TrendLineToolEntityInfoRef]:
368
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
369
+ ret = self.__Stereonet2DServicesStubLocal.GetStereonet2DTrendLineTools(functionParam)
370
+
371
+ retList=[]
372
+ for item in ret.items:
373
+ retList.append( TrendLineToolEntityInfoRef(self.__channelToConnectOn, item) )
374
+ return retList
375
+
376
+
377
+ def GetTraverseEntityVisibilities(self) -> List[TraverseEntityVisibilityRef]:
378
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
379
+ ret = self.__Stereonet2DServicesStubLocal.GetTraverseEntityVisibilities(functionParam)
380
+
381
+ retList=[]
382
+ for item in ret.items:
383
+ retList.append( TraverseEntityVisibilityRef(self.__channelToConnectOn, item) )
384
+ return retList
385
+
386
+
387
+ def GetUserPlaneEntityVisibilities(self) -> List[PlaneEntityVisibilityRef]:
388
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView(This=self.__modelRef)
389
+ ret = self.__Stereonet2DServicesStubLocal.GetUserPlaneEntityVisibilities(functionParam)
390
+
391
+ retList=[]
392
+ for item in ret.items:
393
+ retList.append( PlaneEntityVisibilityRef(self.__channelToConnectOn, item) )
394
+ return retList
395
+
396
+
397
+ def SetActiveDataFilter(self, DataFilter: DataFilter_RefType):
398
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_ProtoReference_DataFilter(This=self.__modelRef, Input1=DataFilter.get_model_ref())
399
+ ret = self.__Stereonet2DServicesStubLocal.SetActiveDataFilter(functionParam)
400
+
401
+
402
+ def SetArrowToolEntityGroupVisibility(self, Boolean: bool):
403
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
404
+ ret = self.__Stereonet2DServicesStubLocal.SetArrowToolEntityGroupVisibility(functionParam)
405
+
406
+
407
+ def SetConeToolEntityGroupVisibility(self, Boolean: bool):
408
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
409
+ ret = self.__Stereonet2DServicesStubLocal.SetConeToolEntityGroupVisibility(functionParam)
410
+
411
+
412
+ def SetContourEntityOptions(self, ContourEntityVisibility: ContourEntityVisibilityVal):
413
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_ContourEntityVisibility(This=self.__modelRef, Input1=(ContourEntityVisibility.to_proto() if hasattr(ContourEntityVisibility, 'to_proto') else ContourEntityVisibility))
414
+ ret = self.__Stereonet2DServicesStubLocal.SetContourEntityOptions(functionParam)
415
+
416
+
417
+ def SetContourEntityVisibility(self, Boolean: bool):
418
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
419
+ ret = self.__Stereonet2DServicesStubLocal.SetContourEntityVisibility(functionParam)
420
+
421
+
422
+ def SetContourType(self, eContourType: DipsAPI_pb2.eContourType):
423
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_eContourType(This=self.__modelRef, Input1=eContourType)
424
+ ret = self.__Stereonet2DServicesStubLocal.SetContourType(functionParam)
425
+
426
+
427
+ def SetContourVisibility(self, Boolean: bool):
428
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
429
+ ret = self.__Stereonet2DServicesStubLocal.SetContourVisibility(functionParam)
430
+
431
+
432
+ def SetEllipseToolEntityGroupVisibility(self, Boolean: bool):
433
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
434
+ ret = self.__Stereonet2DServicesStubLocal.SetEllipseToolEntityGroupVisibility(functionParam)
435
+
436
+
437
+ def SetFoldEntityGroupVisibility(self, Boolean: bool):
438
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
439
+ ret = self.__Stereonet2DServicesStubLocal.SetFoldEntityGroupVisibility(functionParam)
440
+
441
+
442
+ def SetFoldWindowEntityGroupVisibility(self, Boolean: bool):
443
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
444
+ ret = self.__Stereonet2DServicesStubLocal.SetFoldWindowEntityGroupVisibility(functionParam)
445
+
446
+
447
+ def SetGlobalBestFitPlaneEntityOptions(self, GlobalPlaneEntityVisibility: GlobalPlaneEntityVisibilityVal):
448
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_GlobalPlaneEntityVisibility(This=self.__modelRef, Input1=(GlobalPlaneEntityVisibility.to_proto() if hasattr(GlobalPlaneEntityVisibility, 'to_proto') else GlobalPlaneEntityVisibility))
449
+ ret = self.__Stereonet2DServicesStubLocal.SetGlobalBestFitPlaneEntityOptions(functionParam)
450
+
451
+
452
+ def SetGlobalBestFitPlaneEntityVisibility(self, Boolean: bool):
453
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
454
+ ret = self.__Stereonet2DServicesStubLocal.SetGlobalBestFitPlaneEntityVisibility(functionParam)
455
+
456
+
457
+ def SetGlobalMeanPlaneEntityOptions(self, GlobalPlaneEntityVisibility: GlobalPlaneEntityVisibilityVal):
458
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_GlobalPlaneEntityVisibility(This=self.__modelRef, Input1=(GlobalPlaneEntityVisibility.to_proto() if hasattr(GlobalPlaneEntityVisibility, 'to_proto') else GlobalPlaneEntityVisibility))
459
+ ret = self.__Stereonet2DServicesStubLocal.SetGlobalMeanPlaneEntityOptions(functionParam)
460
+
461
+
462
+ def SetGlobalMeanPlaneEntityVisibility(self, Boolean: bool):
463
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
464
+ ret = self.__Stereonet2DServicesStubLocal.SetGlobalMeanPlaneEntityVisibility(functionParam)
465
+
466
+
467
+ def SetIntersectionEntityOptions(self, IntersectionOptions: IntersectionOptionsVal):
468
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_IntersectionOptions(This=self.__modelRef, Input1=(IntersectionOptions.to_proto() if hasattr(IntersectionOptions, 'to_proto') else IntersectionOptions))
469
+ ret = self.__Stereonet2DServicesStubLocal.SetIntersectionEntityOptions(functionParam)
470
+
471
+
472
+ def SetIntersectionEntityVisibility(self, Boolean: bool):
473
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
474
+ ret = self.__Stereonet2DServicesStubLocal.SetIntersectionEntityVisibility(functionParam)
475
+
476
+
477
+ def SetIntersectionVectorContourOptions(self, ContourOptions: ContourOptionsVal):
478
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_ContourOptions(This=self.__modelRef, Input1=(ContourOptions.to_proto() if hasattr(ContourOptions, 'to_proto') else ContourOptions))
479
+ ret = self.__Stereonet2DServicesStubLocal.SetIntersectionVectorContourOptions(functionParam)
480
+
481
+
482
+ def SetIsWeighted(self, Boolean: bool):
483
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
484
+ ret = self.__Stereonet2DServicesStubLocal.SetIsWeighted(functionParam)
485
+
486
+
487
+ def SetLegendVisibility(self, Boolean: bool):
488
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
489
+ ret = self.__Stereonet2DServicesStubLocal.SetLegendVisibility(functionParam)
490
+
491
+
492
+ def SetLineIntersectionCalculatorToolEntityGroupVisibility(self, Boolean: bool):
493
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
494
+ ret = self.__Stereonet2DServicesStubLocal.SetLineIntersectionCalculatorToolEntityGroupVisibility(functionParam)
495
+
496
+
497
+ def SetLineToolEntityGroupVisibility(self, Boolean: bool):
498
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
499
+ ret = self.__Stereonet2DServicesStubLocal.SetLineToolEntityGroupVisibility(functionParam)
500
+
501
+
502
+ def SetMeanSetPlaneEntityGroupVisibility(self, Boolean: bool):
503
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
504
+ ret = self.__Stereonet2DServicesStubLocal.SetMeanSetPlaneEntityGroupVisibility(functionParam)
505
+
506
+
507
+ def SetMeasureAngleToolEntityGroupVisibility(self, Boolean: bool):
508
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
509
+ ret = self.__Stereonet2DServicesStubLocal.SetMeasureAngleToolEntityGroupVisibility(functionParam)
510
+
511
+
512
+ def SetPitchGridToolEntityGroupVisibility(self, Boolean: bool):
513
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
514
+ ret = self.__Stereonet2DServicesStubLocal.SetPitchGridToolEntityGroupVisibility(functionParam)
515
+
516
+
517
+ def SetPlaneIntersectionCalculatorToolEntityGroupVisibility(self, Boolean: bool):
518
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
519
+ ret = self.__Stereonet2DServicesStubLocal.SetPlaneIntersectionCalculatorToolEntityGroupVisibility(functionParam)
520
+
521
+
522
+ def SetPoleEntityOptions(self, PoleEntityOptions: PoleEntityOptionsVal):
523
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_PoleEntityOptions(This=self.__modelRef, Input1=(PoleEntityOptions.to_proto() if hasattr(PoleEntityOptions, 'to_proto') else PoleEntityOptions))
524
+ ret = self.__Stereonet2DServicesStubLocal.SetPoleEntityOptions(functionParam)
525
+
526
+
527
+ def SetPoleEntityVisibility(self, Boolean: bool):
528
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
529
+ ret = self.__Stereonet2DServicesStubLocal.SetPoleEntityVisibility(functionParam)
530
+
531
+
532
+ def SetPoleEntVisiblity(self, Boolean: bool):
533
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
534
+ ret = self.__Stereonet2DServicesStubLocal.SetPoleEntVisiblity(functionParam)
535
+
536
+
537
+ def SetPoleVectorContourOptions(self, ContourOptions: ContourOptionsVal):
538
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_ContourOptions(This=self.__modelRef, Input1=(ContourOptions.to_proto() if hasattr(ContourOptions, 'to_proto') else ContourOptions))
539
+ ret = self.__Stereonet2DServicesStubLocal.SetPoleVectorContourOptions(functionParam)
540
+
541
+
542
+ def SetPolygonToolEntityGroupVisibility(self, Boolean: bool):
543
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
544
+ ret = self.__Stereonet2DServicesStubLocal.SetPolygonToolEntityGroupVisibility(functionParam)
545
+
546
+
547
+ def SetPolylineToolEntityGroupVisibility(self, Boolean: bool):
548
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
549
+ ret = self.__Stereonet2DServicesStubLocal.SetPolylineToolEntityGroupVisibility(functionParam)
550
+
551
+
552
+ def SetProjectionMode(self, StereonetProjectionMode: StereonetProjectionModeVal):
553
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_StereonetProjectionMode(This=self.__modelRef, Input1=(StereonetProjectionMode.to_proto() if hasattr(StereonetProjectionMode, 'to_proto') else StereonetProjectionMode))
554
+ ret = self.__Stereonet2DServicesStubLocal.SetProjectionMode(functionParam)
555
+
556
+
557
+ def SetQuantitativeContourOptions(self, ContourOptions: ContourOptionsVal):
558
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_ContourOptions(This=self.__modelRef, Input1=(ContourOptions.to_proto() if hasattr(ContourOptions, 'to_proto') else ContourOptions))
559
+ ret = self.__Stereonet2DServicesStubLocal.SetQuantitativeContourOptions(functionParam)
560
+
561
+
562
+ def SetQuantitativeContourSettings(self, QuantitativeContourSettings: QuantitativeContourSettingsVal):
563
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_QuantitativeContourSettings(This=self.__modelRef, Input1=(QuantitativeContourSettings.to_proto() if hasattr(QuantitativeContourSettings, 'to_proto') else QuantitativeContourSettings))
564
+ ret = self.__Stereonet2DServicesStubLocal.SetQuantitativeContourSettings(functionParam)
565
+
566
+
567
+ def SetRectangleToolEntityGroupVisibility(self, Boolean: bool):
568
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
569
+ ret = self.__Stereonet2DServicesStubLocal.SetRectangleToolEntityGroupVisibility(functionParam)
570
+
571
+
572
+ def SetSetWindowEntityGroupVisibility(self, Boolean: bool):
573
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
574
+ ret = self.__Stereonet2DServicesStubLocal.SetSetWindowEntityGroupVisibility(functionParam)
575
+
576
+
577
+ def SetStereonetOverlayEntityOptions(self, StereonetOverlayEntityVisibility: StereonetOverlayEntityVisibilityVal):
578
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_StereonetOverlayEntityVisibility(This=self.__modelRef, Input1=(StereonetOverlayEntityVisibility.to_proto() if hasattr(StereonetOverlayEntityVisibility, 'to_proto') else StereonetOverlayEntityVisibility))
579
+ ret = self.__Stereonet2DServicesStubLocal.SetStereonetOverlayEntityOptions(functionParam)
580
+
581
+
582
+ def SetStereonetOverlayEntityVisibility(self, Boolean: bool):
583
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
584
+ ret = self.__Stereonet2DServicesStubLocal.SetStereonetOverlayEntityVisibility(functionParam)
585
+
586
+
587
+ def SetTextToolEntityGroupVisibility(self, Boolean: bool):
588
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
589
+ ret = self.__Stereonet2DServicesStubLocal.SetTextToolEntityGroupVisibility(functionParam)
590
+
591
+
592
+ def SetTraverseEntityGroupVisibility(self, Boolean: bool):
593
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
594
+ ret = self.__Stereonet2DServicesStubLocal.SetTraverseEntityGroupVisibility(functionParam)
595
+
596
+
597
+ def SetTrendLineToolEntityGroupVisibility(self, Boolean: bool):
598
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
599
+ ret = self.__Stereonet2DServicesStubLocal.SetTrendLineToolEntityGroupVisibility(functionParam)
600
+
601
+
602
+ def SetUserPlaneEntityGroupVisibility(self, Boolean: bool):
603
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean(This=self.__modelRef, Input1=Boolean)
604
+ ret = self.__Stereonet2DServicesStubLocal.SetUserPlaneEntityGroupVisibility(functionParam)
605
+
606
+
607
+ def SetVectorMode(self, eVectorMode: DipsAPI_pb2.eVectorMode):
608
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet2DView_eVectorMode(This=self.__modelRef, Input1=eVectorMode)
609
+ ret = self.__Stereonet2DServicesStubLocal.SetVectorMode(functionParam)
610
+
611
+
612
+