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,440 @@
1
+ from typing import List
2
+ from . import DipsAPI_pb2_grpc
3
+ from . import DipsAPI_pb2
4
+ from .Stereonet3DViewVal import Stereonet3DViewVal
5
+ from .ArrowToolEntityInfoRef import ArrowToolEntityInfoRef as ArrowToolEntityInfo_RefType
6
+ from .ArrowToolEntityInfoVal import ArrowToolEntityInfoVal
7
+ from .ConeToolEntityInfoRef import ConeToolEntityInfoRef as ConeToolEntityInfo_RefType
8
+ from .ConeToolEntityInfoVal import ConeToolEntityInfoVal
9
+ from .ContourEntityVisibilityVal import ContourEntityVisibilityVal
10
+ from .ContourOptionsVal import ContourOptionsVal
11
+ from .DataFilterRef import DataFilterRef as DataFilter_RefType
12
+ from .EllipseToolEntityInfoRef import EllipseToolEntityInfoRef as EllipseToolEntityInfo_RefType
13
+ from .EllipseToolEntityInfoVal import EllipseToolEntityInfoVal
14
+ from .FoldEntityVisibilityRef import FoldEntityVisibilityRef
15
+ from .FoldWindowEntityVisibilityRef import FoldWindowEntityVisibilityRef
16
+ from .GlobalPlaneEntityVisibilityVal import GlobalPlaneEntityVisibilityVal
17
+ from .IntersectionOptionsVal import IntersectionOptionsVal
18
+ from .LineIntersectionCalculatorToolEntityInfoRef import LineIntersectionCalculatorToolEntityInfoRef as LineIntersectionCalculatorToolEntityInfo_RefType
19
+ from .LineIntersectionCalculatorToolEntityInfoVal import LineIntersectionCalculatorToolEntityInfoVal
20
+ from .LineToolEntityInfoRef import LineToolEntityInfoRef as LineToolEntityInfo_RefType
21
+ from .LineToolEntityInfoVal import LineToolEntityInfoVal
22
+ from .MeasureAngleToolEntityInfoRef import MeasureAngleToolEntityInfoRef as MeasureAngleToolEntityInfo_RefType
23
+ from .MeasureAngleToolEntityInfoVal import MeasureAngleToolEntityInfoVal
24
+ from .PitchGridToolEntityInfoRef import PitchGridToolEntityInfoRef as PitchGridToolEntityInfo_RefType
25
+ from .PitchGridToolEntityInfoVal import PitchGridToolEntityInfoVal
26
+ from .PlaneEntityVisibilityRef import PlaneEntityVisibilityRef
27
+ from .PlaneIntersectionCalculatorToolEntityInfoRef import PlaneIntersectionCalculatorToolEntityInfoRef as PlaneIntersectionCalculatorToolEntityInfo_RefType
28
+ from .PlaneIntersectionCalculatorToolEntityInfoVal import PlaneIntersectionCalculatorToolEntityInfoVal
29
+ from .PoleEntityOptionsVal import PoleEntityOptionsVal
30
+ from .PolygonToolEntityInfoRef import PolygonToolEntityInfoRef as PolygonToolEntityInfo_RefType
31
+ from .PolygonToolEntityInfoVal import PolygonToolEntityInfoVal
32
+ from .PolylineToolEntityInfoRef import PolylineToolEntityInfoRef as PolylineToolEntityInfo_RefType
33
+ from .PolylineToolEntityInfoVal import PolylineToolEntityInfoVal
34
+ from .QuantitativeContourSettingsVal import QuantitativeContourSettingsVal
35
+ from .RectangleToolEntityInfoRef import RectangleToolEntityInfoRef as RectangleToolEntityInfo_RefType
36
+ from .RectangleToolEntityInfoVal import RectangleToolEntityInfoVal
37
+ from .SetEntityVisibilityRef import SetEntityVisibilityRef
38
+ from .SetVersusSetVal import SetVersusSetVal
39
+ from .SetWindowEntityVisibilityRef import SetWindowEntityVisibilityRef
40
+ from .StereonetOverlayEntityVisibilityVal import StereonetOverlayEntityVisibilityVal
41
+ from .SymbolicSettingsVal import SymbolicSettingsVal
42
+ from .TextToolEntityInfoRef import TextToolEntityInfoRef as TextToolEntityInfo_RefType
43
+ from .TextToolEntityInfoVal import TextToolEntityInfoVal
44
+ from .TraverseEntityVisibilityRef import TraverseEntityVisibilityRef
45
+ from .TrendLineToolEntityInfoRef import TrendLineToolEntityInfoRef as TrendLineToolEntityInfo_RefType
46
+ from .TrendLineToolEntityInfoVal import TrendLineToolEntityInfoVal
47
+ from .ValidatableResultVal import ValidatableResultVal
48
+ from .VectorDensityContourSettingsVal import VectorDensityContourSettingsVal
49
+
50
+ class Stereonet3DViewRef:
51
+ def __init__(self, channelToConnectOn, ref: DipsAPI_pb2.ProtoReference_Stereonet3DView):
52
+ self.__modelRef = ref
53
+ self.__refManagerStub = DipsAPI_pb2_grpc.nSameModuleReferenceAccessorStub(channelToConnectOn)
54
+ self.__channelToConnectOn = channelToConnectOn
55
+ self.__Stereonet3DServicesStubLocal = DipsAPI_pb2_grpc.Stereonet3DServicesStub(channelToConnectOn)
56
+
57
+
58
+ def GetValue(self) -> Stereonet3DViewVal:
59
+ bytes = self.__refManagerStub.GetValue(self.__modelRef.ID)
60
+ ret = DipsAPI_pb2.Stereonet3DView()
61
+ ret.MergeFromString(bytes.data)
62
+ return Stereonet3DViewVal.from_proto(ret)
63
+
64
+ def get_model_ref(self):
65
+ """Get the underlying model reference for direct protobuf operations."""
66
+ return self.__modelRef
67
+
68
+ def AddStereonet3DArrowTool(self, ArrowToolEntityInfo: ArrowToolEntityInfoVal) -> ArrowToolEntityInfo_RefType:
69
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_ArrowToolEntityInfo(This=self.__modelRef, Input1=(ArrowToolEntityInfo.to_proto() if hasattr(ArrowToolEntityInfo, 'to_proto') else ArrowToolEntityInfo))
70
+ ret = self.__Stereonet3DServicesStubLocal.AddStereonet3DArrowTool(functionParam)
71
+
72
+ if len(ret.Errors) > 0:
73
+ raise ValueError(ret.Errors[0].ErrorMessage)
74
+ return ArrowToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
75
+
76
+
77
+ def AddStereonet3DConeTool(self, ConeToolEntityInfo: ConeToolEntityInfoVal) -> ConeToolEntityInfo_RefType:
78
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_ConeToolEntityInfo(This=self.__modelRef, Input1=(ConeToolEntityInfo.to_proto() if hasattr(ConeToolEntityInfo, 'to_proto') else ConeToolEntityInfo))
79
+ ret = self.__Stereonet3DServicesStubLocal.AddStereonet3DConeTool(functionParam)
80
+
81
+ if len(ret.Errors) > 0:
82
+ raise ValueError(ret.Errors[0].ErrorMessage)
83
+ return ConeToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
84
+
85
+
86
+ def AddStereonet3DEllipseTool(self, EllipseToolEntityInfo: EllipseToolEntityInfoVal) -> EllipseToolEntityInfo_RefType:
87
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_EllipseToolEntityInfo(This=self.__modelRef, Input1=(EllipseToolEntityInfo.to_proto() if hasattr(EllipseToolEntityInfo, 'to_proto') else EllipseToolEntityInfo))
88
+ ret = self.__Stereonet3DServicesStubLocal.AddStereonet3DEllipseTool(functionParam)
89
+
90
+ if len(ret.Errors) > 0:
91
+ raise ValueError(ret.Errors[0].ErrorMessage)
92
+ return EllipseToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
93
+
94
+
95
+ def AddStereonet3DLineIntersectionCalculatorTool(self, LineIntersectionCalculatorToolEntityInfo: LineIntersectionCalculatorToolEntityInfoVal) -> LineIntersectionCalculatorToolEntityInfo_RefType:
96
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_LineIntersectionCalculatorToolEntityInfo(This=self.__modelRef, Input1=(LineIntersectionCalculatorToolEntityInfo.to_proto() if hasattr(LineIntersectionCalculatorToolEntityInfo, 'to_proto') else LineIntersectionCalculatorToolEntityInfo))
97
+ ret = self.__Stereonet3DServicesStubLocal.AddStereonet3DLineIntersectionCalculatorTool(functionParam)
98
+
99
+ if len(ret.Errors) > 0:
100
+ raise ValueError(ret.Errors[0].ErrorMessage)
101
+ return LineIntersectionCalculatorToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
102
+
103
+
104
+ def AddStereonet3DLineTool(self, LineToolEntityInfo: LineToolEntityInfoVal) -> LineToolEntityInfo_RefType:
105
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_LineToolEntityInfo(This=self.__modelRef, Input1=(LineToolEntityInfo.to_proto() if hasattr(LineToolEntityInfo, 'to_proto') else LineToolEntityInfo))
106
+ ret = self.__Stereonet3DServicesStubLocal.AddStereonet3DLineTool(functionParam)
107
+
108
+ if len(ret.Errors) > 0:
109
+ raise ValueError(ret.Errors[0].ErrorMessage)
110
+ return LineToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
111
+
112
+
113
+ def AddStereonet3DMeasureAngleTool(self, MeasureAngleToolEntityInfo: MeasureAngleToolEntityInfoVal) -> MeasureAngleToolEntityInfo_RefType:
114
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_MeasureAngleToolEntityInfo(This=self.__modelRef, Input1=(MeasureAngleToolEntityInfo.to_proto() if hasattr(MeasureAngleToolEntityInfo, 'to_proto') else MeasureAngleToolEntityInfo))
115
+ ret = self.__Stereonet3DServicesStubLocal.AddStereonet3DMeasureAngleTool(functionParam)
116
+
117
+ if len(ret.Errors) > 0:
118
+ raise ValueError(ret.Errors[0].ErrorMessage)
119
+ return MeasureAngleToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
120
+
121
+
122
+ def AddStereonet3DPitchGridTool(self, PitchGridToolEntityInfo: PitchGridToolEntityInfoVal) -> PitchGridToolEntityInfo_RefType:
123
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_PitchGridToolEntityInfo(This=self.__modelRef, Input1=(PitchGridToolEntityInfo.to_proto() if hasattr(PitchGridToolEntityInfo, 'to_proto') else PitchGridToolEntityInfo))
124
+ ret = self.__Stereonet3DServicesStubLocal.AddStereonet3DPitchGridTool(functionParam)
125
+
126
+ if len(ret.Errors) > 0:
127
+ raise ValueError(ret.Errors[0].ErrorMessage)
128
+ return PitchGridToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
129
+
130
+
131
+ def AddStereonet3DPlaneIntersectionCalculatorTool(self, PlaneIntersectionCalculatorToolEntityInfo: PlaneIntersectionCalculatorToolEntityInfoVal) -> PlaneIntersectionCalculatorToolEntityInfo_RefType:
132
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_PlaneIntersectionCalculatorToolEntityInfo(This=self.__modelRef, Input1=(PlaneIntersectionCalculatorToolEntityInfo.to_proto() if hasattr(PlaneIntersectionCalculatorToolEntityInfo, 'to_proto') else PlaneIntersectionCalculatorToolEntityInfo))
133
+ ret = self.__Stereonet3DServicesStubLocal.AddStereonet3DPlaneIntersectionCalculatorTool(functionParam)
134
+
135
+ if len(ret.Errors) > 0:
136
+ raise ValueError(ret.Errors[0].ErrorMessage)
137
+ return PlaneIntersectionCalculatorToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
138
+
139
+
140
+ def AddStereonet3DPolygonTool(self, PolygonToolEntityInfo: PolygonToolEntityInfoVal) -> PolygonToolEntityInfo_RefType:
141
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_PolygonToolEntityInfo(This=self.__modelRef, Input1=(PolygonToolEntityInfo.to_proto() if hasattr(PolygonToolEntityInfo, 'to_proto') else PolygonToolEntityInfo))
142
+ ret = self.__Stereonet3DServicesStubLocal.AddStereonet3DPolygonTool(functionParam)
143
+
144
+ if len(ret.Errors) > 0:
145
+ raise ValueError(ret.Errors[0].ErrorMessage)
146
+ return PolygonToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
147
+
148
+
149
+ def AddStereonet3DPolylineTool(self, PolylineToolEntityInfo: PolylineToolEntityInfoVal) -> PolylineToolEntityInfo_RefType:
150
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_PolylineToolEntityInfo(This=self.__modelRef, Input1=(PolylineToolEntityInfo.to_proto() if hasattr(PolylineToolEntityInfo, 'to_proto') else PolylineToolEntityInfo))
151
+ ret = self.__Stereonet3DServicesStubLocal.AddStereonet3DPolylineTool(functionParam)
152
+
153
+ if len(ret.Errors) > 0:
154
+ raise ValueError(ret.Errors[0].ErrorMessage)
155
+ return PolylineToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
156
+
157
+
158
+ def AddStereonet3DRectangleTool(self, RectangleToolEntityInfo: RectangleToolEntityInfoVal) -> RectangleToolEntityInfo_RefType:
159
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_RectangleToolEntityInfo(This=self.__modelRef, Input1=(RectangleToolEntityInfo.to_proto() if hasattr(RectangleToolEntityInfo, 'to_proto') else RectangleToolEntityInfo))
160
+ ret = self.__Stereonet3DServicesStubLocal.AddStereonet3DRectangleTool(functionParam)
161
+
162
+ if len(ret.Errors) > 0:
163
+ raise ValueError(ret.Errors[0].ErrorMessage)
164
+ return RectangleToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
165
+
166
+
167
+ def AddStereonet3DTextTool(self, TextToolEntityInfo: TextToolEntityInfoVal) -> TextToolEntityInfo_RefType:
168
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_TextToolEntityInfo(This=self.__modelRef, Input1=(TextToolEntityInfo.to_proto() if hasattr(TextToolEntityInfo, 'to_proto') else TextToolEntityInfo))
169
+ ret = self.__Stereonet3DServicesStubLocal.AddStereonet3DTextTool(functionParam)
170
+
171
+ if len(ret.Errors) > 0:
172
+ raise ValueError(ret.Errors[0].ErrorMessage)
173
+ return TextToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
174
+
175
+
176
+ def AddStereonet3DTrendLineTool(self, TrendLineToolEntityInfo: TrendLineToolEntityInfoVal) -> TrendLineToolEntityInfo_RefType:
177
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_TrendLineToolEntityInfo(This=self.__modelRef, Input1=(TrendLineToolEntityInfo.to_proto() if hasattr(TrendLineToolEntityInfo, 'to_proto') else TrendLineToolEntityInfo))
178
+ ret = self.__Stereonet3DServicesStubLocal.AddStereonet3DTrendLineTool(functionParam)
179
+
180
+ if len(ret.Errors) > 0:
181
+ raise ValueError(ret.Errors[0].ErrorMessage)
182
+ return TrendLineToolEntityInfo_RefType(self.__channelToConnectOn, ret.Result)
183
+
184
+
185
+ def CloseStereonet3DView(self):
186
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView(This=self.__modelRef)
187
+ ret = self.__Stereonet3DServicesStubLocal.CloseStereonet3DView(functionParam)
188
+
189
+
190
+ def GetActiveDataFilter(self) -> DataFilter_RefType:
191
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView(This=self.__modelRef)
192
+ ret = self.__Stereonet3DServicesStubLocal.GetActiveDataFilter(functionParam)
193
+
194
+ return DataFilter_RefType(self.__channelToConnectOn, ret)
195
+
196
+
197
+ def GetFoldEntityVisibilities(self) -> List[FoldEntityVisibilityRef]:
198
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView(This=self.__modelRef)
199
+ ret = self.__Stereonet3DServicesStubLocal.GetFoldEntityVisibilities(functionParam)
200
+
201
+ retList=[]
202
+ for item in ret.items:
203
+ retList.append( FoldEntityVisibilityRef(self.__channelToConnectOn, item) )
204
+ return retList
205
+
206
+
207
+ def GetFoldWindowEntityVisibilities(self) -> List[FoldWindowEntityVisibilityRef]:
208
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView(This=self.__modelRef)
209
+ ret = self.__Stereonet3DServicesStubLocal.GetFoldWindowEntityVisibilities(functionParam)
210
+
211
+ retList=[]
212
+ for item in ret.items:
213
+ retList.append( FoldWindowEntityVisibilityRef(self.__channelToConnectOn, item) )
214
+ return retList
215
+
216
+
217
+ def GetMeanSetPlaneEntityVisibilities(self) -> List[SetEntityVisibilityRef]:
218
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView(This=self.__modelRef)
219
+ ret = self.__Stereonet3DServicesStubLocal.GetMeanSetPlaneEntityVisibilities(functionParam)
220
+
221
+ retList=[]
222
+ for item in ret.items:
223
+ retList.append( SetEntityVisibilityRef(self.__channelToConnectOn, item) )
224
+ return retList
225
+
226
+
227
+ def GetSetWindowEntityVisibilities(self) -> List[SetWindowEntityVisibilityRef]:
228
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView(This=self.__modelRef)
229
+ ret = self.__Stereonet3DServicesStubLocal.GetSetWindowEntityVisibilities(functionParam)
230
+
231
+ retList=[]
232
+ for item in ret.items:
233
+ retList.append( SetWindowEntityVisibilityRef(self.__channelToConnectOn, item) )
234
+ return retList
235
+
236
+
237
+ def GetTraverseEntityVisibilities(self) -> List[TraverseEntityVisibilityRef]:
238
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView(This=self.__modelRef)
239
+ ret = self.__Stereonet3DServicesStubLocal.GetTraverseEntityVisibilities(functionParam)
240
+
241
+ retList=[]
242
+ for item in ret.items:
243
+ retList.append( TraverseEntityVisibilityRef(self.__channelToConnectOn, item) )
244
+ return retList
245
+
246
+
247
+ def GetUserPlaneEntityVisibilities(self) -> List[PlaneEntityVisibilityRef]:
248
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView(This=self.__modelRef)
249
+ ret = self.__Stereonet3DServicesStubLocal.GetUserPlaneEntityVisibilities(functionParam)
250
+
251
+ retList=[]
252
+ for item in ret.items:
253
+ retList.append( PlaneEntityVisibilityRef(self.__channelToConnectOn, item) )
254
+ return retList
255
+
256
+
257
+ def SetActiveDataFilter(self, DataFilter: DataFilter_RefType):
258
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_ProtoReference_DataFilter(This=self.__modelRef, Input1=DataFilter.get_model_ref())
259
+ ret = self.__Stereonet3DServicesStubLocal.SetActiveDataFilter(functionParam)
260
+
261
+
262
+ def SetContourEntityOptions(self, ContourEntityVisibility: ContourEntityVisibilityVal) -> ValidatableResultVal:
263
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_ContourEntityVisibility(This=self.__modelRef, Input1=(ContourEntityVisibility.to_proto() if hasattr(ContourEntityVisibility, 'to_proto') else ContourEntityVisibility))
264
+ ret = self.__Stereonet3DServicesStubLocal.SetContourEntityOptions(functionParam)
265
+
266
+ return ValidatableResultVal.from_proto(ret)
267
+
268
+
269
+ def SetContourEntityVisibility(self, Boolean: bool):
270
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean(This=self.__modelRef, Input1=Boolean)
271
+ ret = self.__Stereonet3DServicesStubLocal.SetContourEntityVisibility(functionParam)
272
+
273
+
274
+ def SetContourType(self, eContourType: DipsAPI_pb2.eContourType):
275
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_eContourType(This=self.__modelRef, Input1=eContourType)
276
+ ret = self.__Stereonet3DServicesStubLocal.SetContourType(functionParam)
277
+
278
+
279
+ def SetFoldEntityGroupVisibility(self, Boolean: bool):
280
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean(This=self.__modelRef, Input1=Boolean)
281
+ ret = self.__Stereonet3DServicesStubLocal.SetFoldEntityGroupVisibility(functionParam)
282
+
283
+
284
+ def SetFoldWindowEntityGroupVisibility(self, Boolean: bool):
285
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean(This=self.__modelRef, Input1=Boolean)
286
+ ret = self.__Stereonet3DServicesStubLocal.SetFoldWindowEntityGroupVisibility(functionParam)
287
+
288
+
289
+ def SetGlobalBestFitPlaneEntityOptions(self, GlobalPlaneEntityVisibility: GlobalPlaneEntityVisibilityVal) -> ValidatableResultVal:
290
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_GlobalPlaneEntityVisibility(This=self.__modelRef, Input1=(GlobalPlaneEntityVisibility.to_proto() if hasattr(GlobalPlaneEntityVisibility, 'to_proto') else GlobalPlaneEntityVisibility))
291
+ ret = self.__Stereonet3DServicesStubLocal.SetGlobalBestFitPlaneEntityOptions(functionParam)
292
+
293
+ return ValidatableResultVal.from_proto(ret)
294
+
295
+
296
+ def SetGlobalBestFitPlaneEntityVisibility(self, Boolean: bool):
297
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean(This=self.__modelRef, Input1=Boolean)
298
+ ret = self.__Stereonet3DServicesStubLocal.SetGlobalBestFitPlaneEntityVisibility(functionParam)
299
+
300
+
301
+ def SetGlobalMeanPlaneEntityOptions(self, GlobalPlaneEntityVisibility: GlobalPlaneEntityVisibilityVal) -> ValidatableResultVal:
302
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_GlobalPlaneEntityVisibility(This=self.__modelRef, Input1=(GlobalPlaneEntityVisibility.to_proto() if hasattr(GlobalPlaneEntityVisibility, 'to_proto') else GlobalPlaneEntityVisibility))
303
+ ret = self.__Stereonet3DServicesStubLocal.SetGlobalMeanPlaneEntityOptions(functionParam)
304
+
305
+ return ValidatableResultVal.from_proto(ret)
306
+
307
+
308
+ def SetGlobalMeanPlaneEntityVisibility(self, Boolean: bool):
309
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean(This=self.__modelRef, Input1=Boolean)
310
+ ret = self.__Stereonet3DServicesStubLocal.SetGlobalMeanPlaneEntityVisibility(functionParam)
311
+
312
+
313
+ def SetIntersectionEntityOptions(self, IntersectionOptions: IntersectionOptionsVal) -> ValidatableResultVal:
314
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_IntersectionOptions(This=self.__modelRef, Input1=(IntersectionOptions.to_proto() if hasattr(IntersectionOptions, 'to_proto') else IntersectionOptions))
315
+ ret = self.__Stereonet3DServicesStubLocal.SetIntersectionEntityOptions(functionParam)
316
+
317
+ return ValidatableResultVal.from_proto(ret)
318
+
319
+
320
+ def SetIntersectionEntityVisibility(self, Boolean: bool):
321
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean(This=self.__modelRef, Input1=Boolean)
322
+ ret = self.__Stereonet3DServicesStubLocal.SetIntersectionEntityVisibility(functionParam)
323
+
324
+
325
+ def SetIntersectionType(self, eIntersectionType: DipsAPI_pb2.eIntersectionType):
326
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_eIntersectionType(This=self.__modelRef, Input1=eIntersectionType)
327
+ ret = self.__Stereonet3DServicesStubLocal.SetIntersectionType(functionParam)
328
+
329
+
330
+ def SetIntersectionVectorContourOptions(self, ContourOptions: ContourOptionsVal) -> ValidatableResultVal:
331
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_ContourOptions(This=self.__modelRef, Input1=(ContourOptions.to_proto() if hasattr(ContourOptions, 'to_proto') else ContourOptions))
332
+ ret = self.__Stereonet3DServicesStubLocal.SetIntersectionVectorContourOptions(functionParam)
333
+
334
+ return ValidatableResultVal.from_proto(ret)
335
+
336
+
337
+ def SetIntersectionVectorDensityContourSettings(self, VectorDensityContourSettings: VectorDensityContourSettingsVal) -> ValidatableResultVal:
338
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_VectorDensityContourSettings(This=self.__modelRef, Input1=(VectorDensityContourSettings.to_proto() if hasattr(VectorDensityContourSettings, 'to_proto') else VectorDensityContourSettings))
339
+ ret = self.__Stereonet3DServicesStubLocal.SetIntersectionVectorDensityContourSettings(functionParam)
340
+
341
+ return ValidatableResultVal.from_proto(ret)
342
+
343
+
344
+ def SetIsWeighted(self, Boolean: bool):
345
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean(This=self.__modelRef, Input1=Boolean)
346
+ ret = self.__Stereonet3DServicesStubLocal.SetIsWeighted(functionParam)
347
+
348
+
349
+ def SetMeanSetPlaneEntityGroupVisibility(self, Boolean: bool):
350
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean(This=self.__modelRef, Input1=Boolean)
351
+ ret = self.__Stereonet3DServicesStubLocal.SetMeanSetPlaneEntityGroupVisibility(functionParam)
352
+
353
+
354
+ def SetPoleEntityOptions(self, PoleEntityOptions: PoleEntityOptionsVal) -> ValidatableResultVal:
355
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_PoleEntityOptions(This=self.__modelRef, Input1=(PoleEntityOptions.to_proto() if hasattr(PoleEntityOptions, 'to_proto') else PoleEntityOptions))
356
+ ret = self.__Stereonet3DServicesStubLocal.SetPoleEntityOptions(functionParam)
357
+
358
+ return ValidatableResultVal.from_proto(ret)
359
+
360
+
361
+ def SetPoleEntityVisibility(self, Boolean: bool):
362
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean(This=self.__modelRef, Input1=Boolean)
363
+ ret = self.__Stereonet3DServicesStubLocal.SetPoleEntityVisibility(functionParam)
364
+
365
+
366
+ def SetPoleVectorContourOptions(self, ContourOptions: ContourOptionsVal) -> ValidatableResultVal:
367
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_ContourOptions(This=self.__modelRef, Input1=(ContourOptions.to_proto() if hasattr(ContourOptions, 'to_proto') else ContourOptions))
368
+ ret = self.__Stereonet3DServicesStubLocal.SetPoleVectorContourOptions(functionParam)
369
+
370
+ return ValidatableResultVal.from_proto(ret)
371
+
372
+
373
+ def SetPoleVectorDensityContourSettings(self, VectorDensityContourSettings: VectorDensityContourSettingsVal) -> ValidatableResultVal:
374
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_VectorDensityContourSettings(This=self.__modelRef, Input1=(VectorDensityContourSettings.to_proto() if hasattr(VectorDensityContourSettings, 'to_proto') else VectorDensityContourSettings))
375
+ ret = self.__Stereonet3DServicesStubLocal.SetPoleVectorDensityContourSettings(functionParam)
376
+
377
+ return ValidatableResultVal.from_proto(ret)
378
+
379
+
380
+ def SetQuantitativeContourOptions(self, ContourOptions: ContourOptionsVal) -> ValidatableResultVal:
381
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_ContourOptions(This=self.__modelRef, Input1=(ContourOptions.to_proto() if hasattr(ContourOptions, 'to_proto') else ContourOptions))
382
+ ret = self.__Stereonet3DServicesStubLocal.SetQuantitativeContourOptions(functionParam)
383
+
384
+ return ValidatableResultVal.from_proto(ret)
385
+
386
+
387
+ def SetQuantitativeContourSettings(self, QuantitativeContourSettings: QuantitativeContourSettingsVal) -> ValidatableResultVal:
388
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_QuantitativeContourSettings(This=self.__modelRef, Input1=(QuantitativeContourSettings.to_proto() if hasattr(QuantitativeContourSettings, 'to_proto') else QuantitativeContourSettings))
389
+ ret = self.__Stereonet3DServicesStubLocal.SetQuantitativeContourSettings(functionParam)
390
+
391
+ return ValidatableResultVal.from_proto(ret)
392
+
393
+
394
+ def SetSetVersusSet(self, SetVersusSet: SetVersusSetVal) -> ValidatableResultVal:
395
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_SetVersusSet(This=self.__modelRef, Input1=(SetVersusSet.to_proto() if hasattr(SetVersusSet, 'to_proto') else SetVersusSet))
396
+ ret = self.__Stereonet3DServicesStubLocal.SetSetVersusSet(functionParam)
397
+
398
+ return ValidatableResultVal.from_proto(ret)
399
+
400
+
401
+ def SetSetWindowEntityGroupVisibility(self, Boolean: bool):
402
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean(This=self.__modelRef, Input1=Boolean)
403
+ ret = self.__Stereonet3DServicesStubLocal.SetSetWindowEntityGroupVisibility(functionParam)
404
+
405
+
406
+ def SetStereonetOverlayEntityOptions(self, StereonetOverlayEntityVisibility: StereonetOverlayEntityVisibilityVal) -> ValidatableResultVal:
407
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_StereonetOverlayEntityVisibility(This=self.__modelRef, Input1=(StereonetOverlayEntityVisibility.to_proto() if hasattr(StereonetOverlayEntityVisibility, 'to_proto') else StereonetOverlayEntityVisibility))
408
+ ret = self.__Stereonet3DServicesStubLocal.SetStereonetOverlayEntityOptions(functionParam)
409
+
410
+ return ValidatableResultVal.from_proto(ret)
411
+
412
+
413
+ def SetStereonetOverlayEntityVisibility(self, Boolean: bool):
414
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean(This=self.__modelRef, Input1=Boolean)
415
+ ret = self.__Stereonet3DServicesStubLocal.SetStereonetOverlayEntityVisibility(functionParam)
416
+
417
+
418
+ def SetSymbolicSettings(self, SymbolicSettings: SymbolicSettingsVal) -> ValidatableResultVal:
419
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_SymbolicSettings(This=self.__modelRef, Input1=(SymbolicSettings.to_proto() if hasattr(SymbolicSettings, 'to_proto') else SymbolicSettings))
420
+ ret = self.__Stereonet3DServicesStubLocal.SetSymbolicSettings(functionParam)
421
+
422
+ return ValidatableResultVal.from_proto(ret)
423
+
424
+
425
+ def SetTraverseEntityGroupVisibility(self, Boolean: bool):
426
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean(This=self.__modelRef, Input1=Boolean)
427
+ ret = self.__Stereonet3DServicesStubLocal.SetTraverseEntityGroupVisibility(functionParam)
428
+
429
+
430
+ def SetUserPlaneEntityGroupVisibility(self, Boolean: bool):
431
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean(This=self.__modelRef, Input1=Boolean)
432
+ ret = self.__Stereonet3DServicesStubLocal.SetUserPlaneEntityGroupVisibility(functionParam)
433
+
434
+
435
+ def SetVectorMode(self, eVectorMode: DipsAPI_pb2.eVectorMode):
436
+ functionParam = DipsAPI_pb2.ProtoMemberFunction_ProtoReference_Stereonet3DView_eVectorMode(This=self.__modelRef, Input1=eVectorMode)
437
+ ret = self.__Stereonet3DServicesStubLocal.SetVectorMode(functionParam)
438
+
439
+
440
+