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
dips/DipsAPI_pb2.py ADDED
@@ -0,0 +1,817 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: DipsAPI.proto
4
+ # Protobuf Python Version: 5.26.1
5
+ """Generated protocol buffer code."""
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ from google.protobuf.internal import builder as _builder
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rDipsAPI.proto\x12\x07\x44ipsAPI\x1a\x1bgoogle/protobuf/empty.proto\"\xa0\x01\n\x0b\x41nchorPoint\x12:\n\x10\x43oordinateOption\x18\x01 \x01(\x0e\x32 .DipsAPI.eAnchorCoordinateOption\x12,\n\x0eSphericalPoint\x18\x02 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\x12\'\n\x0cLogicalPoint\x18\x03 \x01(\x0b\x32\x11.DipsAPI.Vector2D\"!\n\tAngleData\x12\x14\n\x0c\x41ngleRadians\x18\x01 \x01(\x01\"\xfc\x06\n\x11\x41nnotativeTools2D\x12\x35\n\x10TextToolEntities\x18\x01 \x03(\x0b\x32\x1b.DipsAPI.TextToolEntityInfo\x12\x37\n\x11\x41rrowToolEntities\x18\x02 \x03(\x0b\x32\x1c.DipsAPI.ArrowToolEntityInfo\x12\x35\n\x10LineToolEntities\x18\x03 \x03(\x0b\x32\x1b.DipsAPI.LineToolEntityInfo\x12=\n\x14PolylineToolEntities\x18\x04 \x03(\x0b\x32\x1f.DipsAPI.PolylineToolEntityInfo\x12;\n\x13PolygonToolEntities\x18\x05 \x03(\x0b\x32\x1e.DipsAPI.PolygonToolEntityInfo\x12?\n\x15RectangleToolEntities\x18\x06 \x03(\x0b\x32 .DipsAPI.RectangleToolEntityInfo\x12;\n\x13\x45llipseToolEntities\x18\x07 \x03(\x0b\x32\x1e.DipsAPI.EllipseToolEntityInfo\x12?\n\x15TrendLineToolEntities\x18\x08 \x03(\x0b\x32 .DipsAPI.TrendLineToolEntityInfo\x12\x35\n\x10\x43oneToolEntities\x18\t \x03(\x0b\x32\x1b.DipsAPI.ConeToolEntityInfo\x12?\n\x15PitchGridToolEntities\x18\n \x03(\x0b\x32 .DipsAPI.PitchGridToolEntityInfo\x12\x45\n\x18MeasureAngleToolEntities\x18\x0b \x03(\x0b\x32#.DipsAPI.MeasureAngleToolEntityInfo\x12\x61\n&LineIntersectionCalculatorToolEntities\x18\x0c \x03(\x0b\x32\x31.DipsAPI.LineIntersectionCalculatorToolEntityInfo\x12\x63\n\'PlaneIntersectionCalculatorToolEntities\x18\r \x03(\x0b\x32\x32.DipsAPI.PlaneIntersectionCalculatorToolEntityInfo\"\x19\n\tAnyHelper\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"\xed\x01\n\x13\x41rrowToolEntityInfo\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x0c\n\x04Name\x18\x02 \x01(\t\x12)\n\x0b\x41nchorPoint\x18\x03 \x01(\x0b\x32\x14.DipsAPI.AnchorPoint\x12\x32\n\x14\x41nchorPointSecondary\x18\x04 \x01(\x0b\x32\x14.DipsAPI.AnchorPoint\x12\'\n\nLineFormat\x18\x05 \x01(\x0b\x32\x13.DipsAPI.LineFormat\x12\x11\n\tShowArrow\x18\x06 \x01(\x08\x12\x1a\n\x12ShowArrowSecondary\x18\x07 \x01(\x08\"\xa5\x02\n AutomaticClusterAnalysisSettings\x12\x12\n\nIsWeighted\x18\x01 \x01(\x08\x12\x16\n\x0eMinNumClusters\x18\x02 \x01(\x05\x12\x16\n\x0eMaxNumClusters\x18\x03 \x01(\x05\x12&\n\x1eMinimumMembershipDegreePercent\x18\x04 \x01(\x01\x12\x1a\n\x12\x43onfidenceInterval\x18\x05 \x01(\x01\x12\x14\n\x0cNumberOfRuns\x18\x06 \x01(\x05\x12\x1c\n\x14\x43onvergenceTolerance\x18\x07 \x01(\x01\x12\x15\n\rMaxIterations\x18\x08 \x01(\x05\x12\x12\n\nRandomSeed\x18\t \x01(\x05\x12\x1a\n\x12\x46uzzinessParameter\x18\n \x01(\x01\"i\n\x0e\x43ircularWindow\x12\n\n\x02ID\x18\x01 \x01(\t\x12$\n\x06\x43\x65nter\x18\x03 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\x12%\n\tConeAngle\x18\x04 \x01(\x0b\x32\x12.DipsAPI.AngleData\"\xf2\x02\n\rClusterWindow\x12\n\n\x02ID\x18\x01 \x01(\t\x12\x11\n\tClusterID\x18\x02 \x01(\x05\x12\x19\n\rClusterLabels\x18\x03 \x03(\x05\x42\x02\x10\x00\x12\x42\n\x0f\x43lusterSettings\x18\x04 \x01(\x0b\x32).DipsAPI.AutomaticClusterAnalysisSettings\x12\x39\n\rClusterFilter\x18\x05 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\x12\x32\n\x11UsedColumnHeaders\x18\x06 \x03(\x0b\x32\x17.DipsAPI.FullDataFormat\x12-\n\x0f\x43lusterBearings\x18\x07 \x03(\x0b\x32\x14.DipsAPI.TrendPlunge\x12+\n\rClusterCenter\x18\x08 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\x12\x18\n\x10IsWrappedCluster\x18\t \x01(\x08\"<\n\x0e\x43olorSurrogate\x12\t\n\x01\x41\x18\x01 \x01(\r\x12\t\n\x01R\x18\x02 \x01(\r\x12\t\n\x01G\x18\x03 \x01(\r\x12\t\n\x01\x42\x18\x04 \x01(\r\"S\n\x04\x43one\x12$\n\x06\x43\x65nter\x18\x01 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\x12%\n\tConeAngle\x18\x02 \x01(\x0b\x32\x12.DipsAPI.AngleData\"z\n\x12\x43oneToolEntityInfo\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x0c\n\x04Name\x18\x02 \x01(\t\x12&\n\x05\x43olor\x18\x03 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12\x1b\n\x04\x43one\x18\x04 \x01(\x0b\x32\r.DipsAPI.Cone\"\xa1\x02\n\x17\x43ontourEntityVisibility\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12*\n\x0b\x43ontourType\x18\x02 \x01(\x0e\x32\x15.DipsAPI.eContourType\x12@\n\x1fPoleVectorDensityContourOptions\x18\x03 \x01(\x0b\x32\x17.DipsAPI.ContourOptions\x12H\n\'IntersectionVectorDensityContourOptions\x18\x04 \x01(\x0b\x32\x17.DipsAPI.ContourOptions\x12;\n\x1aQuantitativeContourOptions\x18\x05 \x01(\x0b\x32\x17.DipsAPI.ContourOptions\"\xbd\x03\n\x0e\x43ontourOptions\x12)\n\x0b\x43ustomRange\x18\x01 \x01(\x0b\x32\x14.DipsAPI.CustomRange\x12\x11\n\tIntervals\x18\x02 \x01(\x05\x12*\n\x0b\x43ontourMode\x18\x03 \x01(\x0e\x32\x15.DipsAPI.eContourMode\x12)\n\x08MinColor\x18\x04 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12)\n\x08MaxColor\x18\x05 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12\x44\n\x18\x43olorInterpolationMethod\x18\x06 \x01(\x0e\x32\".DipsAPI.eColorInterpolationMethod\x12\x18\n\x10\x46illBelowMinimum\x18\x07 \x01(\x08\x12\x18\n\x10\x46illAboveMaximum\x18\x08 \x01(\x08\x12-\n\x0c\x43ustomColors\x18\t \x03(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12\x42\n\x17\x43ontourColorTableMethod\x18\n \x01(\x0e\x32!.DipsAPI.eContourColorTableMethod\"\xa2\x01\n\x13\x43umulativeChartView\x12\x10\n\x08ViewName\x18\x01 \x01(\t\x12?\n\x16\x43umulativePlotSettings\x18\x02 \x01(\x0b\x32\x1f.DipsAPI.CumulativePlotSettings\x12\x38\n\x0c\x41\x63tiveFilter\x18\x03 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"n\n\x16\x43umulativePlotSettings\x12/\n\x0eSelectedColumn\x18\x01 \x01(\x0b\x32\x17.DipsAPI.DataDescriptor\x12\x0f\n\x07NumBins\x18\x02 \x01(\x05\x12\x12\n\nIsWeighted\x18\x03 \x01(\x08\"q\n\x0c\x43urvedWindow\x12\n\n\x02ID\x18\x01 \x01(\t\x12)\n\x0b\x46irstCorner\x18\x02 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\x12*\n\x0cSecondCorner\x18\x03 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\"H\n\x16\x43ustomColumnCollection\x12.\n\rCustomColumns\x18\x01 \x03(\x0b\x32\x17.DipsAPI.FullDataFormat\"\xa8\x01\n\x16\x43ustomHistogramOptions\x12)\n\x0b\x43ustomRange\x18\x01 \x01(\x0b\x32\x14.DipsAPI.CustomRange\x12\x1f\n\x17\x41pplyDistributionFilter\x18\x02 \x01(\x08\x12\x42\n\x12\x44istributionFilter\x18\x03 \x01(\x0b\x32&.DipsAPI.StatisticalDistributionFilter\"A\n\x0b\x43ustomRange\x12\x18\n\x10\x41pplyCustomRange\x18\x01 \x01(\x08\x12\x0b\n\x03Min\x18\x02 \x01(\x01\x12\x0b\n\x03Max\x18\x03 \x01(\x01\"{\n\x10\x43ustomRowRawData\x12\x37\n\x07RawData\x18\x01 \x03(\x0b\x32&.DipsAPI.CustomRowRawData.RawDataEntry\x1a.\n\x0cRawDataEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"a\n\x0e\x44\x61taDescriptor\x12)\n\x08\x44\x61taName\x18\x01 \x01(\x0b\x32\x17.DipsAPI.DataIdentifier\x12$\n\x08\x44\x61taType\x18\x02 \x01(\x0e\x32\x12.DipsAPI.eDataType\"0\n\nDataFilter\x12\x0c\n\x04Name\x18\x01 \x01(\t\x12\x14\n\x0c\x46ilterString\x18\x02 \x01(\t\"#\n\rDataFormatter\x12\x12\n\nDataFormat\x18\x01 \x01(\t\"\"\n\x0e\x44\x61taIdentifier\x12\x10\n\x08\x44\x61taName\x18\x01 \x01(\t\"\xf2\x01\n\x11\x44iscontinuityData\x12(\n\x0cOrientation1\x18\x01 \x01(\x0b\x32\x12.DipsAPI.AngleData\x12(\n\x0cOrientation2\x18\x02 \x01(\x0b\x32\x12.DipsAPI.AngleData\x12\x10\n\x08Quantity\x18\x03 \x01(\x01\x12\x13\n\x0bPersistence\x18\x04 \x01(\x01\x12\x10\n\x08\x44istance\x18\x05 \x01(\x01\x12\"\n\x08Position\x18\x06 \x01(\x0b\x32\x10.DipsAPI.Vector3\x12,\n\tExtraData\x18\x07 \x01(\x0b\x32\x19.DipsAPI.CustomRowRawData\"\xdb\x01\n\x15\x45llipseToolEntityInfo\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x0c\n\x04Name\x18\x02 \x01(\t\x12\'\n\nLineFormat\x18\x03 \x01(\x0b\x32\x13.DipsAPI.LineFormat\x12\'\n\nFillFormat\x18\x04 \x01(\x0b\x32\x13.DipsAPI.FillFormat\x12&\n\x0b\x46irstCorner\x18\x05 \x01(\x0b\x32\x11.DipsAPI.Vector2D\x12\'\n\x0cSecondCorner\x18\x06 \x01(\x0b\x32\x11.DipsAPI.Vector2D\"K\n\nFillFormat\x12\x11\n\tApplyFill\x18\x01 \x01(\x08\x12*\n\tFillColor\x18\x02 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\"\x81\x01\n\x0e\x46oldEntityInfo\x12\n\n\x02ID\x18\x01 \x01(\t\x12&\n\x05\x43olor\x18\x02 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12;\n\x14\x46oldWindowEntityInfo\x18\x03 \x01(\x0b\x32\x1d.DipsAPI.FoldWindowEntityInfo\"\x80\x01\n\x11\x46oldEntityOptions\x12\x11\n\tShowPlane\x18\x01 \x01(\x08\x12\x17\n\x0fShowMarkerTicks\x18\x02 \x01(\x08\x12\x10\n\x08ShowPole\x18\x03 \x01(\x08\x12\x15\n\rShowPoleLabel\x18\x04 \x01(\x08\x12\x16\n\x0eShowPlaneLabel\x18\x05 \x01(\x08\"\x9b\x01\n\x14\x46oldEntityVisibility\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12+\n\x07Options\x18\x02 \x01(\x0b\x32\x1a.DipsAPI.FoldEntityOptions\x12\x43\n\x13\x46oldEntityReference\x18\x03 \x01(\x0b\x32&.DipsAPI.ProtoReference_FoldEntityInfo\"\x81\x01\n\x14\x46oldWindowEntityInfo\x12&\n\x05\x43olor\x18\x01 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12\x41\n\x19WrappedFreehandFoldWindow\x18\x02 \x01(\x0b\x32\x1e.DipsAPI.WrappedFreehandWindow\"t\n\x1a\x46oldWindowEntityVisibility\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x43\n\x13\x46oldEntityReference\x18\x02 \x01(\x0b\x32&.DipsAPI.ProtoReference_FoldEntityInfo\"J\n\x0e\x46reehandWindow\x12%\n\x07Polygon\x18\x01 \x03(\x0b\x32\x14.DipsAPI.TrendPlunge\x12\x11\n\tIsWrapped\x18\x02 \x01(\x08\"e\n\x0e\x46ullDataFormat\x12+\n\nDescriptor\x18\x01 \x01(\x0b\x32\x17.DipsAPI.DataDescriptor\x12&\n\x06\x46ormat\x18\x02 \x01(\x0b\x32\x16.DipsAPI.DataFormatter\"\x85\x01\n\x1bGlobalPlaneEntityVisibility\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12&\n\x05\x43olor\x18\x02 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12+\n\x0cPlaneOptions\x18\x03 \x01(\x0b\x32\x15.DipsAPI.PlaneOptions\"\x9f\x01\n\x12HistogramChartView\x12\x10\n\x08ViewName\x18\x01 \x01(\t\x12=\n\x15HistogramPlotSettings\x18\x02 \x01(\x0b\x32\x1e.DipsAPI.HistogramPlotSettings\x12\x38\n\x0c\x41\x63tiveFilter\x18\x03 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"\xe5\x01\n\x15HistogramPlotSettings\x12/\n\x0eSelectedColumn\x18\x01 \x01(\x0b\x32\x17.DipsAPI.DataDescriptor\x12\x0f\n\x07NumBins\x18\x02 \x01(\x05\x12\x1f\n\x17ShowBestFitDistribution\x18\x03 \x01(\x08\x12\x1d\n\x15ShowRelativeFrequency\x18\x04 \x01(\x08\x12\x36\n\rCustomOptions\x18\x05 \x01(\x0b\x32\x1f.DipsAPI.CustomHistogramOptions\x12\x12\n\nIsWeighted\x18\x06 \x01(\x08\"l\n\x1cIntersectionEntityVisibility\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x39\n\x13IntersectionOptions\x18\x02 \x01(\x0b\x32\x1c.DipsAPI.IntersectionOptions\"x\n\x13IntersectionOptions\x12\x34\n\x10IntersectionType\x18\x01 \x01(\x0e\x32\x1a.DipsAPI.eIntersectionType\x12+\n\x0cSetVersusSet\x18\x02 \x01(\x0b\x32\x15.DipsAPI.SetVersusSet\"\x9f\x01\n\x08Interval\x12\x30\n\x0eIntervalOption\x18\x01 \x01(\x0e\x32\x18.DipsAPI.eIntervalOption\x12-\n\x10\x44istanceInterval\x18\x02 \x01(\x0b\x32\x13.DipsAPI.LengthData\x12\x32\n\x15\x44istanceMoveIncrement\x18\x03 \x01(\x0b\x32\x13.DipsAPI.LengthData\"\x98\x01\n\x1eJointFrequencyAnalysisSettings\x12#\n\x08Interval\x18\x01 \x01(\x0b\x32\x11.DipsAPI.Interval\x12=\n\tTraverses\x18\x02 \x03(\x0b\x32*.DipsAPI.ProtoReference_OrientationDataSet\x12\x12\n\nIsWeighted\x18\x04 \x01(\x08\"\xb6\x01\n\x17JointFrequencyChartView\x12\x10\n\x08ViewName\x18\x01 \x01(\t\x12O\n\x1eJointFrequencyAnalysisSettings\x18\x02 \x01(\x0b\x32\'.DipsAPI.JointFrequencyAnalysisSettings\x12\x38\n\x0c\x41\x63tiveFilter\x18\x03 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"\xb0\x02\n\x1cJointSpacingAnalysisSettings\x12.\n\rSpacingOption\x18\x01 \x01(\x0e\x32\x17.DipsAPI.eSpacingOption\x12\x32\n\x03Set\x18\x02 \x01(\x0b\x32%.DipsAPI.ProtoReference_SetEntityInfo\x12=\n\tTraverses\x18\x03 \x03(\x0b\x32*.DipsAPI.ProtoReference_OrientationDataSet\x12\x14\n\x0cNumIntervals\x18\x04 \x01(\x05\x12\x1f\n\x17ShowBestFitDistribution\x18\x05 \x01(\x08\x12\x36\n\rCustomOptions\x18\x06 \x01(\x0b\x32\x1f.DipsAPI.CustomHistogramOptions\"\xb0\x01\n\x15JointSpacingChartView\x12\x10\n\x08ViewName\x18\x01 \x01(\t\x12K\n\x1cJointSpacingAnalysisSettings\x18\x02 \x01(\x0b\x32%.DipsAPI.JointSpacingAnalysisSettings\x12\x38\n\x0c\x41\x63tiveFilter\x18\x03 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"X\n!KinematicAnalysisEntityVisibility\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12 \n\x18HighlightCriticalVectors\x18\x02 \x01(\x08\"\xfe\x01\n\x19KinematicAnalysisSettings\x12\x36\n\x11\x46\x61ilureModeOption\x18\x01 \x01(\x0e\x32\x1b.DipsAPI.eFailureModeOption\x12$\n\x08SlopeDip\x18\x02 \x01(\x0b\x32\x12.DipsAPI.AngleData\x12-\n\x11SlopeDipDirection\x18\x03 \x01(\x0b\x32\x12.DipsAPI.AngleData\x12)\n\rFrictionAngle\x18\x04 \x01(\x0b\x32\x12.DipsAPI.AngleData\x12)\n\rLateralLimits\x18\x05 \x01(\x0b\x32\x12.DipsAPI.AngleData\"A\n\x07LatLong\x12\x11\n\tLongitude\x18\x01 \x01(\x01\x12\x10\n\x08Latitude\x18\x02 \x01(\x01\x12\x11\n\tElevation\x18\x03 \x01(\x01\"H\n\nLengthData\x12\x0e\n\x06Length\x18\x01 \x01(\x01\x12*\n\nLengthUnit\x18\x02 \x01(\x0b\x32\x16.DipsAPI.DataFormatter\"K\n\nLineFormat\x12*\n\tLineColor\x18\x01 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12\x11\n\tLineWidth\x18\x02 \x01(\x05\"\xbd\x01\n(LineIntersectionCalculatorToolEntityInfo\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x0c\n\x04Name\x18\x02 \x01(\t\x12&\n\x05\x43olor\x18\x03 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12#\n\x05Pole1\x18\x04 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\x12#\n\x05Pole2\x18\x05 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\"\xbd\x01\n\x12LineToolEntityInfo\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x0c\n\x04Name\x18\x02 \x01(\t\x12)\n\x0b\x41nchorPoint\x18\x03 \x01(\x0b\x32\x14.DipsAPI.AnchorPoint\x12\x32\n\x14\x41nchorPointSecondary\x18\x04 \x01(\x0b\x32\x14.DipsAPI.AnchorPoint\x12\'\n\nLineFormat\x18\x05 \x01(\x0b\x32\x13.DipsAPI.LineFormat\"_\n\tLineation\x12!\n\x05\x41ngle\x18\x01 \x01(\x0b\x32\x12.DipsAPI.AngleData\x12/\n\tDirection\x18\x02 \x01(\x0e\x32\x1c.DipsAPI.eLineationDirection\"\x1c\n\x0bList_Double\x12\r\n\x05items\x18\x01 \x03(\x01\";\n\x12List_ProcessedData\x12%\n\x05items\x18\x01 \x03(\x0b\x32\x16.DipsAPI.ProcessedData\"e\n\'List_ProtoReference_ArrowToolEntityInfo\x12:\n\x05items\x18\x01 \x03(\x0b\x32+.DipsAPI.ProtoReference_ArrowToolEntityInfo\"c\n&List_ProtoReference_ConeToolEntityInfo\x12\x39\n\x05items\x18\x01 \x03(\x0b\x32*.DipsAPI.ProtoReference_ConeToolEntityInfo\"e\n\'List_ProtoReference_CumulativeChartView\x12:\n\x05items\x18\x01 \x03(\x0b\x32+.DipsAPI.ProtoReference_CumulativeChartView\"S\n\x1eList_ProtoReference_DataFilter\x12\x31\n\x05items\x18\x01 \x03(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"i\n)List_ProtoReference_EllipseToolEntityInfo\x12<\n\x05items\x18\x01 \x03(\x0b\x32-.DipsAPI.ProtoReference_EllipseToolEntityInfo\"g\n(List_ProtoReference_FoldEntityVisibility\x12;\n\x05items\x18\x01 \x03(\x0b\x32,.DipsAPI.ProtoReference_FoldEntityVisibility\"s\n.List_ProtoReference_FoldWindowEntityVisibility\x12\x41\n\x05items\x18\x01 \x03(\x0b\x32\x32.DipsAPI.ProtoReference_FoldWindowEntityVisibility\"c\n&List_ProtoReference_HistogramChartView\x12\x39\n\x05items\x18\x01 \x03(\x0b\x32*.DipsAPI.ProtoReference_HistogramChartView\"m\n+List_ProtoReference_JointFrequencyChartView\x12>\n\x05items\x18\x01 \x03(\x0b\x32/.DipsAPI.ProtoReference_JointFrequencyChartView\"i\n)List_ProtoReference_JointSpacingChartView\x12<\n\x05items\x18\x01 \x03(\x0b\x32-.DipsAPI.ProtoReference_JointSpacingChartView\"\x8f\x01\n<List_ProtoReference_LineIntersectionCalculatorToolEntityInfo\x12O\n\x05items\x18\x01 \x03(\x0b\x32@.DipsAPI.ProtoReference_LineIntersectionCalculatorToolEntityInfo\"c\n&List_ProtoReference_LineToolEntityInfo\x12\x39\n\x05items\x18\x01 \x03(\x0b\x32*.DipsAPI.ProtoReference_LineToolEntityInfo\"s\n.List_ProtoReference_MeasureAngleToolEntityInfo\x12\x41\n\x05items\x18\x01 \x03(\x0b\x32\x32.DipsAPI.ProtoReference_MeasureAngleToolEntityInfo\"c\n&List_ProtoReference_OrientationDataSet\x12\x39\n\x05items\x18\x01 \x03(\x0b\x32*.DipsAPI.ProtoReference_OrientationDataSet\"m\n+List_ProtoReference_PitchGridToolEntityInfo\x12>\n\x05items\x18\x01 \x03(\x0b\x32/.DipsAPI.ProtoReference_PitchGridToolEntityInfo\"i\n)List_ProtoReference_PlaneEntityVisibility\x12<\n\x05items\x18\x01 \x03(\x0b\x32-.DipsAPI.ProtoReference_PlaneEntityVisibility\"\x91\x01\n=List_ProtoReference_PlaneIntersectionCalculatorToolEntityInfo\x12P\n\x05items\x18\x01 \x03(\x0b\x32\x41.DipsAPI.ProtoReference_PlaneIntersectionCalculatorToolEntityInfo\"i\n)List_ProtoReference_PolygonToolEntityInfo\x12<\n\x05items\x18\x01 \x03(\x0b\x32-.DipsAPI.ProtoReference_PolygonToolEntityInfo\"k\n*List_ProtoReference_PolylineToolEntityInfo\x12=\n\x05items\x18\x01 \x03(\x0b\x32..DipsAPI.ProtoReference_PolylineToolEntityInfo\"\x7f\n4List_ProtoReference_QualitativeQuantitativeChartView\x12G\n\x05items\x18\x01 \x03(\x0b\x32\x38.DipsAPI.ProtoReference_QualitativeQuantitativeChartView\"g\n(List_ProtoReference_RQDAnalysisChartView\x12;\n\x05items\x18\x01 \x03(\x0b\x32,.DipsAPI.ProtoReference_RQDAnalysisChartView\"m\n+List_ProtoReference_RectangleToolEntityInfo\x12>\n\x05items\x18\x01 \x03(\x0b\x32/.DipsAPI.ProtoReference_RectangleToolEntityInfo\"U\n\x1fList_ProtoReference_RosetteView\x12\x32\n\x05items\x18\x01 \x03(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\"_\n$List_ProtoReference_ScatterChartView\x12\x37\n\x05items\x18\x01 \x03(\x0b\x32(.DipsAPI.ProtoReference_ScatterChartView\"Y\n!List_ProtoReference_SetEntityInfo\x12\x34\n\x05items\x18\x01 \x03(\x0b\x32%.DipsAPI.ProtoReference_SetEntityInfo\"e\n\'List_ProtoReference_SetEntityVisibility\x12:\n\x05items\x18\x01 \x03(\x0b\x32+.DipsAPI.ProtoReference_SetEntityVisibility\"q\n-List_ProtoReference_SetWindowEntityVisibility\x12@\n\x05items\x18\x01 \x03(\x0b\x32\x31.DipsAPI.ProtoReference_SetWindowEntityVisibility\"]\n#List_ProtoReference_Stereonet2DView\x12\x36\n\x05items\x18\x01 \x03(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\"]\n#List_ProtoReference_Stereonet3DView\x12\x36\n\x05items\x18\x01 \x03(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\"c\n&List_ProtoReference_TextToolEntityInfo\x12\x39\n\x05items\x18\x01 \x03(\x0b\x32*.DipsAPI.ProtoReference_TextToolEntityInfo\"o\n,List_ProtoReference_TraverseEntityVisibility\x12?\n\x05items\x18\x01 \x03(\x0b\x32\x30.DipsAPI.ProtoReference_TraverseEntityVisibility\"m\n+List_ProtoReference_TrendLineToolEntityInfo\x12>\n\x05items\x18\x01 \x03(\x0b\x32/.DipsAPI.ProtoReference_TrendLineToolEntityInfo\"\x1c\n\x0bList_String\x12\r\n\x05items\x18\x01 \x03(\t\"\xaf\x01\n\x1aMeasureAngleToolEntityInfo\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x0c\n\x04Name\x18\x02 \x01(\t\x12&\n\x05\x43olor\x18\x03 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12#\n\x05Pole1\x18\x04 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\x12#\n\x05Pole2\x18\x05 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\"\x89\t\n\x12OrientationDataSet\x12\x0c\n\x04Name\x18\x01 \x01(\t\x12:\n\x13OrientationDataType\x18\x02 \x01(\x0e\x32\x1d.DipsAPI.eOrientationDataType\x12>\n\x15OrientationConvention\x18\x03 \x01(\x0e\x32\x1f.DipsAPI.eOrientationConvention\x12K\n\"DiscontinuityOrientationConvention\x18\x04 \x01(\x0e\x32\x1f.DipsAPI.eOrientationConvention\x12(\n\x0eGlobalPosition\x18\x05 \x01(\x0b\x32\x10.DipsAPI.LatLong\x12\'\n\rLocalPosition\x18\x06 \x01(\x0b\x32\x10.DipsAPI.Vector3\x12#\n\x07Orient1\x18\x07 \x01(\x0b\x32\x12.DipsAPI.AngleData\x12#\n\x07Orient2\x18\x08 \x01(\x0b\x32\x12.DipsAPI.AngleData\x12#\n\x07Orient3\x18\t \x01(\x0b\x32\x12.DipsAPI.AngleData\x12\'\n\x0b\x44\x65\x63lination\x18\n \x01(\x0b\x32\x12.DipsAPI.AngleData\x12\x31\n\x0e\x44\x65SurveyOption\x18\x0b \x01(\x0e\x32\x19.DipsAPI.eDeSurveryOption\x12\x35\n\x15TraverseElevationUnit\x18\x0c \x01(\x0b\x32\x16.DipsAPI.DataFormatter\x12/\n\x0fTraverseXYZUnit\x18\r \x01(\x0b\x32\x16.DipsAPI.DataFormatter\x12\x31\n\x11TraverseDepthUnit\x18\x0e \x01(\x0b\x32\x16.DipsAPI.DataFormatter\x12\x32\n\x12SurveyDistanceUnit\x18\x0f \x01(\x0b\x32\x16.DipsAPI.DataFormatter\x12\x39\n\x19\x44iscontinuityDistanceUnit\x18\x10 \x01(\x0b\x32\x16.DipsAPI.DataFormatter\x12\x34\n\x14\x44iscontinuityXYZUnit\x18\x11 \x01(\x0b\x32\x16.DipsAPI.DataFormatter\x12<\n\x1c\x44iscontinuityPersistenceUnit\x18\x12 \x01(\x0b\x32\x16.DipsAPI.DataFormatter\x12\x42\n\x19\x44iscontinuityExtraColumns\x18\x13 \x01(\x0b\x32\x1f.DipsAPI.CustomColumnCollection\x12\x35\n\x11\x44iscontinuityList\x18\x14 \x03(\x0b\x32\x1a.DipsAPI.DiscontinuityData\x12;\n\x12SurveyExtraColumns\x18\x15 \x01(\x0b\x32\x1f.DipsAPI.CustomColumnCollection\x12\'\n\nSurveyList\x18\x16 \x03(\x0b\x32\x13.DipsAPI.SurveyData\x12\r\n\x05\x44\x65pth\x18\x17 \x01(\x01\x12\x10\n\x08\x43omments\x18\x18 \x01(\t\"\x86\x01\n\x17PitchGridToolEntityInfo\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x0c\n\x04Name\x18\x02 \x01(\t\x12&\n\x05\x43olor\x18\x03 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12\"\n\x04Pole\x18\x04 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\"Y\n\x05Plane\x12\n\n\x02ID\x18\x01 \x01(\t\x12\"\n\x04Pole\x18\x02 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\x12\x10\n\x08Quantity\x18\x03 \x01(\x01\x12\x0e\n\x06Weight\x18\x04 \x01(\x01\"X\n\x0fPlaneEntityInfo\x12&\n\x05\x43olor\x18\x01 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12\x1d\n\x05Plane\x18\x02 \x01(\x0b\x32\x0e.DipsAPI.Plane\"\xa3\x01\n\x15PlaneEntityVisibility\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x30\n\x07Options\x18\x02 \x01(\x0b\x32\x1f.DipsAPI.UserPlaneEntityOptions\x12\x45\n\x14PlaneEntityReference\x18\x03 \x01(\x0b\x32\'.DipsAPI.ProtoReference_PlaneEntityInfo\"\xbe\x01\n)PlaneIntersectionCalculatorToolEntityInfo\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x0c\n\x04Name\x18\x02 \x01(\t\x12&\n\x05\x43olor\x18\x03 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12#\n\x05Pole1\x18\x04 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\x12#\n\x05Pole2\x18\x05 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\"\x99\x01\n\x0cPlaneOptions\x12\x11\n\tShowPlane\x18\x01 \x01(\x08\x12\x17\n\x0fShowMarkerTicks\x18\x02 \x01(\x08\x12\x10\n\x08ShowPole\x18\x03 \x01(\x08\x12\x1c\n\x14ShowDaylightEnvelope\x18\x04 \x01(\x08\x12\x15\n\rShowPoleLabel\x18\x05 \x01(\x08\x12\x16\n\x0eShowPlaneLabel\x18\x06 \x01(\x08\"n\n\x11PoleEntityOptions\x12$\n\x08PoleMode\x18\x01 \x01(\x0e\x32\x12.DipsAPI.ePoleMode\x12\x16\n\x0eShowPolePlanes\x18\x02 \x01(\x08\x12\x1b\n\x13ShowPoleVectorLines\x18\x03 \x01(\x08\"V\n\x14PoleEntityVisibility\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12+\n\x07Options\x18\x02 \x01(\x0b\x32\x1a.DipsAPI.PoleEntityOptions\"\xad\x01\n\x15PolygonToolEntityInfo\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x0c\n\x04Name\x18\x02 \x01(\t\x12\'\n\nLineFormat\x18\x03 \x01(\x0b\x32\x13.DipsAPI.LineFormat\x12\'\n\nFillFormat\x18\x04 \x01(\x0b\x32\x13.DipsAPI.FillFormat\x12!\n\x06Points\x18\x05 \x03(\x0b\x32\x11.DipsAPI.Vector2D\"\x85\x01\n\x16PolylineToolEntityInfo\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x0c\n\x04Name\x18\x02 \x01(\t\x12\'\n\nLineFormat\x18\x03 \x01(\x0b\x32\x13.DipsAPI.LineFormat\x12!\n\x06Points\x18\x04 \x03(\x0b\x32\x11.DipsAPI.Vector2D\"\\\n\rProcessedData\x12)\n\x0bOrientation\x18\x01 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\x12\x0e\n\x06Weight\x18\x02 \x01(\x01\x12\x10\n\x08Quantity\x18\x03 \x01(\x01\"\n\n\x08ProjStub\"s\n6ProtoMemberFunction_ProtoReference_ArrowToolEntityInfo\x12\x39\n\x04This\x18\x01 \x01(\x0b\x32+.DipsAPI.ProtoReference_ArrowToolEntityInfo\"\xb5\x01\nJProtoMemberFunction_ProtoReference_ArrowToolEntityInfo_ArrowToolEntityInfo\x12\x39\n\x04This\x18\x01 \x01(\x0b\x32+.DipsAPI.ProtoReference_ArrowToolEntityInfo\x12,\n\x06Input1\x18\x02 \x01(\x0b\x32\x1c.DipsAPI.ArrowToolEntityInfo\"\x8b\x01\n>ProtoMemberFunction_ProtoReference_ArrowToolEntityInfo_Boolean\x12\x39\n\x04This\x18\x01 \x01(\x0b\x32+.DipsAPI.ProtoReference_ArrowToolEntityInfo\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"q\n5ProtoMemberFunction_ProtoReference_ConeToolEntityInfo\x12\x38\n\x04This\x18\x01 \x01(\x0b\x32*.DipsAPI.ProtoReference_ConeToolEntityInfo\"\x89\x01\n=ProtoMemberFunction_ProtoReference_ConeToolEntityInfo_Boolean\x12\x38\n\x04This\x18\x01 \x01(\x0b\x32*.DipsAPI.ProtoReference_ConeToolEntityInfo\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xb1\x01\nHProtoMemberFunction_ProtoReference_ConeToolEntityInfo_ConeToolEntityInfo\x12\x38\n\x04This\x18\x01 \x01(\x0b\x32*.DipsAPI.ProtoReference_ConeToolEntityInfo\x12+\n\x06Input1\x18\x02 \x01(\x0b\x32\x1b.DipsAPI.ConeToolEntityInfo\"s\n6ProtoMemberFunction_ProtoReference_CumulativeChartView\x12\x39\n\x04This\x18\x01 \x01(\x0b\x32+.DipsAPI.ProtoReference_CumulativeChartView\"\xc1\x01\nPProtoMemberFunction_ProtoReference_CumulativeChartView_ProtoReference_DataFilter\x12\x39\n\x04This\x18\x01 \x01(\x0b\x32+.DipsAPI.ProtoReference_CumulativeChartView\x12\x32\n\x06Input1\x18\x02 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"w\n8ProtoMemberFunction_ProtoReference_EllipseToolEntityInfo\x12;\n\x04This\x18\x01 \x01(\x0b\x32-.DipsAPI.ProtoReference_EllipseToolEntityInfo\"\x8f\x01\n@ProtoMemberFunction_ProtoReference_EllipseToolEntityInfo_Boolean\x12;\n\x04This\x18\x01 \x01(\x0b\x32-.DipsAPI.ProtoReference_EllipseToolEntityInfo\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xbd\x01\nNProtoMemberFunction_ProtoReference_EllipseToolEntityInfo_EllipseToolEntityInfo\x12;\n\x04This\x18\x01 \x01(\x0b\x32-.DipsAPI.ProtoReference_EllipseToolEntityInfo\x12.\n\x06Input1\x18\x02 \x01(\x0b\x32\x1e.DipsAPI.EllipseToolEntityInfo\"\x8d\x01\n?ProtoMemberFunction_ProtoReference_FoldEntityVisibility_Boolean\x12:\n\x04This\x18\x01 \x01(\x0b\x32,.DipsAPI.ProtoReference_FoldEntityVisibility\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xb9\x01\nLProtoMemberFunction_ProtoReference_FoldEntityVisibility_FoldEntityVisibility\x12:\n\x04This\x18\x01 \x01(\x0b\x32,.DipsAPI.ProtoReference_FoldEntityVisibility\x12-\n\x06Input1\x18\x02 \x01(\x0b\x32\x1d.DipsAPI.FoldEntityVisibility\"\x99\x01\nEProtoMemberFunction_ProtoReference_FoldWindowEntityVisibility_Boolean\x12@\n\x04This\x18\x01 \x01(\x0b\x32\x32.DipsAPI.ProtoReference_FoldWindowEntityVisibility\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"q\n5ProtoMemberFunction_ProtoReference_HistogramChartView\x12\x38\n\x04This\x18\x01 \x01(\x0b\x32*.DipsAPI.ProtoReference_HistogramChartView\"\xbf\x01\nOProtoMemberFunction_ProtoReference_HistogramChartView_ProtoReference_DataFilter\x12\x38\n\x04This\x18\x01 \x01(\x0b\x32*.DipsAPI.ProtoReference_HistogramChartView\x12\x32\n\x06Input1\x18\x02 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"{\n:ProtoMemberFunction_ProtoReference_JointFrequencyChartView\x12=\n\x04This\x18\x01 \x01(\x0b\x32/.DipsAPI.ProtoReference_JointFrequencyChartView\"\xc9\x01\nTProtoMemberFunction_ProtoReference_JointFrequencyChartView_ProtoReference_DataFilter\x12=\n\x04This\x18\x01 \x01(\x0b\x32/.DipsAPI.ProtoReference_JointFrequencyChartView\x12\x32\n\x06Input1\x18\x02 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"w\n8ProtoMemberFunction_ProtoReference_JointSpacingChartView\x12;\n\x04This\x18\x01 \x01(\x0b\x32-.DipsAPI.ProtoReference_JointSpacingChartView\"\xc5\x01\nRProtoMemberFunction_ProtoReference_JointSpacingChartView_ProtoReference_DataFilter\x12;\n\x04This\x18\x01 \x01(\x0b\x32-.DipsAPI.ProtoReference_JointSpacingChartView\x12\x32\n\x06Input1\x18\x02 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"\x9d\x01\nKProtoMemberFunction_ProtoReference_LineIntersectionCalculatorToolEntityInfo\x12N\n\x04This\x18\x01 \x01(\x0b\x32@.DipsAPI.ProtoReference_LineIntersectionCalculatorToolEntityInfo\"\xb5\x01\nSProtoMemberFunction_ProtoReference_LineIntersectionCalculatorToolEntityInfo_Boolean\x12N\n\x04This\x18\x01 \x01(\x0b\x32@.DipsAPI.ProtoReference_LineIntersectionCalculatorToolEntityInfo\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\x89\x02\ntProtoMemberFunction_ProtoReference_LineIntersectionCalculatorToolEntityInfo_LineIntersectionCalculatorToolEntityInfo\x12N\n\x04This\x18\x01 \x01(\x0b\x32@.DipsAPI.ProtoReference_LineIntersectionCalculatorToolEntityInfo\x12\x41\n\x06Input1\x18\x02 \x01(\x0b\x32\x31.DipsAPI.LineIntersectionCalculatorToolEntityInfo\"q\n5ProtoMemberFunction_ProtoReference_LineToolEntityInfo\x12\x38\n\x04This\x18\x01 \x01(\x0b\x32*.DipsAPI.ProtoReference_LineToolEntityInfo\"\x89\x01\n=ProtoMemberFunction_ProtoReference_LineToolEntityInfo_Boolean\x12\x38\n\x04This\x18\x01 \x01(\x0b\x32*.DipsAPI.ProtoReference_LineToolEntityInfo\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xb1\x01\nHProtoMemberFunction_ProtoReference_LineToolEntityInfo_LineToolEntityInfo\x12\x38\n\x04This\x18\x01 \x01(\x0b\x32*.DipsAPI.ProtoReference_LineToolEntityInfo\x12+\n\x06Input1\x18\x02 \x01(\x0b\x32\x1b.DipsAPI.LineToolEntityInfo\"\x81\x01\n=ProtoMemberFunction_ProtoReference_MeasureAngleToolEntityInfo\x12@\n\x04This\x18\x01 \x01(\x0b\x32\x32.DipsAPI.ProtoReference_MeasureAngleToolEntityInfo\"\x99\x01\nEProtoMemberFunction_ProtoReference_MeasureAngleToolEntityInfo_Boolean\x12@\n\x04This\x18\x01 \x01(\x0b\x32\x32.DipsAPI.ProtoReference_MeasureAngleToolEntityInfo\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xd1\x01\nXProtoMemberFunction_ProtoReference_MeasureAngleToolEntityInfo_MeasureAngleToolEntityInfo\x12@\n\x04This\x18\x01 \x01(\x0b\x32\x32.DipsAPI.ProtoReference_MeasureAngleToolEntityInfo\x12\x33\n\x06Input1\x18\x02 \x01(\x0b\x32#.DipsAPI.MeasureAngleToolEntityInfo\"{\n:ProtoMemberFunction_ProtoReference_PitchGridToolEntityInfo\x12=\n\x04This\x18\x01 \x01(\x0b\x32/.DipsAPI.ProtoReference_PitchGridToolEntityInfo\"\x93\x01\nBProtoMemberFunction_ProtoReference_PitchGridToolEntityInfo_Boolean\x12=\n\x04This\x18\x01 \x01(\x0b\x32/.DipsAPI.ProtoReference_PitchGridToolEntityInfo\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xc5\x01\nRProtoMemberFunction_ProtoReference_PitchGridToolEntityInfo_PitchGridToolEntityInfo\x12=\n\x04This\x18\x01 \x01(\x0b\x32/.DipsAPI.ProtoReference_PitchGridToolEntityInfo\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.PitchGridToolEntityInfo\"\x8f\x01\n@ProtoMemberFunction_ProtoReference_PlaneEntityVisibility_Boolean\x12;\n\x04This\x18\x01 \x01(\x0b\x32-.DipsAPI.ProtoReference_PlaneEntityVisibility\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xbd\x01\nNProtoMemberFunction_ProtoReference_PlaneEntityVisibility_PlaneEntityVisibility\x12;\n\x04This\x18\x01 \x01(\x0b\x32-.DipsAPI.ProtoReference_PlaneEntityVisibility\x12.\n\x06Input1\x18\x02 \x01(\x0b\x32\x1e.DipsAPI.PlaneEntityVisibility\"\x9f\x01\nLProtoMemberFunction_ProtoReference_PlaneIntersectionCalculatorToolEntityInfo\x12O\n\x04This\x18\x01 \x01(\x0b\x32\x41.DipsAPI.ProtoReference_PlaneIntersectionCalculatorToolEntityInfo\"\xb7\x01\nTProtoMemberFunction_ProtoReference_PlaneIntersectionCalculatorToolEntityInfo_Boolean\x12O\n\x04This\x18\x01 \x01(\x0b\x32\x41.DipsAPI.ProtoReference_PlaneIntersectionCalculatorToolEntityInfo\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\x8d\x02\nvProtoMemberFunction_ProtoReference_PlaneIntersectionCalculatorToolEntityInfo_PlaneIntersectionCalculatorToolEntityInfo\x12O\n\x04This\x18\x01 \x01(\x0b\x32\x41.DipsAPI.ProtoReference_PlaneIntersectionCalculatorToolEntityInfo\x12\x42\n\x06Input1\x18\x02 \x01(\x0b\x32\x32.DipsAPI.PlaneIntersectionCalculatorToolEntityInfo\"w\n8ProtoMemberFunction_ProtoReference_PolygonToolEntityInfo\x12;\n\x04This\x18\x01 \x01(\x0b\x32-.DipsAPI.ProtoReference_PolygonToolEntityInfo\"\x8f\x01\n@ProtoMemberFunction_ProtoReference_PolygonToolEntityInfo_Boolean\x12;\n\x04This\x18\x01 \x01(\x0b\x32-.DipsAPI.ProtoReference_PolygonToolEntityInfo\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xbd\x01\nNProtoMemberFunction_ProtoReference_PolygonToolEntityInfo_PolygonToolEntityInfo\x12;\n\x04This\x18\x01 \x01(\x0b\x32-.DipsAPI.ProtoReference_PolygonToolEntityInfo\x12.\n\x06Input1\x18\x02 \x01(\x0b\x32\x1e.DipsAPI.PolygonToolEntityInfo\"y\n9ProtoMemberFunction_ProtoReference_PolylineToolEntityInfo\x12<\n\x04This\x18\x01 \x01(\x0b\x32..DipsAPI.ProtoReference_PolylineToolEntityInfo\"\x91\x01\nAProtoMemberFunction_ProtoReference_PolylineToolEntityInfo_Boolean\x12<\n\x04This\x18\x01 \x01(\x0b\x32..DipsAPI.ProtoReference_PolylineToolEntityInfo\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xc1\x01\nPProtoMemberFunction_ProtoReference_PolylineToolEntityInfo_PolylineToolEntityInfo\x12<\n\x04This\x18\x01 \x01(\x0b\x32..DipsAPI.ProtoReference_PolylineToolEntityInfo\x12/\n\x06Input1\x18\x02 \x01(\x0b\x32\x1f.DipsAPI.PolylineToolEntityInfo\"]\n+ProtoMemberFunction_ProtoReference_ProjStub\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\"\x9f\x01\n?ProtoMemberFunction_ProtoReference_ProjStub_CumulativeChartView\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12,\n\x06Input1\x18\x02 \x01(\x0b\x32\x1c.DipsAPI.CumulativeChartView\"\x95\x01\n:ProtoMemberFunction_ProtoReference_ProjStub_DataDescriptor\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12\'\n\x06Input1\x18\x02 \x01(\x0b\x32\x17.DipsAPI.DataDescriptor\"\x95\x01\n:ProtoMemberFunction_ProtoReference_ProjStub_FoldEntityInfo\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12\'\n\x06Input1\x18\x02 \x01(\x0b\x32\x17.DipsAPI.FoldEntityInfo\"\x9d\x01\n>ProtoMemberFunction_ProtoReference_ProjStub_HistogramChartView\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12+\n\x06Input1\x18\x02 \x01(\x0b\x32\x1b.DipsAPI.HistogramChartView\"\xa7\x01\nCProtoMemberFunction_ProtoReference_ProjStub_JointFrequencyChartView\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.JointFrequencyChartView\"\xa3\x01\nAProtoMemberFunction_ProtoReference_ProjStub_JointSpacingChartView\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12.\n\x06Input1\x18\x02 \x01(\x0b\x32\x1e.DipsAPI.JointSpacingChartView\"\x9d\x01\n>ProtoMemberFunction_ProtoReference_ProjStub_OrientationDataSet\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12+\n\x06Input1\x18\x02 \x01(\x0b\x32\x1b.DipsAPI.OrientationDataSet\"\x97\x01\n;ProtoMemberFunction_ProtoReference_ProjStub_PlaneEntityInfo\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12(\n\x06Input1\x18\x02 \x01(\x0b\x32\x18.DipsAPI.PlaneEntityInfo\"\xbb\x01\nMProtoMemberFunction_ProtoReference_ProjStub_ProtoReference_OrientationDataSet\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12:\n\x06Input1\x18\x02 \x01(\x0b\x32*.DipsAPI.ProtoReference_OrientationDataSet\"\xb1\x01\nHProtoMemberFunction_ProtoReference_ProjStub_ProtoReference_SetEntityInfo\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12\x35\n\x06Input1\x18\x02 \x01(\x0b\x32%.DipsAPI.ProtoReference_SetEntityInfo\"\xb9\x01\nLProtoMemberFunction_ProtoReference_ProjStub_QualitativeQuantitativeChartView\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12\x39\n\x06Input1\x18\x02 \x01(\x0b\x32).DipsAPI.QualitativeQuantitativeChartView\"\xa1\x01\n@ProtoMemberFunction_ProtoReference_ProjStub_RQDAnalysisChartView\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12-\n\x06Input1\x18\x02 \x01(\x0b\x32\x1d.DipsAPI.RQDAnalysisChartView\"\x99\x01\n<ProtoMemberFunction_ProtoReference_ProjStub_ScatterChartView\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12)\n\x06Input1\x18\x02 \x01(\x0b\x32\x19.DipsAPI.ScatterChartView\"\x93\x01\n9ProtoMemberFunction_ProtoReference_ProjStub_SetEntityInfo\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12&\n\x06Input1\x18\x02 \x01(\x0b\x32\x16.DipsAPI.SetEntityInfo\"t\n2ProtoMemberFunction_ProtoReference_ProjStub_String\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12\x0e\n\x06Input1\x18\x02 \x01(\t\"\x9b\x01\n=ProtoMemberFunction_ProtoReference_ProjStub_WeightingSettings\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12*\n\x06Input1\x18\x02 \x01(\x0b\x32\x1a.DipsAPI.WeightingSettings\"\xa5\x01\nBProtoMemberFunction_ProtoReference_ProjStub_eOrientationConvention\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12/\n\x06Input1\x18\x02 \x01(\x0e\x32\x1f.DipsAPI.eOrientationConvention\"\x8f\x01\n7ProtoMemberFunction_ProtoReference_ProjStub_eUnitSystem\x12.\n\x04This\x18\x01 \x01(\x0b\x32 .DipsAPI.ProtoReference_ProjStub\x12$\n\x06Input1\x18\x02 \x01(\x0e\x32\x14.DipsAPI.eUnitSystem\"\x8d\x01\nCProtoMemberFunction_ProtoReference_QualitativeQuantitativeChartView\x12\x46\n\x04This\x18\x01 \x01(\x0b\x32\x38.DipsAPI.ProtoReference_QualitativeQuantitativeChartView\"\xdb\x01\n]ProtoMemberFunction_ProtoReference_QualitativeQuantitativeChartView_ProtoReference_DataFilter\x12\x46\n\x04This\x18\x01 \x01(\x0b\x32\x38.DipsAPI.ProtoReference_QualitativeQuantitativeChartView\x12\x32\n\x06Input1\x18\x02 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"u\n7ProtoMemberFunction_ProtoReference_RQDAnalysisChartView\x12:\n\x04This\x18\x01 \x01(\x0b\x32,.DipsAPI.ProtoReference_RQDAnalysisChartView\"\xc3\x01\nQProtoMemberFunction_ProtoReference_RQDAnalysisChartView_ProtoReference_DataFilter\x12:\n\x04This\x18\x01 \x01(\x0b\x32,.DipsAPI.ProtoReference_RQDAnalysisChartView\x12\x32\n\x06Input1\x18\x02 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"{\n:ProtoMemberFunction_ProtoReference_RectangleToolEntityInfo\x12=\n\x04This\x18\x01 \x01(\x0b\x32/.DipsAPI.ProtoReference_RectangleToolEntityInfo\"\x93\x01\nBProtoMemberFunction_ProtoReference_RectangleToolEntityInfo_Boolean\x12=\n\x04This\x18\x01 \x01(\x0b\x32/.DipsAPI.ProtoReference_RectangleToolEntityInfo\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xc5\x01\nRProtoMemberFunction_ProtoReference_RectangleToolEntityInfo_RectangleToolEntityInfo\x12=\n\x04This\x18\x01 \x01(\x0b\x32/.DipsAPI.ProtoReference_RectangleToolEntityInfo\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.RectangleToolEntityInfo\"c\n.ProtoMemberFunction_ProtoReference_RosetteView\x12\x31\n\x04This\x18\x01 \x01(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\"\xa5\x01\nBProtoMemberFunction_ProtoReference_RosetteView_ArrowToolEntityInfo\x12\x31\n\x04This\x18\x01 \x01(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\x12,\n\x06Input1\x18\x02 \x01(\x0b\x32\x1c.DipsAPI.ArrowToolEntityInfo\"{\n6ProtoMemberFunction_ProtoReference_RosetteView_Boolean\x12\x31\n\x04This\x18\x01 \x01(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xa9\x01\nDProtoMemberFunction_ProtoReference_RosetteView_EllipseToolEntityInfo\x12\x31\n\x04This\x18\x01 \x01(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\x12.\n\x06Input1\x18\x02 \x01(\x0b\x32\x1e.DipsAPI.EllipseToolEntityInfo\"\xa3\x01\nAProtoMemberFunction_ProtoReference_RosetteView_LineToolEntityInfo\x12\x31\n\x04This\x18\x01 \x01(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\x12+\n\x06Input1\x18\x02 \x01(\x0b\x32\x1b.DipsAPI.LineToolEntityInfo\"\xa9\x01\nDProtoMemberFunction_ProtoReference_RosetteView_PolygonToolEntityInfo\x12\x31\n\x04This\x18\x01 \x01(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\x12.\n\x06Input1\x18\x02 \x01(\x0b\x32\x1e.DipsAPI.PolygonToolEntityInfo\"\xab\x01\nEProtoMemberFunction_ProtoReference_RosetteView_PolylineToolEntityInfo\x12\x31\n\x04This\x18\x01 \x01(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\x12/\n\x06Input1\x18\x02 \x01(\x0b\x32\x1f.DipsAPI.PolylineToolEntityInfo\"\xb1\x01\nHProtoMemberFunction_ProtoReference_RosetteView_ProtoReference_DataFilter\x12\x31\n\x04This\x18\x01 \x01(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\x12\x32\n\x06Input1\x18\x02 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"\xad\x01\nFProtoMemberFunction_ProtoReference_RosetteView_RectangleToolEntityInfo\x12\x31\n\x04This\x18\x01 \x01(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.RectangleToolEntityInfo\"\x9d\x01\n>ProtoMemberFunction_ProtoReference_RosetteView_RosetteSettings\x12\x31\n\x04This\x18\x01 \x01(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\x12(\n\x06Input1\x18\x02 \x01(\x0b\x32\x18.DipsAPI.RosetteSettings\"\xad\x01\nFProtoMemberFunction_ProtoReference_RosetteView_StereonetProjectionMode\x12\x31\n\x04This\x18\x01 \x01(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.StereonetProjectionMode\"\xa3\x01\nAProtoMemberFunction_ProtoReference_RosetteView_TextToolEntityInfo\x12\x31\n\x04This\x18\x01 \x01(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\x12+\n\x06Input1\x18\x02 \x01(\x0b\x32\x1b.DipsAPI.TextToolEntityInfo\"\xad\x01\nFProtoMemberFunction_ProtoReference_RosetteView_TrendLineToolEntityInfo\x12\x31\n\x04This\x18\x01 \x01(\x0b\x32#.DipsAPI.ProtoReference_RosetteView\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.TrendLineToolEntityInfo\"m\n3ProtoMemberFunction_ProtoReference_ScatterChartView\x12\x36\n\x04This\x18\x01 \x01(\x0b\x32(.DipsAPI.ProtoReference_ScatterChartView\"\xbb\x01\nMProtoMemberFunction_ProtoReference_ScatterChartView_ProtoReference_DataFilter\x12\x36\n\x04This\x18\x01 \x01(\x0b\x32(.DipsAPI.ProtoReference_ScatterChartView\x12\x32\n\x06Input1\x18\x02 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"\x8b\x01\n>ProtoMemberFunction_ProtoReference_SetEntityVisibility_Boolean\x12\x39\n\x04This\x18\x01 \x01(\x0b\x32+.DipsAPI.ProtoReference_SetEntityVisibility\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xb5\x01\nJProtoMemberFunction_ProtoReference_SetEntityVisibility_SetEntityVisibility\x12\x39\n\x04This\x18\x01 \x01(\x0b\x32+.DipsAPI.ProtoReference_SetEntityVisibility\x12,\n\x06Input1\x18\x02 \x01(\x0b\x32\x1c.DipsAPI.SetEntityVisibility\"\x97\x01\nDProtoMemberFunction_ProtoReference_SetWindowEntityVisibility_Boolean\x12?\n\x04This\x18\x01 \x01(\x0b\x32\x31.DipsAPI.ProtoReference_SetWindowEntityVisibility\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"k\n2ProtoMemberFunction_ProtoReference_Stereonet2DView\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\"\xad\x01\nFProtoMemberFunction_ProtoReference_Stereonet2DView_ArrowToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12,\n\x06Input1\x18\x02 \x01(\x0b\x32\x1c.DipsAPI.ArrowToolEntityInfo\"\x83\x01\n:ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xab\x01\nEProtoMemberFunction_ProtoReference_Stereonet2DView_ConeToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12+\n\x06Input1\x18\x02 \x01(\x0b\x32\x1b.DipsAPI.ConeToolEntityInfo\"\xb5\x01\nJProtoMemberFunction_ProtoReference_Stereonet2DView_ContourEntityVisibility\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.ContourEntityVisibility\"\xa3\x01\nAProtoMemberFunction_ProtoReference_Stereonet2DView_ContourOptions\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\'\n\x06Input1\x18\x02 \x01(\x0b\x32\x17.DipsAPI.ContourOptions\"\xb1\x01\nHProtoMemberFunction_ProtoReference_Stereonet2DView_EllipseToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12.\n\x06Input1\x18\x02 \x01(\x0b\x32\x1e.DipsAPI.EllipseToolEntityInfo\"\xbd\x01\nNProtoMemberFunction_ProtoReference_Stereonet2DView_GlobalPlaneEntityVisibility\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\x34\n\x06Input1\x18\x02 \x01(\x0b\x32$.DipsAPI.GlobalPlaneEntityVisibility\"\xad\x01\nFProtoMemberFunction_ProtoReference_Stereonet2DView_IntersectionOptions\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12,\n\x06Input1\x18\x02 \x01(\x0b\x32\x1c.DipsAPI.IntersectionOptions\"\xd7\x01\n[ProtoMemberFunction_ProtoReference_Stereonet2DView_LineIntersectionCalculatorToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\x41\n\x06Input1\x18\x02 \x01(\x0b\x32\x31.DipsAPI.LineIntersectionCalculatorToolEntityInfo\"\xab\x01\nEProtoMemberFunction_ProtoReference_Stereonet2DView_LineToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12+\n\x06Input1\x18\x02 \x01(\x0b\x32\x1b.DipsAPI.LineToolEntityInfo\"\xbb\x01\nMProtoMemberFunction_ProtoReference_Stereonet2DView_MeasureAngleToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\x33\n\x06Input1\x18\x02 \x01(\x0b\x32#.DipsAPI.MeasureAngleToolEntityInfo\"\xb5\x01\nJProtoMemberFunction_ProtoReference_Stereonet2DView_PitchGridToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.PitchGridToolEntityInfo\"\xd9\x01\n\\ProtoMemberFunction_ProtoReference_Stereonet2DView_PlaneIntersectionCalculatorToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\x42\n\x06Input1\x18\x02 \x01(\x0b\x32\x32.DipsAPI.PlaneIntersectionCalculatorToolEntityInfo\"\xa9\x01\nDProtoMemberFunction_ProtoReference_Stereonet2DView_PoleEntityOptions\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12*\n\x06Input1\x18\x02 \x01(\x0b\x32\x1a.DipsAPI.PoleEntityOptions\"\xb1\x01\nHProtoMemberFunction_ProtoReference_Stereonet2DView_PolygonToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12.\n\x06Input1\x18\x02 \x01(\x0b\x32\x1e.DipsAPI.PolygonToolEntityInfo\"\xb3\x01\nIProtoMemberFunction_ProtoReference_Stereonet2DView_PolylineToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12/\n\x06Input1\x18\x02 \x01(\x0b\x32\x1f.DipsAPI.PolylineToolEntityInfo\"\xb9\x01\nLProtoMemberFunction_ProtoReference_Stereonet2DView_ProtoReference_DataFilter\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\x32\n\x06Input1\x18\x02 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"\xbd\x01\nNProtoMemberFunction_ProtoReference_Stereonet2DView_QuantitativeContourSettings\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\x34\n\x06Input1\x18\x02 \x01(\x0b\x32$.DipsAPI.QuantitativeContourSettings\"\xb5\x01\nJProtoMemberFunction_ProtoReference_Stereonet2DView_RectangleToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.RectangleToolEntityInfo\"\xc7\x01\nSProtoMemberFunction_ProtoReference_Stereonet2DView_StereonetOverlayEntityVisibility\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\x39\n\x06Input1\x18\x02 \x01(\x0b\x32).DipsAPI.StereonetOverlayEntityVisibility\"\xb5\x01\nJProtoMemberFunction_ProtoReference_Stereonet2DView_StereonetProjectionMode\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.StereonetProjectionMode\"\xab\x01\nEProtoMemberFunction_ProtoReference_Stereonet2DView_TextToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12+\n\x06Input1\x18\x02 \x01(\x0b\x32\x1b.DipsAPI.TextToolEntityInfo\"\xb5\x01\nJProtoMemberFunction_ProtoReference_Stereonet2DView_TrendLineToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.TrendLineToolEntityInfo\"\x9f\x01\n?ProtoMemberFunction_ProtoReference_Stereonet2DView_eContourType\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12%\n\x06Input1\x18\x02 \x01(\x0e\x32\x15.DipsAPI.eContourType\"\x9d\x01\n>ProtoMemberFunction_ProtoReference_Stereonet2DView_eVectorMode\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet2DView\x12$\n\x06Input1\x18\x02 \x01(\x0e\x32\x14.DipsAPI.eVectorMode\"k\n2ProtoMemberFunction_ProtoReference_Stereonet3DView\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\"\xad\x01\nFProtoMemberFunction_ProtoReference_Stereonet3DView_ArrowToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12,\n\x06Input1\x18\x02 \x01(\x0b\x32\x1c.DipsAPI.ArrowToolEntityInfo\"\x83\x01\n:ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xab\x01\nEProtoMemberFunction_ProtoReference_Stereonet3DView_ConeToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12+\n\x06Input1\x18\x02 \x01(\x0b\x32\x1b.DipsAPI.ConeToolEntityInfo\"\xb5\x01\nJProtoMemberFunction_ProtoReference_Stereonet3DView_ContourEntityVisibility\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.ContourEntityVisibility\"\xa3\x01\nAProtoMemberFunction_ProtoReference_Stereonet3DView_ContourOptions\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\'\n\x06Input1\x18\x02 \x01(\x0b\x32\x17.DipsAPI.ContourOptions\"\xb1\x01\nHProtoMemberFunction_ProtoReference_Stereonet3DView_EllipseToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12.\n\x06Input1\x18\x02 \x01(\x0b\x32\x1e.DipsAPI.EllipseToolEntityInfo\"\xbd\x01\nNProtoMemberFunction_ProtoReference_Stereonet3DView_GlobalPlaneEntityVisibility\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\x34\n\x06Input1\x18\x02 \x01(\x0b\x32$.DipsAPI.GlobalPlaneEntityVisibility\"\xad\x01\nFProtoMemberFunction_ProtoReference_Stereonet3DView_IntersectionOptions\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12,\n\x06Input1\x18\x02 \x01(\x0b\x32\x1c.DipsAPI.IntersectionOptions\"\xd7\x01\n[ProtoMemberFunction_ProtoReference_Stereonet3DView_LineIntersectionCalculatorToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\x41\n\x06Input1\x18\x02 \x01(\x0b\x32\x31.DipsAPI.LineIntersectionCalculatorToolEntityInfo\"\xab\x01\nEProtoMemberFunction_ProtoReference_Stereonet3DView_LineToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12+\n\x06Input1\x18\x02 \x01(\x0b\x32\x1b.DipsAPI.LineToolEntityInfo\"\xbb\x01\nMProtoMemberFunction_ProtoReference_Stereonet3DView_MeasureAngleToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\x33\n\x06Input1\x18\x02 \x01(\x0b\x32#.DipsAPI.MeasureAngleToolEntityInfo\"\xb5\x01\nJProtoMemberFunction_ProtoReference_Stereonet3DView_PitchGridToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.PitchGridToolEntityInfo\"\xd9\x01\n\\ProtoMemberFunction_ProtoReference_Stereonet3DView_PlaneIntersectionCalculatorToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\x42\n\x06Input1\x18\x02 \x01(\x0b\x32\x32.DipsAPI.PlaneIntersectionCalculatorToolEntityInfo\"\xa9\x01\nDProtoMemberFunction_ProtoReference_Stereonet3DView_PoleEntityOptions\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12*\n\x06Input1\x18\x02 \x01(\x0b\x32\x1a.DipsAPI.PoleEntityOptions\"\xb1\x01\nHProtoMemberFunction_ProtoReference_Stereonet3DView_PolygonToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12.\n\x06Input1\x18\x02 \x01(\x0b\x32\x1e.DipsAPI.PolygonToolEntityInfo\"\xb3\x01\nIProtoMemberFunction_ProtoReference_Stereonet3DView_PolylineToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12/\n\x06Input1\x18\x02 \x01(\x0b\x32\x1f.DipsAPI.PolylineToolEntityInfo\"\xb9\x01\nLProtoMemberFunction_ProtoReference_Stereonet3DView_ProtoReference_DataFilter\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\x32\n\x06Input1\x18\x02 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"\xbd\x01\nNProtoMemberFunction_ProtoReference_Stereonet3DView_QuantitativeContourSettings\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\x34\n\x06Input1\x18\x02 \x01(\x0b\x32$.DipsAPI.QuantitativeContourSettings\"\xb5\x01\nJProtoMemberFunction_ProtoReference_Stereonet3DView_RectangleToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.RectangleToolEntityInfo\"\x9f\x01\n?ProtoMemberFunction_ProtoReference_Stereonet3DView_SetVersusSet\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12%\n\x06Input1\x18\x02 \x01(\x0b\x32\x15.DipsAPI.SetVersusSet\"\xc7\x01\nSProtoMemberFunction_ProtoReference_Stereonet3DView_StereonetOverlayEntityVisibility\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\x39\n\x06Input1\x18\x02 \x01(\x0b\x32).DipsAPI.StereonetOverlayEntityVisibility\"\xa7\x01\nCProtoMemberFunction_ProtoReference_Stereonet3DView_SymbolicSettings\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12)\n\x06Input1\x18\x02 \x01(\x0b\x32\x19.DipsAPI.SymbolicSettings\"\xab\x01\nEProtoMemberFunction_ProtoReference_Stereonet3DView_TextToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12+\n\x06Input1\x18\x02 \x01(\x0b\x32\x1b.DipsAPI.TextToolEntityInfo\"\xb5\x01\nJProtoMemberFunction_ProtoReference_Stereonet3DView_TrendLineToolEntityInfo\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.TrendLineToolEntityInfo\"\xbf\x01\nOProtoMemberFunction_ProtoReference_Stereonet3DView_VectorDensityContourSettings\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12\x35\n\x06Input1\x18\x02 \x01(\x0b\x32%.DipsAPI.VectorDensityContourSettings\"\x9f\x01\n?ProtoMemberFunction_ProtoReference_Stereonet3DView_eContourType\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12%\n\x06Input1\x18\x02 \x01(\x0e\x32\x15.DipsAPI.eContourType\"\xa9\x01\nDProtoMemberFunction_ProtoReference_Stereonet3DView_eIntersectionType\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12*\n\x06Input1\x18\x02 \x01(\x0e\x32\x1a.DipsAPI.eIntersectionType\"\x9d\x01\n>ProtoMemberFunction_ProtoReference_Stereonet3DView_eVectorMode\x12\x35\n\x04This\x18\x01 \x01(\x0b\x32\'.DipsAPI.ProtoReference_Stereonet3DView\x12$\n\x06Input1\x18\x02 \x01(\x0e\x32\x14.DipsAPI.eVectorMode\"q\n5ProtoMemberFunction_ProtoReference_TextToolEntityInfo\x12\x38\n\x04This\x18\x01 \x01(\x0b\x32*.DipsAPI.ProtoReference_TextToolEntityInfo\"\x89\x01\n=ProtoMemberFunction_ProtoReference_TextToolEntityInfo_Boolean\x12\x38\n\x04This\x18\x01 \x01(\x0b\x32*.DipsAPI.ProtoReference_TextToolEntityInfo\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xb1\x01\nHProtoMemberFunction_ProtoReference_TextToolEntityInfo_TextToolEntityInfo\x12\x38\n\x04This\x18\x01 \x01(\x0b\x32*.DipsAPI.ProtoReference_TextToolEntityInfo\x12+\n\x06Input1\x18\x02 \x01(\x0b\x32\x1b.DipsAPI.TextToolEntityInfo\"\x95\x01\nCProtoMemberFunction_ProtoReference_TraverseEntityVisibility_Boolean\x12>\n\x04This\x18\x01 \x01(\x0b\x32\x30.DipsAPI.ProtoReference_TraverseEntityVisibility\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xc9\x01\nTProtoMemberFunction_ProtoReference_TraverseEntityVisibility_TraverseEntityVisibility\x12>\n\x04This\x18\x01 \x01(\x0b\x32\x30.DipsAPI.ProtoReference_TraverseEntityVisibility\x12\x31\n\x06Input1\x18\x02 \x01(\x0b\x32!.DipsAPI.TraverseEntityVisibility\"{\n:ProtoMemberFunction_ProtoReference_TrendLineToolEntityInfo\x12=\n\x04This\x18\x01 \x01(\x0b\x32/.DipsAPI.ProtoReference_TrendLineToolEntityInfo\"\x93\x01\nBProtoMemberFunction_ProtoReference_TrendLineToolEntityInfo_Boolean\x12=\n\x04This\x18\x01 \x01(\x0b\x32/.DipsAPI.ProtoReference_TrendLineToolEntityInfo\x12\x0e\n\x06Input1\x18\x02 \x01(\x08\"\xc5\x01\nRProtoMemberFunction_ProtoReference_TrendLineToolEntityInfo_TrendLineToolEntityInfo\x12=\n\x04This\x18\x01 \x01(\x0b\x32/.DipsAPI.ProtoReference_TrendLineToolEntityInfo\x12\x30\n\x06Input1\x18\x02 \x01(\x0b\x32 .DipsAPI.TrendLineToolEntityInfo\"F\n\"ProtoReference_ArrowToolEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"E\n!ProtoReference_ConeToolEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"F\n\"ProtoReference_CumulativeChartView\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"=\n\x19ProtoReference_DataFilter\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"H\n$ProtoReference_EllipseToolEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"A\n\x1dProtoReference_FoldEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"G\n#ProtoReference_FoldEntityVisibility\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"M\n)ProtoReference_FoldWindowEntityVisibility\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"E\n!ProtoReference_HistogramChartView\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"J\n&ProtoReference_JointFrequencyChartView\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"H\n$ProtoReference_JointSpacingChartView\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"[\n7ProtoReference_LineIntersectionCalculatorToolEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"E\n!ProtoReference_LineToolEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"M\n)ProtoReference_MeasureAngleToolEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"E\n!ProtoReference_OrientationDataSet\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"J\n&ProtoReference_PitchGridToolEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"B\n\x1eProtoReference_PlaneEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"H\n$ProtoReference_PlaneEntityVisibility\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"\\\n8ProtoReference_PlaneIntersectionCalculatorToolEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"H\n$ProtoReference_PolygonToolEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"I\n%ProtoReference_PolylineToolEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\";\n\x17ProtoReference_ProjStub\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"S\n/ProtoReference_QualitativeQuantitativeChartView\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"G\n#ProtoReference_RQDAnalysisChartView\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"J\n&ProtoReference_RectangleToolEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\">\n\x1aProtoReference_RosetteView\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"C\n\x1fProtoReference_ScatterChartView\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"@\n\x1cProtoReference_SetEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"F\n\"ProtoReference_SetEntityVisibility\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"L\n(ProtoReference_SetWindowEntityVisibility\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"B\n\x1eProtoReference_Stereonet2DView\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"B\n\x1eProtoReference_Stereonet3DView\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"E\n!ProtoReference_TextToolEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"K\n\'ProtoReference_TraverseEntityVisibility\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"J\n&ProtoReference_TrendLineToolEntityInfo\x12 \n\x02ID\x18\x01 \x01(\x0b\x32\x14.DipsAPI.ReferenceID\"\x85\x02\n\'QualitativeQuantitativeAnalysisSettings\x12,\n\x0c\x41nalysisType\x18\x01 \x01(\x0e\x32\x16.DipsAPI.eAnalysisType\x12\x16\n\x0e\x41llocatedItems\x18\x02 \x03(\t\x12)\n\x0b\x43ustomRange\x18\x03 \x01(\x0b\x32\x14.DipsAPI.CustomRange\x12\x0f\n\x07NumBins\x18\x04 \x01(\x05\x12\x13\n\x0bLogarithmic\x18\x05 \x01(\x08\x12/\n\x0eSelectedColumn\x18\x06 \x01(\x0b\x32\x17.DipsAPI.DataDescriptor\x12\x12\n\nIsWeighted\x18\x07 \x01(\x08\"\x90\x02\n QualitativeQuantitativeChartView\x12\x10\n\x08ViewName\x18\x01 \x01(\t\x12\x61\n\'QualitativeQuantitativeAnalysisSettings\x18\x02 \x01(\x0b\x32\x30.DipsAPI.QualitativeQuantitativeAnalysisSettings\x12=\n\tChartType\x18\x03 \x01(\x0e\x32*.DipsAPI.eQualitativeQuantitativeChartType\x12\x38\n\x0c\x41\x63tiveFilter\x18\x04 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"\xa6\x01\n\x1bQuantitativeContourSettings\x12.\n\rInterpolation\x18\x01 \x01(\x0e\x32\x17.DipsAPI.eInterpolation\x12&\n\nLocalAngle\x18\x02 \x01(\x0b\x32\x12.DipsAPI.AngleData\x12/\n\x0eSelectedColumn\x18\x03 \x01(\x0b\x32\x17.DipsAPI.DataDescriptor\"\x9d\x01\n\x14RQDAnalysisChartView\x12\x10\n\x08ViewName\x18\x01 \x01(\t\x12\x39\n\x13RQDAnalysisSettings\x18\x02 \x01(\x0b\x32\x1c.DipsAPI.RQDAnalysisSettings\x12\x38\n\x0c\x41\x63tiveFilter\x18\x03 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"\xae\x01\n\x13RQDAnalysisSettings\x12#\n\x08Interval\x18\x01 \x01(\x0b\x32\x11.DipsAPI.Interval\x12\x33\n\x16IntactCoreCutoffLength\x18\x02 \x01(\x0b\x32\x13.DipsAPI.LengthData\x12=\n\tTraverses\x18\x03 \x03(\x0b\x32*.DipsAPI.ProtoReference_OrientationDataSet\"\xdd\x01\n\x17RectangleToolEntityInfo\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x0c\n\x04Name\x18\x02 \x01(\t\x12\'\n\nLineFormat\x18\x03 \x01(\x0b\x32\x13.DipsAPI.LineFormat\x12\'\n\nFillFormat\x18\x04 \x01(\x0b\x32\x13.DipsAPI.FillFormat\x12&\n\x0b\x46irstCorner\x18\x05 \x01(\x0b\x32\x11.DipsAPI.Vector2D\x12\'\n\x0cSecondCorner\x18\x06 \x01(\x0b\x32\x11.DipsAPI.Vector2D\"\x19\n\x0bReferenceID\x12\n\n\x02ID\x18\x01 \x01(\t\"K\n\x19ReportingConventionResult\x12.\n\x05Value\x18\x01 \x01(\x0e\x32\x1f.DipsAPI.eOrientationConvention\"\xc0\x05\n\x14RosettePresetOptions\x12&\n\x1eUserPlaneEntityGroupVisibility\x18\x01 \x01(\x08\x12\"\n\x1aToolsEntityGroupVisibility\x18\x02 \x01(\x08\x12%\n\x1dTextToolEntityGroupVisibility\x18\x03 \x01(\x08\x12&\n\x1e\x41rrowToolEntityGroupVisibility\x18\x04 \x01(\x08\x12%\n\x1dLineToolEntityGroupVisibility\x18\x05 \x01(\x08\x12)\n!PolylineToolEntityGroupVisibility\x18\x06 \x01(\x08\x12(\n PolygonToolEntityGroupVisibility\x18\x07 \x01(\x08\x12*\n\"RectangleToolEntityGroupVisibility\x18\x08 \x01(\x08\x12(\n EllipseToolEntityGroupVisibility\x18\t \x01(\x08\x12%\n\x1d\x43oneToolEntityGroupVisibility\x18\n \x01(\x08\x12*\n\"TrendLineToolEntityGroupVisibility\x18\x0b \x01(\x08\x12*\n\"PitchGridToolEntityGroupVisibility\x18\x0c \x01(\x08\x12-\n%MeasureAngleToolEntityGroupVisibility\x18\r \x01(\x08\x12;\n3LineIntersectionCalculatorToolEntityGroupVisibility\x18\x0e \x01(\x08\x12<\n4PlaneIntersectionCalculatorToolEntityGroupVisibility\x18\x0f \x01(\x08\x12\x12\n\nShowLegend\x18\x10 \x01(\x08\"\x9e\x02\n\x0fRosetteSettings\x12\x32\n\x14SightLineOrientation\x18\x01 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\x12$\n\x08MinAngle\x18\x02 \x01(\x0b\x32\x12.DipsAPI.AngleData\x12$\n\x08MaxAngle\x18\x03 \x01(\x0b\x32\x12.DipsAPI.AngleData\x12*\n\x0eStartBinStrike\x18\x04 \x01(\x0b\x32\x12.DipsAPI.AngleData\x12\x0f\n\x07NumBins\x18\x05 \x01(\x05\x12\x15\n\rCustomScaling\x18\x06 \x01(\x08\x12#\n\x1bNumPlanesPerCircleIncrement\x18\x07 \x01(\x05\x12\x12\n\nIsWeighted\x18\x08 \x01(\x08\"\xf6\x02\n\x0bRosetteView\x12\x10\n\x08ViewName\x18\x01 \x01(\t\x12\x31\n\x0fRosetteSettings\x18\x02 \x01(\x0b\x32\x18.DipsAPI.RosetteSettings\x12\x38\n\x0eProjectionMode\x18\x03 \x01(\x0b\x32 .DipsAPI.StereonetProjectionMode\x12\x34\n\rPresetOptions\x18\x04 \x01(\x0b\x32\x1d.DipsAPI.RosettePresetOptions\x12\x43\n\x1bUserPlaneEntityVisibilities\x18\x05 \x03(\x0b\x32\x1e.DipsAPI.PlaneEntityVisibility\x12\x33\n\x0f\x41nnotativeTools\x18\x06 \x01(\x0b\x32\x1a.DipsAPI.AnnotativeTools2D\x12\x38\n\x0c\x41\x63tiveFilter\x18\x07 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"\x99\x01\n\x10ScatterChartView\x12\x10\n\x08ViewName\x18\x01 \x01(\t\x12\x39\n\x13ScatterPlotSettings\x18\x02 \x01(\x0b\x32\x1c.DipsAPI.ScatterPlotSettings\x12\x38\n\x0c\x41\x63tiveFilter\x18\x03 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"\xa9\x01\n\x13ScatterPlotSettings\x12\x30\n\x0fSelectedColumnX\x18\x01 \x01(\x0b\x32\x17.DipsAPI.DataDescriptor\x12\x30\n\x0fSelectedColumnY\x18\x02 \x01(\x0b\x32\x17.DipsAPI.DataDescriptor\x12\x1a\n\x12ShowRegressionLine\x18\x03 \x01(\x08\x12\x12\n\nIsWeighted\x18\x04 \x01(\x08\"~\n\rSetEntityInfo\x12\n\n\x02ID\x18\x01 \x01(\t\x12&\n\x05\x43olor\x18\x02 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12\x39\n\x13SetWindowEntityInfo\x18\x03 \x01(\x0b\x32\x1c.DipsAPI.SetWindowEntityInfo\"\xe7\x01\n\x10SetEntityOptions\x12+\n\x0cPlaneOptions\x18\x01 \x01(\x0b\x32\x15.DipsAPI.PlaneOptions\x12\x1b\n\x13ShowConfidenceCones\x18\x02 \x01(\x08\x12\x34\n\x13\x43onfidenceConeColor\x18\x03 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12\x1c\n\x14ShowVariabilityCones\x18\x04 \x01(\x08\x12\x35\n\x14VariabilityConeColor\x18\x05 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\"\x97\x01\n\x13SetEntityVisibility\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12*\n\x07Options\x18\x02 \x01(\x0b\x32\x19.DipsAPI.SetEntityOptions\x12\x41\n\x12SetEntityReference\x18\x03 \x01(\x0b\x32%.DipsAPI.ProtoReference_SetEntityInfo\"\x85\x01\n\x15SetStatisticsSettings\x12\x11\n\tOneStdDev\x18\x01 \x01(\x08\x12\x11\n\tTwoStdDev\x18\x02 \x01(\x08\x12\x13\n\x0bThreeStdDev\x18\x03 \x01(\x08\x12\x19\n\x11UseCustomInterval\x18\x04 \x01(\x08\x12\x16\n\x0e\x43ustomInterval\x18\x05 \x01(\x01\"x\n\x0cSetVersusSet\x12\x33\n\x04SetA\x18\x01 \x01(\x0b\x32%.DipsAPI.ProtoReference_SetEntityInfo\x12\x33\n\x04SetB\x18\x02 \x01(\x0b\x32%.DipsAPI.ProtoReference_SetEntityInfo\"\x81\x03\n\x13SetWindowEntityInfo\x12&\n\x05\x43olor\x18\x01 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12.\n\rSetWindowType\x18\x02 \x01(\x0e\x32\x17.DipsAPI.eSetWindowType\x12:\n\x12StatisticsSettings\x18\x03 \x01(\x0b\x32\x1e.DipsAPI.SetStatisticsSettings\x12\x32\n\x11\x43ircularSetWindow\x18\x04 \x01(\x0b\x32\x17.DipsAPI.CircularWindow\x12.\n\x0f\x43urvedSetWindow\x18\x05 \x01(\x0b\x32\x15.DipsAPI.CurvedWindow\x12@\n\x18WrappedFreehandSetWindow\x18\x06 \x01(\x0b\x32\x1e.DipsAPI.WrappedFreehandWindow\x12\x30\n\x10\x43lusterSetWindow\x18\x07 \x01(\x0b\x32\x16.DipsAPI.ClusterWindow\"q\n\x19SetWindowEntityVisibility\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x41\n\x12SetEntityReference\x18\x02 \x01(\x0b\x32%.DipsAPI.ProtoReference_SetEntityInfo\"\xed\x01\n\x1dStatisticalDistributionFilter\x12\x1a\n\x12NormalDistribution\x18\x01 \x01(\x08\x12\x1b\n\x13UniformDistribution\x18\x02 \x01(\x08\x12\x1e\n\x16TriangularDistribution\x18\x03 \x01(\x08\x12\x18\n\x10\x42\x65taDistribution\x18\x04 \x01(\x08\x12\x1f\n\x17\x45xponentialDistribution\x18\x05 \x01(\x08\x12\x1d\n\x15LognormalDistribution\x18\x06 \x01(\x08\x12\x19\n\x11GammaDistribution\x18\x07 \x01(\x08\"\xe3\x0c\n\x18Stereonet2DPresetOptions\x12;\n\x14PoleEntityVisibility\x18\x01 \x01(\x0b\x32\x1d.DipsAPI.PoleEntityVisibility\x12K\n\x1cIntersectionEntityVisibility\x18\x02 \x01(\x0b\x32%.DipsAPI.IntersectionEntityVisibility\x12\x41\n\x17\x43ontourEntityVisibility\x18\x03 \x01(\x0b\x32 .DipsAPI.ContourEntityVisibility\x12&\n\x1eSetWindowEntityGroupVisibility\x18\x04 \x01(\x08\x12)\n!MeanSetPlaneEntityGroupVisibility\x18\x05 \x01(\x08\x12&\n\x1eUserPlaneEntityGroupVisibility\x18\x06 \x01(\x08\x12%\n\x1dTraverseEntityGroupVisibility\x18\x07 \x01(\x08\x12\'\n\x1f\x46oldWindowEntityGroupVisibility\x18\x08 \x01(\x08\x12!\n\x19\x46oldEntityGroupVisibility\x18\t \x01(\x08\x12M\n\x1fGlobalMeanPlaneEntityVisibility\x18\n \x01(\x0b\x32$.DipsAPI.GlobalPlaneEntityVisibility\x12P\n\"GlobalBestFitPlaneEntityVisibility\x18\x0b \x01(\x0b\x32$.DipsAPI.GlobalPlaneEntityVisibility\x12U\n!KinematicAnalysisEntityVisibility\x18\x0c \x01(\x0b\x32*.DipsAPI.KinematicAnalysisEntityVisibility\x12S\n StereonetOverlayEntityVisibility\x18\r \x01(\x0b\x32).DipsAPI.StereonetOverlayEntityVisibility\x12\"\n\x1aToolsEntityGroupVisibility\x18\x0e \x01(\x08\x12%\n\x1dTextToolEntityGroupVisibility\x18\x0f \x01(\x08\x12&\n\x1e\x41rrowToolEntityGroupVisibility\x18\x10 \x01(\x08\x12%\n\x1dLineToolEntityGroupVisibility\x18\x11 \x01(\x08\x12)\n!PolylineToolEntityGroupVisibility\x18\x12 \x01(\x08\x12(\n PolygonToolEntityGroupVisibility\x18\x13 \x01(\x08\x12*\n\"RectangleToolEntityGroupVisibility\x18\x14 \x01(\x08\x12(\n EllipseToolEntityGroupVisibility\x18\x15 \x01(\x08\x12%\n\x1d\x43oneToolEntityGroupVisibility\x18\x16 \x01(\x08\x12*\n\"TrendLineToolEntityGroupVisibility\x18\x17 \x01(\x08\x12*\n\"PitchGridToolEntityGroupVisibility\x18\x18 \x01(\x08\x12-\n%MeasureAngleToolEntityGroupVisibility\x18\x19 \x01(\x08\x12;\n3LineIntersectionCalculatorToolEntityGroupVisibility\x18\x1a \x01(\x08\x12<\n4PlaneIntersectionCalculatorToolEntityGroupVisibility\x18\x1b \x01(\x08\x12\x12\n\nShowLegend\x18\x1c \x01(\x08\x12\x1d\n\x15ShowMajorPlanesLegend\x18\x1d \x01(\x08\x12$\n\x1cShowMajorIntersectionsLegend\x18\x1e \x01(\x08\x12#\n\x1bShowKinematicAnalysisLegend\x18\x1f \x01(\x08\x12\x1c\n\x14ShowPropertiesLegend\x18 \x01(\x08\x12\x19\n\x11ShowSymbolsLegend\x18! \x01(\x08\x12\x1a\n\x12ShowContoursLegend\x18\" \x01(\x08\"\xda\x08\n\x0fStereonet2DView\x12\x10\n\x08ViewName\x18\x01 \x01(\t\x12\x12\n\nIsWeighted\x18\x02 \x01(\x08\x12(\n\nVectorMode\x18\x03 \x01(\x0e\x32\x14.DipsAPI.eVectorMode\x12\x33\n\x10SymbolicSettings\x18\x04 \x01(\x0b\x32\x19.DipsAPI.SymbolicSettings\x12O\n PoleVectorDensityContourSettings\x18\x05 \x01(\x0b\x32%.DipsAPI.VectorDensityContourSettings\x12W\n(IntersectionVectorDensityContourSettings\x18\x06 \x01(\x0b\x32%.DipsAPI.VectorDensityContourSettings\x12I\n\x1bQuantitativeContourSettings\x18\x07 \x01(\x0b\x32$.DipsAPI.QuantitativeContourSettings\x12\x45\n\x19KinematicAnalysisSettings\x18\x08 \x01(\x0b\x32\".DipsAPI.KinematicAnalysisSettings\x12\x38\n\x0eProjectionMode\x18\t \x01(\x0b\x32 .DipsAPI.StereonetProjectionMode\x12\x38\n\rPresetOptions\x18\n \x01(\x0b\x32!.DipsAPI.Stereonet2DPresetOptions\x12G\n\x1bSetWindowEntityVisibilities\x18\x0b \x03(\x0b\x32\".DipsAPI.SetWindowEntityVisibility\x12\x44\n\x1eMeanSetPlaneEntityVisibilities\x18\x0c \x03(\x0b\x32\x1c.DipsAPI.SetEntityVisibility\x12\x43\n\x1bUserPlaneEntityVisibilities\x18\r \x03(\x0b\x32\x1e.DipsAPI.PlaneEntityVisibility\x12\x45\n\x1aTraverseEntityVisibilities\x18\x0e \x03(\x0b\x32!.DipsAPI.TraverseEntityVisibility\x12I\n\x1c\x46oldWindowEntityVisibilities\x18\x0f \x03(\x0b\x32#.DipsAPI.FoldWindowEntityVisibility\x12=\n\x16\x46oldEntityVisibilities\x18\x10 \x03(\x0b\x32\x1d.DipsAPI.FoldEntityVisibility\x12\x33\n\x0f\x41nnotativeTools\x18\x11 \x01(\x0b\x32\x1a.DipsAPI.AnnotativeTools2D\x12\x38\n\x0c\x41\x63tiveFilter\x18\x12 \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\"\xb8\x06\n\x18Stereonet3DPresetOptions\x12;\n\x14PoleEntityVisibility\x18\x01 \x01(\x0b\x32\x1d.DipsAPI.PoleEntityVisibility\x12K\n\x1cIntersectionEntityVisibility\x18\x02 \x01(\x0b\x32%.DipsAPI.IntersectionEntityVisibility\x12\x41\n\x17\x43ontourEntityVisibility\x18\x03 \x01(\x0b\x32 .DipsAPI.ContourEntityVisibility\x12&\n\x1eSetWindowEntityGroupVisibility\x18\x04 \x01(\x08\x12)\n!MeanSetPlaneEntityGroupVisibility\x18\x05 \x01(\x08\x12&\n\x1eUserPlaneEntityGroupVisibility\x18\x06 \x01(\x08\x12%\n\x1dTraverseEntityGroupVisibility\x18\x07 \x01(\x08\x12\'\n\x1f\x46oldWindowEntityGroupVisibility\x18\x08 \x01(\x08\x12!\n\x19\x46oldEntityGroupVisibility\x18\t \x01(\x08\x12M\n\x1fGlobalMeanPlaneEntityVisibility\x18\n \x01(\x0b\x32$.DipsAPI.GlobalPlaneEntityVisibility\x12P\n\"GlobalBestFitPlaneEntityVisibility\x18\x0b \x01(\x0b\x32$.DipsAPI.GlobalPlaneEntityVisibility\x12S\n StereonetOverlayEntityVisibility\x18\x0c \x01(\x0b\x32).DipsAPI.StereonetOverlayEntityVisibility\x12\x12\n\nShowLegend\x18\r \x01(\x08\x12\x1c\n\x14ShowPropertiesLegend\x18\x0e \x01(\x08\x12\x1a\n\x12ShowContoursLegend\x18\x0f \x01(\x08\x12\x1d\n\x15ShowMajorPlanesLegend\x18\x10 \x01(\x08\"\xa4\x07\n\x0fStereonet3DView\x12\x10\n\x08ViewName\x18\x01 \x01(\t\x12(\n\nVectorMode\x18\x02 \x01(\x0e\x32\x14.DipsAPI.eVectorMode\x12\x12\n\nIsWeighted\x18\x03 \x01(\x08\x12\x33\n\x10SymbolicSettings\x18\x04 \x01(\x0b\x32\x19.DipsAPI.SymbolicSettings\x12O\n PoleVectorDensityContourSettings\x18\x05 \x01(\x0b\x32%.DipsAPI.VectorDensityContourSettings\x12W\n(IntersectionVectorDensityContourSettings\x18\x06 \x01(\x0b\x32%.DipsAPI.VectorDensityContourSettings\x12I\n\x1bQuantitativeContourSettings\x18\x07 \x01(\x0b\x32$.DipsAPI.QuantitativeContourSettings\x12\x38\n\rPresetOptions\x18\x08 \x01(\x0b\x32!.DipsAPI.Stereonet3DPresetOptions\x12\x43\n\x1bUserPlaneEntityVisibilities\x18\t \x03(\x0b\x32\x1e.DipsAPI.PlaneEntityVisibility\x12\x45\n\x1aTraverseEntityVisibilities\x18\n \x03(\x0b\x32!.DipsAPI.TraverseEntityVisibility\x12\x38\n\x0c\x41\x63tiveFilter\x18\x0b \x01(\x0b\x32\".DipsAPI.ProtoReference_DataFilter\x12G\n\x1bSetWindowEntityVisibilities\x18\x0c \x03(\x0b\x32\".DipsAPI.SetWindowEntityVisibility\x12\x44\n\x1eMeanSetPlaneEntityVisibilities\x18\r \x03(\x0b\x32\x1c.DipsAPI.SetEntityVisibility\x12I\n\x1c\x46oldWindowEntityVisibilities\x18\x0e \x03(\x0b\x32#.DipsAPI.FoldWindowEntityVisibility\x12=\n\x16\x46oldEntityVisibilities\x18\x0f \x03(\x0b\x32\x1d.DipsAPI.FoldEntityVisibility\"z\n StereonetOverlayEntityVisibility\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x43\n\x18StereonetOverlaySettings\x18\x02 \x01(\x0b\x32!.DipsAPI.StereonetOverlaySettings\"\xa5\x01\n\x18StereonetOverlaySettings\x12&\n\x05\x43olor\x18\x01 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12\x30\n\x06Option\x18\x02 \x01(\x0e\x32 .DipsAPI.eStereonetOverlayOption\x12/\n\x11\x43ustomOrientation\x18\x03 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\"\xa1\x01\n\x17StereonetProjectionMode\x12<\n\x14HemisphereDrawOption\x18\x01 \x01(\x0e\x32\x1e.DipsAPI.eHemisphereDrawOption\x12H\n\x1aProjectionMethodDrawOption\x18\x02 \x01(\x0e\x32$.DipsAPI.eProjectionMethodDrawOption\"w\n\nSurveyData\x12\x10\n\x08\x44istance\x18\x01 \x01(\x01\x12)\n\x0bOrientation\x18\x02 \x01(\x0b\x32\x14.DipsAPI.TrendPlunge\x12,\n\tExtraData\x18\x03 \x01(\x0b\x32\x19.DipsAPI.CustomRowRawData\"\xc1\x01\n\x14SymbolDisplaySetting\x12*\n\x0bSymbolStyle\x18\x01 \x01(\x0e\x32\x15.DipsAPI.eSymbolStyle\x12,\n\x0b\x42orderColor\x18\x02 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12\x0e\n\x06IsFill\x18\x03 \x01(\x08\x12*\n\tFillColor\x18\x04 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12\x13\n\x0bSymbolScale\x18\x05 \x01(\x01\"\xab\x01\n\x10SymbolicSettings\x12\x61\n\'QualitativeQuantitativeAnalysisSettings\x18\x01 \x01(\x0b\x32\x30.DipsAPI.QualitativeQuantitativeAnalysisSettings\x12\x34\n\rLegendSymbols\x18\x02 \x03(\x0b\x32\x1d.DipsAPI.SymbolDisplaySetting\"\xa0\x01\n\nTextFormat\x12\x42\n\x17TextHorizontalAlignment\x18\x01 \x01(\x0e\x32!.DipsAPI.eTextHorizontalAlignment\x12*\n\tTextColor\x18\x02 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12\x10\n\x08\x46ontName\x18\x03 \x01(\t\x12\x10\n\x08\x46ontSize\x18\x04 \x01(\x05\"\x84\x02\n\x12TextToolEntityInfo\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x0c\n\x04Name\x18\x02 \x01(\t\x12)\n\x0b\x41nchorPoint\x18\x03 \x01(\x0b\x32\x14.DipsAPI.AnchorPoint\x12\'\n\nLineFormat\x18\x04 \x01(\x0b\x32\x13.DipsAPI.LineFormat\x12\'\n\nFillFormat\x18\x05 \x01(\x0b\x32\x13.DipsAPI.FillFormat\x12\'\n\nTextFormat\x18\x06 \x01(\x0b\x32\x13.DipsAPI.TextFormat\x12\x0c\n\x04Text\x18\x07 \x01(\t\x12\x19\n\x11\x41utogeneratedText\x18\x08 \x01(\t\"X\n\x15TraverseEntityOptions\x12\x15\n\rShowAllPoints\x18\x01 \x01(\x08\x12\x11\n\tShowLabel\x18\x02 \x01(\x08\x12\x15\n\rShowBlindZone\x18\x03 \x01(\x08\"\xab\x01\n\x18TraverseEntityVisibility\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12/\n\x07Options\x18\x02 \x01(\x0b\x32\x1e.DipsAPI.TraverseEntityOptions\x12K\n\x17TraverseEntityReference\x18\x03 \x01(\x0b\x32*.DipsAPI.ProtoReference_OrientationDataSet\"\x85\x01\n\x17TrendLineToolEntityInfo\x12\x11\n\tIsVisible\x18\x01 \x01(\x08\x12\x0c\n\x04Name\x18\x02 \x01(\t\x12&\n\x05\x43olor\x18\x03 \x01(\x0b\x32\x17.DipsAPI.ColorSurrogate\x12!\n\x05Trend\x18\x04 \x01(\x0b\x32\x12.DipsAPI.AngleData\"T\n\x0bTrendPlunge\x12!\n\x05Trend\x18\x01 \x01(\x0b\x32\x12.DipsAPI.AngleData\x12\"\n\x06Plunge\x18\x02 \x01(\x0b\x32\x12.DipsAPI.AngleData\"7\n\x10UnitSystemResult\x12#\n\x05Value\x18\x01 \x01(\x0e\x32\x14.DipsAPI.eUnitSystem\"\x85\x01\n\x16UserPlaneEntityOptions\x12+\n\x0cPlaneOptions\x18\x01 \x01(\x0b\x32\x15.DipsAPI.PlaneOptions\x12\x16\n\x0eShowLineations\x18\x02 \x01(\x08\x12&\n\nLineations\x18\x03 \x03(\x0b\x32\x12.DipsAPI.Lineation\"=\n\x11ValidatableResult\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\"\x9d\x01\n4ValidatableResult_ProtoReference_ArrowToolEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12;\n\x06Result\x18\x02 \x01(\x0b\x32+.DipsAPI.ProtoReference_ArrowToolEntityInfo\"\x9b\x01\n3ValidatableResult_ProtoReference_ConeToolEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12:\n\x06Result\x18\x02 \x01(\x0b\x32*.DipsAPI.ProtoReference_ConeToolEntityInfo\"\xa1\x01\n6ValidatableResult_ProtoReference_EllipseToolEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12=\n\x06Result\x18\x02 \x01(\x0b\x32-.DipsAPI.ProtoReference_EllipseToolEntityInfo\"\x93\x01\n/ValidatableResult_ProtoReference_FoldEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12\x36\n\x06Result\x18\x02 \x01(\x0b\x32&.DipsAPI.ProtoReference_FoldEntityInfo\"\xc7\x01\nIValidatableResult_ProtoReference_LineIntersectionCalculatorToolEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12P\n\x06Result\x18\x02 \x01(\x0b\x32@.DipsAPI.ProtoReference_LineIntersectionCalculatorToolEntityInfo\"\x9b\x01\n3ValidatableResult_ProtoReference_LineToolEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12:\n\x06Result\x18\x02 \x01(\x0b\x32*.DipsAPI.ProtoReference_LineToolEntityInfo\"\xab\x01\n;ValidatableResult_ProtoReference_MeasureAngleToolEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12\x42\n\x06Result\x18\x02 \x01(\x0b\x32\x32.DipsAPI.ProtoReference_MeasureAngleToolEntityInfo\"\x9b\x01\n3ValidatableResult_ProtoReference_OrientationDataSet\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12:\n\x06Result\x18\x02 \x01(\x0b\x32*.DipsAPI.ProtoReference_OrientationDataSet\"\xa5\x01\n8ValidatableResult_ProtoReference_PitchGridToolEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12?\n\x06Result\x18\x02 \x01(\x0b\x32/.DipsAPI.ProtoReference_PitchGridToolEntityInfo\"\x95\x01\n0ValidatableResult_ProtoReference_PlaneEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12\x37\n\x06Result\x18\x02 \x01(\x0b\x32\'.DipsAPI.ProtoReference_PlaneEntityInfo\"\xc9\x01\nJValidatableResult_ProtoReference_PlaneIntersectionCalculatorToolEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12Q\n\x06Result\x18\x02 \x01(\x0b\x32\x41.DipsAPI.ProtoReference_PlaneIntersectionCalculatorToolEntityInfo\"\xa1\x01\n6ValidatableResult_ProtoReference_PolygonToolEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12=\n\x06Result\x18\x02 \x01(\x0b\x32-.DipsAPI.ProtoReference_PolygonToolEntityInfo\"\xa3\x01\n7ValidatableResult_ProtoReference_PolylineToolEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12>\n\x06Result\x18\x02 \x01(\x0b\x32..DipsAPI.ProtoReference_PolylineToolEntityInfo\"\xa5\x01\n8ValidatableResult_ProtoReference_RectangleToolEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12?\n\x06Result\x18\x02 \x01(\x0b\x32/.DipsAPI.ProtoReference_RectangleToolEntityInfo\"\x91\x01\n.ValidatableResult_ProtoReference_SetEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12\x35\n\x06Result\x18\x02 \x01(\x0b\x32%.DipsAPI.ProtoReference_SetEntityInfo\"\x9b\x01\n3ValidatableResult_ProtoReference_TextToolEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12:\n\x06Result\x18\x02 \x01(\x0b\x32*.DipsAPI.ProtoReference_TextToolEntityInfo\"\xa5\x01\n8ValidatableResult_ProtoReference_TrendLineToolEntityInfo\x12(\n\x06\x45rrors\x18\x01 \x03(\x0b\x32\x18.DipsAPI.ValidationError\x12?\n\x06Result\x18\x02 \x01(\x0b\x32/.DipsAPI.ProtoReference_TrendLineToolEntityInfo\"=\n\x0fValidationError\x12\x14\n\x0cPropertyName\x18\x01 \x01(\t\x12\x14\n\x0c\x45rrorMessage\x18\x02 \x01(\t\" \n\x08Vector2D\x12\t\n\x01X\x18\x01 \x01(\x01\x12\t\n\x01Y\x18\x02 \x01(\x01\"*\n\x07Vector3\x12\t\n\x01X\x18\x01 \x01(\x01\x12\t\n\x01Y\x18\x02 \x01(\x01\x12\t\n\x01Z\x18\x03 \x01(\x01\"z\n\x1cVectorDensityContourSettings\x12:\n\x13\x44\x65nsityDistribution\x18\x01 \x01(\x0e\x32\x1d.DipsAPI.eDensityDistribution\x12\x1e\n\x16\x43ountCircleSizePercent\x18\x02 \x01(\x01\"u\n\x11WeightingSettings\x12\x32\n\x0fWeightingOption\x18\x01 \x01(\x0e\x32\x19.DipsAPI.eWeightingOption\x12,\n\x10MinimumBiasAngle\x18\x02 \x01(\x0b\x32\x12.DipsAPI.AngleData\"\x85\x01\n\x15WrappedFreehandWindow\x12\n\n\x02ID\x18\x01 \x01(\t\x12.\n\rPrimaryWindow\x18\x02 \x01(\x0b\x32\x17.DipsAPI.FreehandWindow\x12\x30\n\x0fSecondaryWindow\x18\x03 \x01(\x0b\x32\x17.DipsAPI.FreehandWindow*2\n\reAnalysisType\x12\x0f\n\x0bQualitative\x10\x00\x12\x10\n\x0cQuantitative\x10\x01*5\n\x17\x65\x41nchorCoordinateOption\x12\r\n\tSpherical\x10\x00\x12\x0b\n\x07Logical\x10\x01*Y\n\x19\x65\x43olorInterpolationMethod\x12\x10\n\x0cHSLSaturated\x10\x00\x12\r\n\tHSLObtuse\x10\x01\x12\x0c\n\x08HSLAcute\x10\x02\x12\r\n\tRGBLinear\x10\x03*7\n\x18\x65\x43ontourColorTableMethod\x12\x0f\n\x0bInterpolate\x10\x00\x12\n\n\x06\x43ustom\x10\x01*:\n\x0c\x65\x43ontourMode\x12\n\n\x06\x46illed\x10\x00\x12\t\n\x05Lines\x10\x01\x12\x13\n\x0f\x46illedWithLines\x10\x02*]\n\x0c\x65\x43ontourType\x12\x15\n\x11PoleVectorDensity\x10\x00\x12\x1d\n\x19IntersectionVectorDensity\x10\x01\x12\x17\n\x13QuantitativeContour\x10\x02*{\n\teDataType\x12\x08\n\x04Text\x10\x00\x12\x13\n\x0fUnitlessNumeric\x10\x01\x12\t\n\x05Ratio\x10\x02\x12\n\n\x06Length\x10\x03\x12\x08\n\x04\x41rea\x10\x04\x12\n\n\x06Volume\x10\x05\x12\t\n\x05\x46orce\x10\x06\x12\x0c\n\x08Pressure\x10\x07\x12\t\n\x05\x41ngle\x10\x08*B\n\x10\x65\x44\x65SurveryOption\x12\x17\n\x13LinearAtSegmentEnds\x10\x00\x12\x15\n\x11LinearAtMidPoints\x10\x01*/\n\x14\x65\x44\x65nsityDistribution\x12\n\n\x06\x46isher\x10\x00\x12\x0b\n\x07Schmidt\x10\x01*~\n\x12\x65\x46\x61ilureModeOption\x12\x11\n\rPlanarSliding\x10\x00\x12\x19\n\x15PlanarSlidingNoLimits\x10\x01\x12\x10\n\x0cWedgeSliding\x10\x02\x12\x14\n\x10\x46lexuralToppling\x10\x03\x12\x12\n\x0e\x44irectToppling\x10\x04*-\n\x15\x65HemisphereDrawOption\x12\t\n\x05Upper\x10\x00\x12\t\n\x05Lower\x10\x01*%\n\x0e\x65Interpolation\x12\x13\n\x0fInverseDistance\x10\x00*\xdc\x01\n\x11\x65IntersectionType\x12\x18\n\x14\x41llPoleIntersections\x10\x00\x12$\n AllSetVersusSetPoleIntersections\x10\x01\x12!\n\x1dSetVersusSetPoleIntersections\x10\x02\x12\x1d\n\x19MeanSetPlaneIntersections\x10\x03\x12\x1a\n\x16UserPlaneIntersections\x10\x04\x12)\n%MeanSetPlaneAndUserPlaneIntersections\x10\x05*+\n\x0f\x65IntervalOption\x12\x0c\n\x08\x44iscrete\x10\x00\x12\n\n\x06Moving\x10\x01*\'\n\x13\x65LineationDirection\x12\x06\n\x02Up\x10\x00\x12\x08\n\x04\x44own\x10\x01*\x82\x02\n\x16\x65OrientationConvention\x12\x1e\n\x1a\x44ipDipDirectionOrientation\x10\x00\x12\x1d\n\x19StrikeRightDipOrientation\x10\x01\x12\x1c\n\x18StrikeLeftDipOrientation\x10\x02\x12\x1a\n\x16TrendPlungeOrientation\x10\x03\x12\x18\n\x14Orient123Orientation\x10\x04\x12 \n\x1cOrient1SurveyDataOrientation\x10\x05\x12\x19\n\x15SurveyDataOrientation\x10\x06\x12\x18\n\x14\x41lphaBetaOrientation\x10\x07*\xd9\x01\n\x14\x65OrientationDataType\x12\x0f\n\x0bSpotMapping\x10\x00\x12\x12\n\x0eLinearScanline\x10\x01\x12\x11\n\rPlanarMapping\x10\x02\x12\x1e\n\x1aLinearBoreholeOrientedCore\x10\x03\x12\x1c\n\x18LinearBoreholeTeleviewer\x10\x04\x12\x1e\n\x1a\x43urvedBoreholeOrientedCore\x10\x05\x12\x1c\n\x18\x43urvedBoreholeTeleviewer\x10\x06\x12\r\n\tClinorule\x10\x07*8\n\tePoleMode\x12\n\n\x06Vector\x10\x00\x12\x0c\n\x08Symbolic\x10\x01\x12\x11\n\rSymbolicBySet\x10\x02*<\n\x1b\x65ProjectionMethodDrawOption\x12\x0e\n\nEqualAngle\x10\x00\x12\r\n\tEqualArea\x10\x01*?\n!eQualitativeQuantitativeChartType\x12\x07\n\x03\x42\x61r\x10\x00\x12\x08\n\x04Line\x10\x01\x12\x07\n\x03Pie\x10\x02*L\n\x0e\x65SetWindowType\x12\x0c\n\x08\x43ircular\x10\x00\x12\n\n\x06\x43urved\x10\x01\x12\x13\n\x0fWrappedFreehand\x10\x02\x12\x0b\n\x07\x43luster\x10\x03*(\n\x0e\x65SpacingOption\x12\x08\n\x04True\x10\x00\x12\x0c\n\x08\x41pparent\x10\x01*G\n\x17\x65StereonetOverlayOption\x12\t\n\x05Polar\x10\x00\x12\x0e\n\nEquatorial\x10\x01\x12\x11\n\rCustomOverlay\x10\x02*\xb8\x01\n\x0c\x65SymbolStyle\x12\n\n\x06Square\x10\x00\x12\x0b\n\x07\x44iamond\x10\x01\x12\x0e\n\nTriangleUp\x10\x02\x12\x10\n\x0cTriangleDown\x10\x03\x12\x10\n\x0cTriangleLeft\x10\x04\x12\x11\n\rTriangleRight\x10\x05\x12\x11\n\rCrossVertical\x10\x06\x12\x11\n\rCrossDiagonal\x10\x07\x12\x0c\n\x08\x41sterisk\x10\x08\x12\n\n\x06\x43ircle\x10\t\x12\x08\n\x04None\x10\n*;\n\x18\x65TextHorizontalAlignment\x12\x08\n\x04Left\x10\x00\x12\n\n\x06\x43\x65nter\x10\x01\x12\t\n\x05Right\x10\x02*\'\n\x0b\x65UnitSystem\x12\n\n\x06Metric\x10\x00\x12\x0c\n\x08Imperial\x10\x01* \n\x0b\x65VectorMode\x12\x08\n\x04Pole\x10\x00\x12\x07\n\x03\x44ip\x10\x01*)\n\x10\x65WeightingOption\x12\x15\n\x11TerzaghiWeighting\x10\x00\x32T\n\x1cnSameModuleReferenceAccessor\x12\x34\n\x08GetValue\x12\x14.DipsAPI.ReferenceID\x1a\x12.DipsAPI.AnyHelper2\x95\x0f\n\x0fProjStubService\x12\x88\x01\n\x07\x41\x64\x64\x46old\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_FoldEntityInfo\x1a\x38.DipsAPI.ValidatableResult_ProtoReference_FoldEntityInfo\x12\x94\x01\n\x0b\x41\x64\x64Traverse\x12G.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_OrientationDataSet\x1a<.DipsAPI.ValidatableResult_ProtoReference_OrientationDataSet\x12\x8f\x01\n\x0c\x41\x64\x64UserPlane\x12\x44.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_PlaneEntityInfo\x1a\x39.DipsAPI.ValidatableResult_ProtoReference_PlaneEntityInfo\x12u\n\x0fGet2DStereonets\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a,.DipsAPI.List_ProtoReference_Stereonet2DView\x12u\n\x0fGet3DStereonets\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a,.DipsAPI.List_ProtoReference_Stereonet3DView\x12o\n\x0eGetDataFilters\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a\'.DipsAPI.List_ProtoReference_DataFilter\x12r\n\x16GetReportingConvention\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a\".DipsAPI.ReportingConventionResult\x12m\n\x0bGetRosettes\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a(.DipsAPI.List_ProtoReference_RosetteView\x12u\n\x0cGetTraverses\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a/.DipsAPI.List_ProtoReference_OrientationDataSet\x12`\n\rGetUnitSystem\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a\x19.DipsAPI.UnitSystemResult\x12g\n\x13GetWeightingOptions\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a\x1a.DipsAPI.WeightingSettings\x12\x80\x01\n\x0eRemoveTraverse\x12V.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_ProtoReference_OrientationDataSet\x1a\x16.google.protobuf.Empty\x12\x66\n\x0bSaveProject\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_String\x1a\x1a.DipsAPI.ValidatableResult\x12}\n\x16SetReportingConvention\x12K.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_eOrientationConvention\x1a\x16.google.protobuf.Empty\x12i\n\rSetUnitSystem\x12@.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_eUnitSystem\x1a\x16.google.protobuf.Empty\x12u\n\x13SetWeightingOptions\x12\x46.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_WeightingSettings\x1a\x16.google.protobuf.Empty2\xd1\x02\n\x14ProcessedDataManager\x12k\n\x0eNumericRequest\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_DataDescriptor\x1a\x14.DipsAPI.List_Double\x12\x62\n\rPlanarRequest\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a\x1b.DipsAPI.List_ProcessedData\x12h\n\x0bTextRequest\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_DataDescriptor\x1a\x14.DipsAPI.List_String2\xc9X\n\x13Stereonet2DServices\x12\xa9\x01\n\x17\x41\x64\x64Stereonet2DArrowTool\x12O.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_ArrowToolEntityInfo\x1a=.DipsAPI.ValidatableResult_ProtoReference_ArrowToolEntityInfo\x12\xa6\x01\n\x16\x41\x64\x64Stereonet2DConeTool\x12N.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_ConeToolEntityInfo\x1a<.DipsAPI.ValidatableResult_ProtoReference_ConeToolEntityInfo\x12\xaf\x01\n\x19\x41\x64\x64Stereonet2DEllipseTool\x12Q.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_EllipseToolEntityInfo\x1a?.DipsAPI.ValidatableResult_ProtoReference_EllipseToolEntityInfo\x12\xe8\x01\n,AddStereonet2DLineIntersectionCalculatorTool\x12\x64.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_LineIntersectionCalculatorToolEntityInfo\x1aR.DipsAPI.ValidatableResult_ProtoReference_LineIntersectionCalculatorToolEntityInfo\x12\xa6\x01\n\x16\x41\x64\x64Stereonet2DLineTool\x12N.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_LineToolEntityInfo\x1a<.DipsAPI.ValidatableResult_ProtoReference_LineToolEntityInfo\x12\xbe\x01\n\x1e\x41\x64\x64Stereonet2DMeasureAngleTool\x12V.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_MeasureAngleToolEntityInfo\x1a\x44.DipsAPI.ValidatableResult_ProtoReference_MeasureAngleToolEntityInfo\x12\xb5\x01\n\x1b\x41\x64\x64Stereonet2DPitchGridTool\x12S.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_PitchGridToolEntityInfo\x1a\x41.DipsAPI.ValidatableResult_ProtoReference_PitchGridToolEntityInfo\x12\xeb\x01\n-AddStereonet2DPlaneIntersectionCalculatorTool\x12\x65.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_PlaneIntersectionCalculatorToolEntityInfo\x1aS.DipsAPI.ValidatableResult_ProtoReference_PlaneIntersectionCalculatorToolEntityInfo\x12\xaf\x01\n\x19\x41\x64\x64Stereonet2DPolygonTool\x12Q.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_PolygonToolEntityInfo\x1a?.DipsAPI.ValidatableResult_ProtoReference_PolygonToolEntityInfo\x12\xb2\x01\n\x1a\x41\x64\x64Stereonet2DPolylineTool\x12R.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_PolylineToolEntityInfo\x1a@.DipsAPI.ValidatableResult_ProtoReference_PolylineToolEntityInfo\x12\xb5\x01\n\x1b\x41\x64\x64Stereonet2DRectangleTool\x12S.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_RectangleToolEntityInfo\x1a\x41.DipsAPI.ValidatableResult_ProtoReference_RectangleToolEntityInfo\x12\xa6\x01\n\x16\x41\x64\x64Stereonet2DTextTool\x12N.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_TextToolEntityInfo\x1a<.DipsAPI.ValidatableResult_ProtoReference_TextToolEntityInfo\x12\xb5\x01\n\x1b\x41\x64\x64Stereonet2DTrendLineTool\x12S.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_TrendLineToolEntityInfo\x1a\x41.DipsAPI.ValidatableResult_ProtoReference_TrendLineToolEntityInfo\x12k\n\x14\x43loseStereonet2DView\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x16.google.protobuf.Empty\x12v\n\x15\x43reateStereonet2DView\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a\'.DipsAPI.ProtoReference_Stereonet2DView\x12v\n\x13GetActiveDataFilter\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\".DipsAPI.ProtoReference_DataFilter\x12\x8b\x01\n\x19GetFoldEntityVisibilities\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x31.DipsAPI.List_ProtoReference_FoldEntityVisibility\x12\x97\x01\n\x1fGetFoldWindowEntityVisibilities\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x37.DipsAPI.List_ProtoReference_FoldWindowEntityVisibility\x12\x92\x01\n!GetMeanSetPlaneEntityVisibilities\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x30.DipsAPI.List_ProtoReference_SetEntityVisibility\x12\x95\x01\n\x1eGetSetWindowEntityVisibilities\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x36.DipsAPI.List_ProtoReference_SetWindowEntityVisibility\x12\x89\x01\n\x18GetStereonet2DArrowTools\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x30.DipsAPI.List_ProtoReference_ArrowToolEntityInfo\x12\x87\x01\n\x17GetStereonet2DConeTools\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a/.DipsAPI.List_ProtoReference_ConeToolEntityInfo\x12\x8d\x01\n\x1aGetStereonet2DEllipseTools\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x32.DipsAPI.List_ProtoReference_EllipseToolEntityInfo\x12\xb3\x01\n-GetStereonet2DLineIntersectionCalculatorTools\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x45.DipsAPI.List_ProtoReference_LineIntersectionCalculatorToolEntityInfo\x12\x87\x01\n\x17GetStereonet2DLineTools\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a/.DipsAPI.List_ProtoReference_LineToolEntityInfo\x12\x97\x01\n\x1fGetStereonet2DMeasureAngleTools\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x37.DipsAPI.List_ProtoReference_MeasureAngleToolEntityInfo\x12\x91\x01\n\x1cGetStereonet2DPitchGridTools\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x34.DipsAPI.List_ProtoReference_PitchGridToolEntityInfo\x12\xb5\x01\n.GetStereonet2DPlaneIntersectionCalculatorTools\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x46.DipsAPI.List_ProtoReference_PlaneIntersectionCalculatorToolEntityInfo\x12\x8d\x01\n\x1aGetStereonet2DPolygonTools\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x32.DipsAPI.List_ProtoReference_PolygonToolEntityInfo\x12\x8f\x01\n\x1bGetStereonet2DPolylineTools\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x33.DipsAPI.List_ProtoReference_PolylineToolEntityInfo\x12\x91\x01\n\x1cGetStereonet2DRectangleTools\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x34.DipsAPI.List_ProtoReference_RectangleToolEntityInfo\x12\x87\x01\n\x17GetStereonet2DTextTools\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a/.DipsAPI.List_ProtoReference_TextToolEntityInfo\x12\x91\x01\n\x1cGetStereonet2DTrendLineTools\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x34.DipsAPI.List_ProtoReference_TrendLineToolEntityInfo\x12\x93\x01\n\x1dGetTraverseEntityVisibilities\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x35.DipsAPI.List_ProtoReference_TraverseEntityVisibility\x12\x91\x01\n\x1eGetUserPlaneEntityVisibilities\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView\x1a\x32.DipsAPI.List_ProtoReference_PlaneEntityVisibility\x12\x84\x01\n\x13SetActiveDataFilter\x12U.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_ProtoReference_DataFilter\x1a\x16.google.protobuf.Empty\x12\x80\x01\n!SetArrowToolEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x7f\n SetConeToolEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x86\x01\n\x17SetContourEntityOptions\x12S.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_ContourEntityVisibility\x1a\x16.google.protobuf.Empty\x12y\n\x1aSetContourEntityVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12r\n\x0eSetContourType\x12H.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_eContourType\x1a\x16.google.protobuf.Empty\x12s\n\x14SetContourVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x82\x01\n#SetEllipseToolEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12{\n\x1cSetFoldEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x81\x01\n\"SetFoldWindowEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x95\x01\n\"SetGlobalBestFitPlaneEntityOptions\x12W.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_GlobalPlaneEntityVisibility\x1a\x16.google.protobuf.Empty\x12\x84\x01\n%SetGlobalBestFitPlaneEntityVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x92\x01\n\x1fSetGlobalMeanPlaneEntityOptions\x12W.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_GlobalPlaneEntityVisibility\x1a\x16.google.protobuf.Empty\x12\x81\x01\n\"SetGlobalMeanPlaneEntityVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x87\x01\n\x1cSetIntersectionEntityOptions\x12O.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_IntersectionOptions\x1a\x16.google.protobuf.Empty\x12~\n\x1fSetIntersectionEntityVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x89\x01\n#SetIntersectionVectorContourOptions\x12J.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_ContourOptions\x1a\x16.google.protobuf.Empty\x12l\n\rSetIsWeighted\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12r\n\x13SetLegendVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x95\x01\n6SetLineIntersectionCalculatorToolEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x7f\n SetLineToolEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x83\x01\n$SetMeanSetPlaneEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x87\x01\n(SetMeasureAngleToolEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x84\x01\n%SetPitchGridToolEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x96\x01\n7SetPlaneIntersectionCalculatorToolEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12}\n\x14SetPoleEntityOptions\x12M.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_PoleEntityOptions\x1a\x16.google.protobuf.Empty\x12v\n\x17SetPoleEntityVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12r\n\x13SetPoleEntVisiblity\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x81\x01\n\x1bSetPoleVectorContourOptions\x12J.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_ContourOptions\x1a\x16.google.protobuf.Empty\x12\x82\x01\n#SetPolygonToolEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x83\x01\n$SetPolylineToolEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x80\x01\n\x11SetProjectionMode\x12S.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_StereonetProjectionMode\x1a\x16.google.protobuf.Empty\x12\x83\x01\n\x1dSetQuantitativeContourOptions\x12J.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_ContourOptions\x1a\x16.google.protobuf.Empty\x12\x91\x01\n\x1eSetQuantitativeContourSettings\x12W.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_QuantitativeContourSettings\x1a\x16.google.protobuf.Empty\x12\x84\x01\n%SetRectangleToolEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x80\x01\n!SetSetWindowEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x98\x01\n SetStereonetOverlayEntityOptions\x12\\.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_StereonetOverlayEntityVisibility\x1a\x16.google.protobuf.Empty\x12\x82\x01\n#SetStereonetOverlayEntityVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x7f\n SetTextToolEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x7f\n SetTraverseEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x84\x01\n%SetTrendLineToolEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x80\x01\n!SetUserPlaneEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_Boolean\x1a\x16.google.protobuf.Empty\x12p\n\rSetVectorMode\x12G.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet2DView_eVectorMode\x1a\x16.google.protobuf.Empty2\xc8=\n\x13Stereonet3DServices\x12\xa9\x01\n\x17\x41\x64\x64Stereonet3DArrowTool\x12O.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_ArrowToolEntityInfo\x1a=.DipsAPI.ValidatableResult_ProtoReference_ArrowToolEntityInfo\x12\xa6\x01\n\x16\x41\x64\x64Stereonet3DConeTool\x12N.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_ConeToolEntityInfo\x1a<.DipsAPI.ValidatableResult_ProtoReference_ConeToolEntityInfo\x12\xaf\x01\n\x19\x41\x64\x64Stereonet3DEllipseTool\x12Q.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_EllipseToolEntityInfo\x1a?.DipsAPI.ValidatableResult_ProtoReference_EllipseToolEntityInfo\x12\xe8\x01\n,AddStereonet3DLineIntersectionCalculatorTool\x12\x64.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_LineIntersectionCalculatorToolEntityInfo\x1aR.DipsAPI.ValidatableResult_ProtoReference_LineIntersectionCalculatorToolEntityInfo\x12\xa6\x01\n\x16\x41\x64\x64Stereonet3DLineTool\x12N.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_LineToolEntityInfo\x1a<.DipsAPI.ValidatableResult_ProtoReference_LineToolEntityInfo\x12\xbe\x01\n\x1e\x41\x64\x64Stereonet3DMeasureAngleTool\x12V.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_MeasureAngleToolEntityInfo\x1a\x44.DipsAPI.ValidatableResult_ProtoReference_MeasureAngleToolEntityInfo\x12\xb5\x01\n\x1b\x41\x64\x64Stereonet3DPitchGridTool\x12S.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_PitchGridToolEntityInfo\x1a\x41.DipsAPI.ValidatableResult_ProtoReference_PitchGridToolEntityInfo\x12\xeb\x01\n-AddStereonet3DPlaneIntersectionCalculatorTool\x12\x65.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_PlaneIntersectionCalculatorToolEntityInfo\x1aS.DipsAPI.ValidatableResult_ProtoReference_PlaneIntersectionCalculatorToolEntityInfo\x12\xaf\x01\n\x19\x41\x64\x64Stereonet3DPolygonTool\x12Q.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_PolygonToolEntityInfo\x1a?.DipsAPI.ValidatableResult_ProtoReference_PolygonToolEntityInfo\x12\xb2\x01\n\x1a\x41\x64\x64Stereonet3DPolylineTool\x12R.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_PolylineToolEntityInfo\x1a@.DipsAPI.ValidatableResult_ProtoReference_PolylineToolEntityInfo\x12\xb5\x01\n\x1b\x41\x64\x64Stereonet3DRectangleTool\x12S.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_RectangleToolEntityInfo\x1a\x41.DipsAPI.ValidatableResult_ProtoReference_RectangleToolEntityInfo\x12\xa6\x01\n\x16\x41\x64\x64Stereonet3DTextTool\x12N.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_TextToolEntityInfo\x1a<.DipsAPI.ValidatableResult_ProtoReference_TextToolEntityInfo\x12\xb5\x01\n\x1b\x41\x64\x64Stereonet3DTrendLineTool\x12S.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_TrendLineToolEntityInfo\x1a\x41.DipsAPI.ValidatableResult_ProtoReference_TrendLineToolEntityInfo\x12k\n\x14\x43loseStereonet3DView\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView\x1a\x16.google.protobuf.Empty\x12v\n\x15\x43reateStereonet3DView\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a\'.DipsAPI.ProtoReference_Stereonet3DView\x12v\n\x13GetActiveDataFilter\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView\x1a\".DipsAPI.ProtoReference_DataFilter\x12\x8b\x01\n\x19GetFoldEntityVisibilities\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView\x1a\x31.DipsAPI.List_ProtoReference_FoldEntityVisibility\x12\x97\x01\n\x1fGetFoldWindowEntityVisibilities\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView\x1a\x37.DipsAPI.List_ProtoReference_FoldWindowEntityVisibility\x12\x92\x01\n!GetMeanSetPlaneEntityVisibilities\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView\x1a\x30.DipsAPI.List_ProtoReference_SetEntityVisibility\x12\x95\x01\n\x1eGetSetWindowEntityVisibilities\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView\x1a\x36.DipsAPI.List_ProtoReference_SetWindowEntityVisibility\x12\x93\x01\n\x1dGetTraverseEntityVisibilities\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView\x1a\x35.DipsAPI.List_ProtoReference_TraverseEntityVisibility\x12\x91\x01\n\x1eGetUserPlaneEntityVisibilities\x12;.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView\x1a\x32.DipsAPI.List_ProtoReference_PlaneEntityVisibility\x12\x84\x01\n\x13SetActiveDataFilter\x12U.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_ProtoReference_DataFilter\x1a\x16.google.protobuf.Empty\x12\x8a\x01\n\x17SetContourEntityOptions\x12S.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_ContourEntityVisibility\x1a\x1a.DipsAPI.ValidatableResult\x12y\n\x1aSetContourEntityVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x1a\x16.google.protobuf.Empty\x12r\n\x0eSetContourType\x12H.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_eContourType\x1a\x16.google.protobuf.Empty\x12{\n\x1cSetFoldEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x81\x01\n\"SetFoldWindowEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x99\x01\n\"SetGlobalBestFitPlaneEntityOptions\x12W.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_GlobalPlaneEntityVisibility\x1a\x1a.DipsAPI.ValidatableResult\x12\x84\x01\n%SetGlobalBestFitPlaneEntityVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x96\x01\n\x1fSetGlobalMeanPlaneEntityOptions\x12W.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_GlobalPlaneEntityVisibility\x1a\x1a.DipsAPI.ValidatableResult\x12\x81\x01\n\"SetGlobalMeanPlaneEntityVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x8b\x01\n\x1cSetIntersectionEntityOptions\x12O.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_IntersectionOptions\x1a\x1a.DipsAPI.ValidatableResult\x12~\n\x1fSetIntersectionEntityVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x1a\x16.google.protobuf.Empty\x12|\n\x13SetIntersectionType\x12M.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_eIntersectionType\x1a\x16.google.protobuf.Empty\x12\x8d\x01\n#SetIntersectionVectorContourOptions\x12J.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_ContourOptions\x1a\x1a.DipsAPI.ValidatableResult\x12\xa3\x01\n+SetIntersectionVectorDensityContourSettings\x12X.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_VectorDensityContourSettings\x1a\x1a.DipsAPI.ValidatableResult\x12l\n\rSetIsWeighted\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x83\x01\n$SetMeanSetPlaneEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x81\x01\n\x14SetPoleEntityOptions\x12M.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_PoleEntityOptions\x1a\x1a.DipsAPI.ValidatableResult\x12v\n\x17SetPoleEntityVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x85\x01\n\x1bSetPoleVectorContourOptions\x12J.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_ContourOptions\x1a\x1a.DipsAPI.ValidatableResult\x12\x9b\x01\n#SetPoleVectorDensityContourSettings\x12X.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_VectorDensityContourSettings\x1a\x1a.DipsAPI.ValidatableResult\x12\x87\x01\n\x1dSetQuantitativeContourOptions\x12J.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_ContourOptions\x1a\x1a.DipsAPI.ValidatableResult\x12\x95\x01\n\x1eSetQuantitativeContourSettings\x12W.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_QuantitativeContourSettings\x1a\x1a.DipsAPI.ValidatableResult\x12w\n\x0fSetSetVersusSet\x12H.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_SetVersusSet\x1a\x1a.DipsAPI.ValidatableResult\x12\x80\x01\n!SetSetWindowEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x9c\x01\n SetStereonetOverlayEntityOptions\x12\\.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_StereonetOverlayEntityVisibility\x1a\x1a.DipsAPI.ValidatableResult\x12\x82\x01\n#SetStereonetOverlayEntityVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x7f\n\x13SetSymbolicSettings\x12L.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_SymbolicSettings\x1a\x1a.DipsAPI.ValidatableResult\x12\x7f\n SetTraverseEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x1a\x16.google.protobuf.Empty\x12\x80\x01\n!SetUserPlaneEntityGroupVisibility\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_Boolean\x1a\x16.google.protobuf.Empty\x12p\n\rSetVectorMode\x12G.DipsAPI.ProtoMemberFunction_ProtoReference_Stereonet3DView_eVectorMode\x1a\x16.google.protobuf.Empty2\xe1#\n\x0fRosetteServices\x12\xa1\x01\n\x13\x41\x64\x64RosetteArrowTool\x12K.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_ArrowToolEntityInfo\x1a=.DipsAPI.ValidatableResult_ProtoReference_ArrowToolEntityInfo\x12\xa7\x01\n\x15\x41\x64\x64RosetteEllipseTool\x12M.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_EllipseToolEntityInfo\x1a?.DipsAPI.ValidatableResult_ProtoReference_EllipseToolEntityInfo\x12\x9e\x01\n\x12\x41\x64\x64RosetteLineTool\x12J.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_LineToolEntityInfo\x1a<.DipsAPI.ValidatableResult_ProtoReference_LineToolEntityInfo\x12\xa7\x01\n\x15\x41\x64\x64RosettePolygonTool\x12M.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_PolygonToolEntityInfo\x1a?.DipsAPI.ValidatableResult_ProtoReference_PolygonToolEntityInfo\x12\xaa\x01\n\x16\x41\x64\x64RosettePolylineTool\x12N.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_PolylineToolEntityInfo\x1a@.DipsAPI.ValidatableResult_ProtoReference_PolylineToolEntityInfo\x12\xad\x01\n\x17\x41\x64\x64RosetteRectangleTool\x12O.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_RectangleToolEntityInfo\x1a\x41.DipsAPI.ValidatableResult_ProtoReference_RectangleToolEntityInfo\x12\x9e\x01\n\x12\x41\x64\x64RosetteTextTool\x12J.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_TextToolEntityInfo\x1a<.DipsAPI.ValidatableResult_ProtoReference_TextToolEntityInfo\x12\xad\x01\n\x17\x41\x64\x64RosetteTrendLineTool\x12O.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_TrendLineToolEntityInfo\x1a\x41.DipsAPI.ValidatableResult_ProtoReference_TrendLineToolEntityInfo\x12\x63\n\x10\x43loseRosetteView\x12\x37.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView\x1a\x16.google.protobuf.Empty\x12n\n\x11\x43reateRosetteView\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a#.DipsAPI.ProtoReference_RosetteView\x12r\n\x13GetActiveDataFilter\x12\x37.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView\x1a\".DipsAPI.ProtoReference_DataFilter\x12\x81\x01\n\x14GetRosetteArrowTools\x12\x37.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView\x1a\x30.DipsAPI.List_ProtoReference_ArrowToolEntityInfo\x12\x85\x01\n\x16GetRosetteEllipseTools\x12\x37.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView\x1a\x32.DipsAPI.List_ProtoReference_EllipseToolEntityInfo\x12\x7f\n\x13GetRosetteLineTools\x12\x37.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView\x1a/.DipsAPI.List_ProtoReference_LineToolEntityInfo\x12\x85\x01\n\x16GetRosettePolygonTools\x12\x37.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView\x1a\x32.DipsAPI.List_ProtoReference_PolygonToolEntityInfo\x12\x87\x01\n\x17GetRosettePolylineTools\x12\x37.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView\x1a\x33.DipsAPI.List_ProtoReference_PolylineToolEntityInfo\x12\x89\x01\n\x18GetRosetteRectangleTools\x12\x37.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView\x1a\x34.DipsAPI.List_ProtoReference_RectangleToolEntityInfo\x12\x7f\n\x13GetRosetteTextTools\x12\x37.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView\x1a/.DipsAPI.List_ProtoReference_TextToolEntityInfo\x12\x89\x01\n\x18GetRosetteTrendLineTools\x12\x37.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView\x1a\x34.DipsAPI.List_ProtoReference_TrendLineToolEntityInfo\x12\x8d\x01\n\x1eGetUserPlaneEntityVisibilities\x12\x37.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView\x1a\x32.DipsAPI.List_ProtoReference_PlaneEntityVisibility\x12\x80\x01\n\x13SetActiveDataFilter\x12Q.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_ProtoReference_DataFilter\x1a\x16.google.protobuf.Empty\x12|\n!SetArrowToolEntityGroupVisibility\x12?.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_Boolean\x1a\x16.google.protobuf.Empty\x12~\n#SetEllipseToolEntityGroupVisibility\x12?.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_Boolean\x1a\x16.google.protobuf.Empty\x12{\n SetLineToolEntityGroupVisibility\x12?.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_Boolean\x1a\x16.google.protobuf.Empty\x12~\n#SetPolygonToolEntityGroupVisibility\x12?.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_Boolean\x1a\x16.google.protobuf.Empty\x12\x7f\n$SetPolylineToolEntityGroupVisibility\x12?.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_Boolean\x1a\x16.google.protobuf.Empty\x12\x80\x01\n\x11SetProjectionMode\x12O.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_StereonetProjectionMode\x1a\x1a.DipsAPI.ValidatableResult\x12\x80\x01\n%SetRectangleToolEntityGroupVisibility\x12?.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_Boolean\x1a\x16.google.protobuf.Empty\x12y\n\x12SetRosetteSettings\x12G.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_RosetteSettings\x1a\x1a.DipsAPI.ValidatableResult\x12{\n SetTextToolEntityGroupVisibility\x12?.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_Boolean\x1a\x16.google.protobuf.Empty\x12x\n\x1dSetToolsEntityGroupVisibility\x12?.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_Boolean\x1a\x16.google.protobuf.Empty\x12\x80\x01\n%SetTrendLineToolEntityGroupVisibility\x12?.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_Boolean\x1a\x16.google.protobuf.Empty\x12|\n!SetUserPlaneEntityGroupVisibility\x12?.DipsAPI.ProtoMemberFunction_ProtoReference_RosetteView_Boolean\x1a\x16.google.protobuf.Empty2\xc6\x33\n\x0e\x45ntityServices\x12j\n\x0fRemoveArrowTool\x12?.DipsAPI.ProtoMemberFunction_ProtoReference_ArrowToolEntityInfo\x1a\x16.google.protobuf.Empty\x12h\n\x0eRemoveConeTool\x12>.DipsAPI.ProtoMemberFunction_ProtoReference_ConeToolEntityInfo\x1a\x16.google.protobuf.Empty\x12n\n\x11RemoveEllipseTool\x12\x41.DipsAPI.ProtoMemberFunction_ProtoReference_EllipseToolEntityInfo\x1a\x16.google.protobuf.Empty\x12\x94\x01\n$RemoveLineIntersectionCalculatorTool\x12T.DipsAPI.ProtoMemberFunction_ProtoReference_LineIntersectionCalculatorToolEntityInfo\x1a\x16.google.protobuf.Empty\x12h\n\x0eRemoveLineTool\x12>.DipsAPI.ProtoMemberFunction_ProtoReference_LineToolEntityInfo\x1a\x16.google.protobuf.Empty\x12x\n\x16RemoveMeasureAngleTool\x12\x46.DipsAPI.ProtoMemberFunction_ProtoReference_MeasureAngleToolEntityInfo\x1a\x16.google.protobuf.Empty\x12r\n\x13RemovePitchGridTool\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_PitchGridToolEntityInfo\x1a\x16.google.protobuf.Empty\x12\x96\x01\n%RemovePlaneIntersectionCalculatorTool\x12U.DipsAPI.ProtoMemberFunction_ProtoReference_PlaneIntersectionCalculatorToolEntityInfo\x1a\x16.google.protobuf.Empty\x12n\n\x11RemovePolygonTool\x12\x41.DipsAPI.ProtoMemberFunction_ProtoReference_PolygonToolEntityInfo\x1a\x16.google.protobuf.Empty\x12p\n\x12RemovePolylineTool\x12\x42.DipsAPI.ProtoMemberFunction_ProtoReference_PolylineToolEntityInfo\x1a\x16.google.protobuf.Empty\x12r\n\x13RemoveRectangleTool\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_RectangleToolEntityInfo\x1a\x16.google.protobuf.Empty\x12h\n\x0eRemoveTextTool\x12>.DipsAPI.ProtoMemberFunction_ProtoReference_TextToolEntityInfo\x1a\x16.google.protobuf.Empty\x12r\n\x13RemoveTrendLineTool\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_TrendLineToolEntityInfo\x1a\x16.google.protobuf.Empty\x12y\n\x16SetArrowToolVisibility\x12G.DipsAPI.ProtoMemberFunction_ProtoReference_ArrowToolEntityInfo_Boolean\x1a\x16.google.protobuf.Empty\x12w\n\x15SetConeToolVisibility\x12\x46.DipsAPI.ProtoMemberFunction_ProtoReference_ConeToolEntityInfo_Boolean\x1a\x16.google.protobuf.Empty\x12}\n\x18SetEllipseToolVisibility\x12I.DipsAPI.ProtoMemberFunction_ProtoReference_EllipseToolEntityInfo_Boolean\x1a\x16.google.protobuf.Empty\x12\x89\x01\n\x14SetFoldEntityOptions\x12U.DipsAPI.ProtoMemberFunction_ProtoReference_FoldEntityVisibility_FoldEntityVisibility\x1a\x1a.DipsAPI.ValidatableResult\x12{\n\x17SetFoldEntityVisibility\x12H.DipsAPI.ProtoMemberFunction_ProtoReference_FoldEntityVisibility_Boolean\x1a\x16.google.protobuf.Empty\x12\x87\x01\n\x1dSetFoldWindowEntityVisibility\x12N.DipsAPI.ProtoMemberFunction_ProtoReference_FoldWindowEntityVisibility_Boolean\x1a\x16.google.protobuf.Empty\x12\xa3\x01\n+SetLineIntersectionCalculatorToolVisibility\x12\\.DipsAPI.ProtoMemberFunction_ProtoReference_LineIntersectionCalculatorToolEntityInfo_Boolean\x1a\x16.google.protobuf.Empty\x12w\n\x15SetLineToolVisibility\x12\x46.DipsAPI.ProtoMemberFunction_ProtoReference_LineToolEntityInfo_Boolean\x1a\x16.google.protobuf.Empty\x12\x8f\x01\n\x1cSetMeanSetPlaneEntityOptions\x12S.DipsAPI.ProtoMemberFunction_ProtoReference_SetEntityVisibility_SetEntityVisibility\x1a\x1a.DipsAPI.ValidatableResult\x12\x82\x01\n\x1fSetMeanSetPlaneEntityVisibility\x12G.DipsAPI.ProtoMemberFunction_ProtoReference_SetEntityVisibility_Boolean\x1a\x16.google.protobuf.Empty\x12\x87\x01\n\x1dSetMeasureAngleToolVisibility\x12N.DipsAPI.ProtoMemberFunction_ProtoReference_MeasureAngleToolEntityInfo_Boolean\x1a\x16.google.protobuf.Empty\x12\x81\x01\n\x1aSetPitchGridToolVisibility\x12K.DipsAPI.ProtoMemberFunction_ProtoReference_PitchGridToolEntityInfo_Boolean\x1a\x16.google.protobuf.Empty\x12\xa5\x01\n,SetPlaneIntersectionCalculatorToolVisibility\x12].DipsAPI.ProtoMemberFunction_ProtoReference_PlaneIntersectionCalculatorToolEntityInfo_Boolean\x1a\x16.google.protobuf.Empty\x12}\n\x18SetPolygonToolVisibility\x12I.DipsAPI.ProtoMemberFunction_ProtoReference_PolygonToolEntityInfo_Boolean\x1a\x16.google.protobuf.Empty\x12\x7f\n\x19SetPolylineToolVisibility\x12J.DipsAPI.ProtoMemberFunction_ProtoReference_PolylineToolEntityInfo_Boolean\x1a\x16.google.protobuf.Empty\x12\x81\x01\n\x1aSetRectangleToolVisibility\x12K.DipsAPI.ProtoMemberFunction_ProtoReference_RectangleToolEntityInfo_Boolean\x1a\x16.google.protobuf.Empty\x12\x85\x01\n\x1cSetSetWindowEntityVisibility\x12M.DipsAPI.ProtoMemberFunction_ProtoReference_SetWindowEntityVisibility_Boolean\x1a\x16.google.protobuf.Empty\x12w\n\x15SetTextToolVisibility\x12\x46.DipsAPI.ProtoMemberFunction_ProtoReference_TextToolEntityInfo_Boolean\x1a\x16.google.protobuf.Empty\x12\x95\x01\n\x18SetTraverseEntityOptions\x12].DipsAPI.ProtoMemberFunction_ProtoReference_TraverseEntityVisibility_TraverseEntityVisibility\x1a\x1a.DipsAPI.ValidatableResult\x12\x83\x01\n\x1bSetTraverseEntityVisibility\x12L.DipsAPI.ProtoMemberFunction_ProtoReference_TraverseEntityVisibility_Boolean\x1a\x16.google.protobuf.Empty\x12\x81\x01\n\x1aSetTrendLineToolVisibility\x12K.DipsAPI.ProtoMemberFunction_ProtoReference_TrendLineToolEntityInfo_Boolean\x1a\x16.google.protobuf.Empty\x12\x90\x01\n\x19SetUserPlaneEntityOptions\x12W.DipsAPI.ProtoMemberFunction_ProtoReference_PlaneEntityVisibility_PlaneEntityVisibility\x1a\x1a.DipsAPI.ValidatableResult\x12\x81\x01\n\x1cSetUserPlaneEntityVisibility\x12I.DipsAPI.ProtoMemberFunction_ProtoReference_PlaneEntityVisibility_Boolean\x1a\x16.google.protobuf.Empty\x12\x82\x01\n\x0fUpdateArrowTool\x12S.DipsAPI.ProtoMemberFunction_ProtoReference_ArrowToolEntityInfo_ArrowToolEntityInfo\x1a\x1a.DipsAPI.ValidatableResult\x12\x7f\n\x0eUpdateConeTool\x12Q.DipsAPI.ProtoMemberFunction_ProtoReference_ConeToolEntityInfo_ConeToolEntityInfo\x1a\x1a.DipsAPI.ValidatableResult\x12\x88\x01\n\x11UpdateEllipseTool\x12W.DipsAPI.ProtoMemberFunction_ProtoReference_EllipseToolEntityInfo_EllipseToolEntityInfo\x1a\x1a.DipsAPI.ValidatableResult\x12\xc1\x01\n$UpdateLineIntersectionCalculatorTool\x12}.DipsAPI.ProtoMemberFunction_ProtoReference_LineIntersectionCalculatorToolEntityInfo_LineIntersectionCalculatorToolEntityInfo\x1a\x1a.DipsAPI.ValidatableResult\x12\x7f\n\x0eUpdateLineTool\x12Q.DipsAPI.ProtoMemberFunction_ProtoReference_LineToolEntityInfo_LineToolEntityInfo\x1a\x1a.DipsAPI.ValidatableResult\x12\x97\x01\n\x16UpdateMeasureAngleTool\x12\x61.DipsAPI.ProtoMemberFunction_ProtoReference_MeasureAngleToolEntityInfo_MeasureAngleToolEntityInfo\x1a\x1a.DipsAPI.ValidatableResult\x12\x8e\x01\n\x13UpdatePitchGridTool\x12[.DipsAPI.ProtoMemberFunction_ProtoReference_PitchGridToolEntityInfo_PitchGridToolEntityInfo\x1a\x1a.DipsAPI.ValidatableResult\x12\xc4\x01\n%UpdatePlaneIntersectionCalculatorTool\x12\x7f.DipsAPI.ProtoMemberFunction_ProtoReference_PlaneIntersectionCalculatorToolEntityInfo_PlaneIntersectionCalculatorToolEntityInfo\x1a\x1a.DipsAPI.ValidatableResult\x12\x88\x01\n\x11UpdatePolygonTool\x12W.DipsAPI.ProtoMemberFunction_ProtoReference_PolygonToolEntityInfo_PolygonToolEntityInfo\x1a\x1a.DipsAPI.ValidatableResult\x12\x8b\x01\n\x12UpdatePolylineTool\x12Y.DipsAPI.ProtoMemberFunction_ProtoReference_PolylineToolEntityInfo_PolylineToolEntityInfo\x1a\x1a.DipsAPI.ValidatableResult\x12\x8e\x01\n\x13UpdateRectangleTool\x12[.DipsAPI.ProtoMemberFunction_ProtoReference_RectangleToolEntityInfo_RectangleToolEntityInfo\x1a\x1a.DipsAPI.ValidatableResult\x12\x7f\n\x0eUpdateTextTool\x12Q.DipsAPI.ProtoMemberFunction_ProtoReference_TextToolEntityInfo_TextToolEntityInfo\x1a\x1a.DipsAPI.ValidatableResult\x12\x8e\x01\n\x13UpdateTrendLineTool\x12[.DipsAPI.ProtoMemberFunction_ProtoReference_TrendLineToolEntityInfo_TrendLineToolEntityInfo\x1a\x1a.DipsAPI.ValidatableResult2\x9a\x05\n\x11HistogramServices\x12l\n\x12\x43loseHistogramView\x12>.DipsAPI.ProtoMemberFunction_ProtoReference_HistogramChartView\x1a\x16.google.protobuf.Empty\x12\x8a\x01\n\x13\x43reateHistogramView\x12G.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_HistogramChartView\x1a*.DipsAPI.ProtoReference_HistogramChartView\x12}\n\x17GetActivePoleDataFilter\x12>.DipsAPI.ProtoMemberFunction_ProtoReference_HistogramChartView\x1a\".DipsAPI.ProtoReference_DataFilter\x12}\n\x14GetHistogramViewList\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a/.DipsAPI.List_ProtoReference_HistogramChartView\x12\x8b\x01\n\x17SetActivePoleDataFilter\x12X.DipsAPI.ProtoMemberFunction_ProtoReference_HistogramChartView_ProtoReference_DataFilter\x1a\x16.google.protobuf.Empty2\x92\x05\n\x14ScatterChartServices\x12m\n\x15\x43loseScatterChartView\x12<.DipsAPI.ProtoMemberFunction_ProtoReference_ScatterChartView\x1a\x16.google.protobuf.Empty\x12\x89\x01\n\x16\x43reateScatterChartView\x12\x45.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_ScatterChartView\x1a(.DipsAPI.ProtoReference_ScatterChartView\x12w\n\x13GetActiveDataFilter\x12<.DipsAPI.ProtoMemberFunction_ProtoReference_ScatterChartView\x1a\".DipsAPI.ProtoReference_DataFilter\x12~\n\x17GetScatterChartViewList\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a-.DipsAPI.List_ProtoReference_ScatterChartView\x12\x85\x01\n\x13SetActiveDataFilter\x12V.DipsAPI.ProtoMemberFunction_ProtoReference_ScatterChartView_ProtoReference_DataFilter\x1a\x16.google.protobuf.Empty2\xb1\x05\n\x17\x43umulativeChartServices\x12s\n\x18\x43loseCumulativeChartView\x12?.DipsAPI.ProtoMemberFunction_ProtoReference_CumulativeChartView\x1a\x16.google.protobuf.Empty\x12\x92\x01\n\x19\x43reateCumulativeChartView\x12H.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_CumulativeChartView\x1a+.DipsAPI.ProtoReference_CumulativeChartView\x12z\n\x13GetActiveDataFilter\x12?.DipsAPI.ProtoMemberFunction_ProtoReference_CumulativeChartView\x1a\".DipsAPI.ProtoReference_DataFilter\x12\x84\x01\n\x1aGetCumulativeChartViewList\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a\x30.DipsAPI.List_ProtoReference_CumulativeChartView\x12\x88\x01\n\x13SetActiveDataFilter\x12Y.DipsAPI.ProtoMemberFunction_ProtoReference_CumulativeChartView_ProtoReference_DataFilter\x1a\x16.google.protobuf.Empty2\xb5\x06\n$QualitativeQuantitativeChartServices\x12\x8d\x01\n%CloseQualitativeQuantitativeChartView\x12L.DipsAPI.ProtoMemberFunction_ProtoReference_QualitativeQuantitativeChartView\x1a\x16.google.protobuf.Empty\x12\xb9\x01\n&CreateQualitativeQuantitativeChartView\x12U.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_QualitativeQuantitativeChartView\x1a\x38.DipsAPI.ProtoReference_QualitativeQuantitativeChartView\x12\x87\x01\n\x13GetActiveDataFilter\x12L.DipsAPI.ProtoMemberFunction_ProtoReference_QualitativeQuantitativeChartView\x1a\".DipsAPI.ProtoReference_DataFilter\x12\x9e\x01\n\'GetQualitativeQuantitativeChartViewList\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a=.DipsAPI.List_ProtoReference_QualitativeQuantitativeChartView\x12\x95\x01\n\x13SetActiveDataFilter\x12\x66.DipsAPI.ProtoMemberFunction_ProtoReference_QualitativeQuantitativeChartView_ProtoReference_DataFilter\x1a\x16.google.protobuf.Empty2\xc5\x05\n\x19JointSpacingChartServices\x12w\n\x1a\x43loseJointSpacingChartView\x12\x41.DipsAPI.ProtoMemberFunction_ProtoReference_JointSpacingChartView\x1a\x16.google.protobuf.Empty\x12\x98\x01\n\x1b\x43reateJointSpacingChartView\x12J.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_JointSpacingChartView\x1a-.DipsAPI.ProtoReference_JointSpacingChartView\x12|\n\x13GetActiveDataFilter\x12\x41.DipsAPI.ProtoMemberFunction_ProtoReference_JointSpacingChartView\x1a\".DipsAPI.ProtoReference_DataFilter\x12\x88\x01\n\x1cGetJointSpacingChartViewList\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a\x32.DipsAPI.List_ProtoReference_JointSpacingChartView\x12\x8a\x01\n\x13SetActiveDataFilter\x12[.DipsAPI.ProtoMemberFunction_ProtoReference_JointSpacingChartView_ProtoReference_DataFilter\x1a\x16.google.protobuf.Empty2\xd9\x05\n\x1bJointFrequencyChartServices\x12{\n\x1c\x43loseJointFrequencyChartView\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_JointFrequencyChartView\x1a\x16.google.protobuf.Empty\x12\x9e\x01\n\x1d\x43reateJointFrequencyChartView\x12L.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_JointFrequencyChartView\x1a/.DipsAPI.ProtoReference_JointFrequencyChartView\x12~\n\x13GetActiveDataFilter\x12\x43.DipsAPI.ProtoMemberFunction_ProtoReference_JointFrequencyChartView\x1a\".DipsAPI.ProtoReference_DataFilter\x12\x8c\x01\n\x1eGetJointFrequencyChartViewList\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a\x34.DipsAPI.List_ProtoReference_JointFrequencyChartView\x12\x8c\x01\n\x13SetActiveDataFilter\x12].DipsAPI.ProtoMemberFunction_ProtoReference_JointFrequencyChartView_ProtoReference_DataFilter\x1a\x16.google.protobuf.Empty2\xbb\x05\n\x18RQDAnalysisChartServices\x12u\n\x19\x43loseRQDAnalysisChartView\x12@.DipsAPI.ProtoMemberFunction_ProtoReference_RQDAnalysisChartView\x1a\x16.google.protobuf.Empty\x12\x95\x01\n\x1a\x43reateRQDAnalysisChartView\x12I.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_RQDAnalysisChartView\x1a,.DipsAPI.ProtoReference_RQDAnalysisChartView\x12{\n\x13GetActiveDataFilter\x12@.DipsAPI.ProtoMemberFunction_ProtoReference_RQDAnalysisChartView\x1a\".DipsAPI.ProtoReference_DataFilter\x12\x86\x01\n\x1bGetRQDAnalysisChartViewList\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a\x31.DipsAPI.List_ProtoReference_RQDAnalysisChartView\x12\x89\x01\n\x13SetActiveDataFilter\x12Z.DipsAPI.ProtoMemberFunction_ProtoReference_RQDAnalysisChartView_ProtoReference_DataFilter\x1a\x16.google.protobuf.Empty2\x86\x03\n\x0bSetServices\x12\x8e\x01\n\x0f\x43reateSetWindow\x12\x42.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_SetEntityInfo\x1a\x37.DipsAPI.ValidatableResult_ProtoReference_SetEntityInfo\x12v\n\tDeleteSet\x12Q.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub_ProtoReference_SetEntityInfo\x1a\x16.google.protobuf.Empty\x12n\n\nGetAllSets\x12\x34.DipsAPI.ProtoMemberFunction_ProtoReference_ProjStub\x1a*.DipsAPI.List_ProtoReference_SetEntityInfo2\xbe\x02\n\nAppService\x12\x37\n\x05\x43lose\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\x12O\n\x13GetProjectReference\x12\x16.google.protobuf.Empty\x1a .DipsAPI.ProtoReference_ProjStub\x12\x36\n\x04Hide\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\x12\x36\n\x04Ping\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\x12\x36\n\x04Show\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Emptyb\x06proto3')
19
+
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'DipsAPI_pb2', _globals)
23
+ if not _descriptor._USE_C_DESCRIPTORS:
24
+ DESCRIPTOR._loaded_options = None
25
+ _globals['_CLUSTERWINDOW'].fields_by_name['ClusterLabels']._loaded_options = None
26
+ _globals['_CLUSTERWINDOW'].fields_by_name['ClusterLabels']._serialized_options = b'\020\000'
27
+ _globals['_CUSTOMROWRAWDATA_RAWDATAENTRY']._loaded_options = None
28
+ _globals['_CUSTOMROWRAWDATA_RAWDATAENTRY']._serialized_options = b'8\001'
29
+ _globals['_EANALYSISTYPE']._serialized_start=57036
30
+ _globals['_EANALYSISTYPE']._serialized_end=57086
31
+ _globals['_EANCHORCOORDINATEOPTION']._serialized_start=57088
32
+ _globals['_EANCHORCOORDINATEOPTION']._serialized_end=57141
33
+ _globals['_ECOLORINTERPOLATIONMETHOD']._serialized_start=57143
34
+ _globals['_ECOLORINTERPOLATIONMETHOD']._serialized_end=57232
35
+ _globals['_ECONTOURCOLORTABLEMETHOD']._serialized_start=57234
36
+ _globals['_ECONTOURCOLORTABLEMETHOD']._serialized_end=57289
37
+ _globals['_ECONTOURMODE']._serialized_start=57291
38
+ _globals['_ECONTOURMODE']._serialized_end=57349
39
+ _globals['_ECONTOURTYPE']._serialized_start=57351
40
+ _globals['_ECONTOURTYPE']._serialized_end=57444
41
+ _globals['_EDATATYPE']._serialized_start=57446
42
+ _globals['_EDATATYPE']._serialized_end=57569
43
+ _globals['_EDESURVERYOPTION']._serialized_start=57571
44
+ _globals['_EDESURVERYOPTION']._serialized_end=57637
45
+ _globals['_EDENSITYDISTRIBUTION']._serialized_start=57639
46
+ _globals['_EDENSITYDISTRIBUTION']._serialized_end=57686
47
+ _globals['_EFAILUREMODEOPTION']._serialized_start=57688
48
+ _globals['_EFAILUREMODEOPTION']._serialized_end=57814
49
+ _globals['_EHEMISPHEREDRAWOPTION']._serialized_start=57816
50
+ _globals['_EHEMISPHEREDRAWOPTION']._serialized_end=57861
51
+ _globals['_EINTERPOLATION']._serialized_start=57863
52
+ _globals['_EINTERPOLATION']._serialized_end=57900
53
+ _globals['_EINTERSECTIONTYPE']._serialized_start=57903
54
+ _globals['_EINTERSECTIONTYPE']._serialized_end=58123
55
+ _globals['_EINTERVALOPTION']._serialized_start=58125
56
+ _globals['_EINTERVALOPTION']._serialized_end=58168
57
+ _globals['_ELINEATIONDIRECTION']._serialized_start=58170
58
+ _globals['_ELINEATIONDIRECTION']._serialized_end=58209
59
+ _globals['_EORIENTATIONCONVENTION']._serialized_start=58212
60
+ _globals['_EORIENTATIONCONVENTION']._serialized_end=58470
61
+ _globals['_EORIENTATIONDATATYPE']._serialized_start=58473
62
+ _globals['_EORIENTATIONDATATYPE']._serialized_end=58690
63
+ _globals['_EPOLEMODE']._serialized_start=58692
64
+ _globals['_EPOLEMODE']._serialized_end=58748
65
+ _globals['_EPROJECTIONMETHODDRAWOPTION']._serialized_start=58750
66
+ _globals['_EPROJECTIONMETHODDRAWOPTION']._serialized_end=58810
67
+ _globals['_EQUALITATIVEQUANTITATIVECHARTTYPE']._serialized_start=58812
68
+ _globals['_EQUALITATIVEQUANTITATIVECHARTTYPE']._serialized_end=58875
69
+ _globals['_ESETWINDOWTYPE']._serialized_start=58877
70
+ _globals['_ESETWINDOWTYPE']._serialized_end=58953
71
+ _globals['_ESPACINGOPTION']._serialized_start=58955
72
+ _globals['_ESPACINGOPTION']._serialized_end=58995
73
+ _globals['_ESTEREONETOVERLAYOPTION']._serialized_start=58997
74
+ _globals['_ESTEREONETOVERLAYOPTION']._serialized_end=59068
75
+ _globals['_ESYMBOLSTYLE']._serialized_start=59071
76
+ _globals['_ESYMBOLSTYLE']._serialized_end=59255
77
+ _globals['_ETEXTHORIZONTALALIGNMENT']._serialized_start=59257
78
+ _globals['_ETEXTHORIZONTALALIGNMENT']._serialized_end=59316
79
+ _globals['_EUNITSYSTEM']._serialized_start=59318
80
+ _globals['_EUNITSYSTEM']._serialized_end=59357
81
+ _globals['_EVECTORMODE']._serialized_start=59359
82
+ _globals['_EVECTORMODE']._serialized_end=59391
83
+ _globals['_EWEIGHTINGOPTION']._serialized_start=59393
84
+ _globals['_EWEIGHTINGOPTION']._serialized_end=59434
85
+ _globals['_ANCHORPOINT']._serialized_start=56
86
+ _globals['_ANCHORPOINT']._serialized_end=216
87
+ _globals['_ANGLEDATA']._serialized_start=218
88
+ _globals['_ANGLEDATA']._serialized_end=251
89
+ _globals['_ANNOTATIVETOOLS2D']._serialized_start=254
90
+ _globals['_ANNOTATIVETOOLS2D']._serialized_end=1146
91
+ _globals['_ANYHELPER']._serialized_start=1148
92
+ _globals['_ANYHELPER']._serialized_end=1173
93
+ _globals['_ARROWTOOLENTITYINFO']._serialized_start=1176
94
+ _globals['_ARROWTOOLENTITYINFO']._serialized_end=1413
95
+ _globals['_AUTOMATICCLUSTERANALYSISSETTINGS']._serialized_start=1416
96
+ _globals['_AUTOMATICCLUSTERANALYSISSETTINGS']._serialized_end=1709
97
+ _globals['_CIRCULARWINDOW']._serialized_start=1711
98
+ _globals['_CIRCULARWINDOW']._serialized_end=1816
99
+ _globals['_CLUSTERWINDOW']._serialized_start=1819
100
+ _globals['_CLUSTERWINDOW']._serialized_end=2189
101
+ _globals['_COLORSURROGATE']._serialized_start=2191
102
+ _globals['_COLORSURROGATE']._serialized_end=2251
103
+ _globals['_CONE']._serialized_start=2253
104
+ _globals['_CONE']._serialized_end=2336
105
+ _globals['_CONETOOLENTITYINFO']._serialized_start=2338
106
+ _globals['_CONETOOLENTITYINFO']._serialized_end=2460
107
+ _globals['_CONTOURENTITYVISIBILITY']._serialized_start=2463
108
+ _globals['_CONTOURENTITYVISIBILITY']._serialized_end=2752
109
+ _globals['_CONTOUROPTIONS']._serialized_start=2755
110
+ _globals['_CONTOUROPTIONS']._serialized_end=3200
111
+ _globals['_CUMULATIVECHARTVIEW']._serialized_start=3203
112
+ _globals['_CUMULATIVECHARTVIEW']._serialized_end=3365
113
+ _globals['_CUMULATIVEPLOTSETTINGS']._serialized_start=3367
114
+ _globals['_CUMULATIVEPLOTSETTINGS']._serialized_end=3477
115
+ _globals['_CURVEDWINDOW']._serialized_start=3479
116
+ _globals['_CURVEDWINDOW']._serialized_end=3592
117
+ _globals['_CUSTOMCOLUMNCOLLECTION']._serialized_start=3594
118
+ _globals['_CUSTOMCOLUMNCOLLECTION']._serialized_end=3666
119
+ _globals['_CUSTOMHISTOGRAMOPTIONS']._serialized_start=3669
120
+ _globals['_CUSTOMHISTOGRAMOPTIONS']._serialized_end=3837
121
+ _globals['_CUSTOMRANGE']._serialized_start=3839
122
+ _globals['_CUSTOMRANGE']._serialized_end=3904
123
+ _globals['_CUSTOMROWRAWDATA']._serialized_start=3906
124
+ _globals['_CUSTOMROWRAWDATA']._serialized_end=4029
125
+ _globals['_CUSTOMROWRAWDATA_RAWDATAENTRY']._serialized_start=3983
126
+ _globals['_CUSTOMROWRAWDATA_RAWDATAENTRY']._serialized_end=4029
127
+ _globals['_DATADESCRIPTOR']._serialized_start=4031
128
+ _globals['_DATADESCRIPTOR']._serialized_end=4128
129
+ _globals['_DATAFILTER']._serialized_start=4130
130
+ _globals['_DATAFILTER']._serialized_end=4178
131
+ _globals['_DATAFORMATTER']._serialized_start=4180
132
+ _globals['_DATAFORMATTER']._serialized_end=4215
133
+ _globals['_DATAIDENTIFIER']._serialized_start=4217
134
+ _globals['_DATAIDENTIFIER']._serialized_end=4251
135
+ _globals['_DISCONTINUITYDATA']._serialized_start=4254
136
+ _globals['_DISCONTINUITYDATA']._serialized_end=4496
137
+ _globals['_ELLIPSETOOLENTITYINFO']._serialized_start=4499
138
+ _globals['_ELLIPSETOOLENTITYINFO']._serialized_end=4718
139
+ _globals['_FILLFORMAT']._serialized_start=4720
140
+ _globals['_FILLFORMAT']._serialized_end=4795
141
+ _globals['_FOLDENTITYINFO']._serialized_start=4798
142
+ _globals['_FOLDENTITYINFO']._serialized_end=4927
143
+ _globals['_FOLDENTITYOPTIONS']._serialized_start=4930
144
+ _globals['_FOLDENTITYOPTIONS']._serialized_end=5058
145
+ _globals['_FOLDENTITYVISIBILITY']._serialized_start=5061
146
+ _globals['_FOLDENTITYVISIBILITY']._serialized_end=5216
147
+ _globals['_FOLDWINDOWENTITYINFO']._serialized_start=5219
148
+ _globals['_FOLDWINDOWENTITYINFO']._serialized_end=5348
149
+ _globals['_FOLDWINDOWENTITYVISIBILITY']._serialized_start=5350
150
+ _globals['_FOLDWINDOWENTITYVISIBILITY']._serialized_end=5466
151
+ _globals['_FREEHANDWINDOW']._serialized_start=5468
152
+ _globals['_FREEHANDWINDOW']._serialized_end=5542
153
+ _globals['_FULLDATAFORMAT']._serialized_start=5544
154
+ _globals['_FULLDATAFORMAT']._serialized_end=5645
155
+ _globals['_GLOBALPLANEENTITYVISIBILITY']._serialized_start=5648
156
+ _globals['_GLOBALPLANEENTITYVISIBILITY']._serialized_end=5781
157
+ _globals['_HISTOGRAMCHARTVIEW']._serialized_start=5784
158
+ _globals['_HISTOGRAMCHARTVIEW']._serialized_end=5943
159
+ _globals['_HISTOGRAMPLOTSETTINGS']._serialized_start=5946
160
+ _globals['_HISTOGRAMPLOTSETTINGS']._serialized_end=6175
161
+ _globals['_INTERSECTIONENTITYVISIBILITY']._serialized_start=6177
162
+ _globals['_INTERSECTIONENTITYVISIBILITY']._serialized_end=6285
163
+ _globals['_INTERSECTIONOPTIONS']._serialized_start=6287
164
+ _globals['_INTERSECTIONOPTIONS']._serialized_end=6407
165
+ _globals['_INTERVAL']._serialized_start=6410
166
+ _globals['_INTERVAL']._serialized_end=6569
167
+ _globals['_JOINTFREQUENCYANALYSISSETTINGS']._serialized_start=6572
168
+ _globals['_JOINTFREQUENCYANALYSISSETTINGS']._serialized_end=6724
169
+ _globals['_JOINTFREQUENCYCHARTVIEW']._serialized_start=6727
170
+ _globals['_JOINTFREQUENCYCHARTVIEW']._serialized_end=6909
171
+ _globals['_JOINTSPACINGANALYSISSETTINGS']._serialized_start=6912
172
+ _globals['_JOINTSPACINGANALYSISSETTINGS']._serialized_end=7216
173
+ _globals['_JOINTSPACINGCHARTVIEW']._serialized_start=7219
174
+ _globals['_JOINTSPACINGCHARTVIEW']._serialized_end=7395
175
+ _globals['_KINEMATICANALYSISENTITYVISIBILITY']._serialized_start=7397
176
+ _globals['_KINEMATICANALYSISENTITYVISIBILITY']._serialized_end=7485
177
+ _globals['_KINEMATICANALYSISSETTINGS']._serialized_start=7488
178
+ _globals['_KINEMATICANALYSISSETTINGS']._serialized_end=7742
179
+ _globals['_LATLONG']._serialized_start=7744
180
+ _globals['_LATLONG']._serialized_end=7809
181
+ _globals['_LENGTHDATA']._serialized_start=7811
182
+ _globals['_LENGTHDATA']._serialized_end=7883
183
+ _globals['_LINEFORMAT']._serialized_start=7885
184
+ _globals['_LINEFORMAT']._serialized_end=7960
185
+ _globals['_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=7963
186
+ _globals['_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=8152
187
+ _globals['_LINETOOLENTITYINFO']._serialized_start=8155
188
+ _globals['_LINETOOLENTITYINFO']._serialized_end=8344
189
+ _globals['_LINEATION']._serialized_start=8346
190
+ _globals['_LINEATION']._serialized_end=8441
191
+ _globals['_LIST_DOUBLE']._serialized_start=8443
192
+ _globals['_LIST_DOUBLE']._serialized_end=8471
193
+ _globals['_LIST_PROCESSEDDATA']._serialized_start=8473
194
+ _globals['_LIST_PROCESSEDDATA']._serialized_end=8532
195
+ _globals['_LIST_PROTOREFERENCE_ARROWTOOLENTITYINFO']._serialized_start=8534
196
+ _globals['_LIST_PROTOREFERENCE_ARROWTOOLENTITYINFO']._serialized_end=8635
197
+ _globals['_LIST_PROTOREFERENCE_CONETOOLENTITYINFO']._serialized_start=8637
198
+ _globals['_LIST_PROTOREFERENCE_CONETOOLENTITYINFO']._serialized_end=8736
199
+ _globals['_LIST_PROTOREFERENCE_CUMULATIVECHARTVIEW']._serialized_start=8738
200
+ _globals['_LIST_PROTOREFERENCE_CUMULATIVECHARTVIEW']._serialized_end=8839
201
+ _globals['_LIST_PROTOREFERENCE_DATAFILTER']._serialized_start=8841
202
+ _globals['_LIST_PROTOREFERENCE_DATAFILTER']._serialized_end=8924
203
+ _globals['_LIST_PROTOREFERENCE_ELLIPSETOOLENTITYINFO']._serialized_start=8926
204
+ _globals['_LIST_PROTOREFERENCE_ELLIPSETOOLENTITYINFO']._serialized_end=9031
205
+ _globals['_LIST_PROTOREFERENCE_FOLDENTITYVISIBILITY']._serialized_start=9033
206
+ _globals['_LIST_PROTOREFERENCE_FOLDENTITYVISIBILITY']._serialized_end=9136
207
+ _globals['_LIST_PROTOREFERENCE_FOLDWINDOWENTITYVISIBILITY']._serialized_start=9138
208
+ _globals['_LIST_PROTOREFERENCE_FOLDWINDOWENTITYVISIBILITY']._serialized_end=9253
209
+ _globals['_LIST_PROTOREFERENCE_HISTOGRAMCHARTVIEW']._serialized_start=9255
210
+ _globals['_LIST_PROTOREFERENCE_HISTOGRAMCHARTVIEW']._serialized_end=9354
211
+ _globals['_LIST_PROTOREFERENCE_JOINTFREQUENCYCHARTVIEW']._serialized_start=9356
212
+ _globals['_LIST_PROTOREFERENCE_JOINTFREQUENCYCHARTVIEW']._serialized_end=9465
213
+ _globals['_LIST_PROTOREFERENCE_JOINTSPACINGCHARTVIEW']._serialized_start=9467
214
+ _globals['_LIST_PROTOREFERENCE_JOINTSPACINGCHARTVIEW']._serialized_end=9572
215
+ _globals['_LIST_PROTOREFERENCE_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=9575
216
+ _globals['_LIST_PROTOREFERENCE_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=9718
217
+ _globals['_LIST_PROTOREFERENCE_LINETOOLENTITYINFO']._serialized_start=9720
218
+ _globals['_LIST_PROTOREFERENCE_LINETOOLENTITYINFO']._serialized_end=9819
219
+ _globals['_LIST_PROTOREFERENCE_MEASUREANGLETOOLENTITYINFO']._serialized_start=9821
220
+ _globals['_LIST_PROTOREFERENCE_MEASUREANGLETOOLENTITYINFO']._serialized_end=9936
221
+ _globals['_LIST_PROTOREFERENCE_ORIENTATIONDATASET']._serialized_start=9938
222
+ _globals['_LIST_PROTOREFERENCE_ORIENTATIONDATASET']._serialized_end=10037
223
+ _globals['_LIST_PROTOREFERENCE_PITCHGRIDTOOLENTITYINFO']._serialized_start=10039
224
+ _globals['_LIST_PROTOREFERENCE_PITCHGRIDTOOLENTITYINFO']._serialized_end=10148
225
+ _globals['_LIST_PROTOREFERENCE_PLANEENTITYVISIBILITY']._serialized_start=10150
226
+ _globals['_LIST_PROTOREFERENCE_PLANEENTITYVISIBILITY']._serialized_end=10255
227
+ _globals['_LIST_PROTOREFERENCE_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=10258
228
+ _globals['_LIST_PROTOREFERENCE_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=10403
229
+ _globals['_LIST_PROTOREFERENCE_POLYGONTOOLENTITYINFO']._serialized_start=10405
230
+ _globals['_LIST_PROTOREFERENCE_POLYGONTOOLENTITYINFO']._serialized_end=10510
231
+ _globals['_LIST_PROTOREFERENCE_POLYLINETOOLENTITYINFO']._serialized_start=10512
232
+ _globals['_LIST_PROTOREFERENCE_POLYLINETOOLENTITYINFO']._serialized_end=10619
233
+ _globals['_LIST_PROTOREFERENCE_QUALITATIVEQUANTITATIVECHARTVIEW']._serialized_start=10621
234
+ _globals['_LIST_PROTOREFERENCE_QUALITATIVEQUANTITATIVECHARTVIEW']._serialized_end=10748
235
+ _globals['_LIST_PROTOREFERENCE_RQDANALYSISCHARTVIEW']._serialized_start=10750
236
+ _globals['_LIST_PROTOREFERENCE_RQDANALYSISCHARTVIEW']._serialized_end=10853
237
+ _globals['_LIST_PROTOREFERENCE_RECTANGLETOOLENTITYINFO']._serialized_start=10855
238
+ _globals['_LIST_PROTOREFERENCE_RECTANGLETOOLENTITYINFO']._serialized_end=10964
239
+ _globals['_LIST_PROTOREFERENCE_ROSETTEVIEW']._serialized_start=10966
240
+ _globals['_LIST_PROTOREFERENCE_ROSETTEVIEW']._serialized_end=11051
241
+ _globals['_LIST_PROTOREFERENCE_SCATTERCHARTVIEW']._serialized_start=11053
242
+ _globals['_LIST_PROTOREFERENCE_SCATTERCHARTVIEW']._serialized_end=11148
243
+ _globals['_LIST_PROTOREFERENCE_SETENTITYINFO']._serialized_start=11150
244
+ _globals['_LIST_PROTOREFERENCE_SETENTITYINFO']._serialized_end=11239
245
+ _globals['_LIST_PROTOREFERENCE_SETENTITYVISIBILITY']._serialized_start=11241
246
+ _globals['_LIST_PROTOREFERENCE_SETENTITYVISIBILITY']._serialized_end=11342
247
+ _globals['_LIST_PROTOREFERENCE_SETWINDOWENTITYVISIBILITY']._serialized_start=11344
248
+ _globals['_LIST_PROTOREFERENCE_SETWINDOWENTITYVISIBILITY']._serialized_end=11457
249
+ _globals['_LIST_PROTOREFERENCE_STEREONET2DVIEW']._serialized_start=11459
250
+ _globals['_LIST_PROTOREFERENCE_STEREONET2DVIEW']._serialized_end=11552
251
+ _globals['_LIST_PROTOREFERENCE_STEREONET3DVIEW']._serialized_start=11554
252
+ _globals['_LIST_PROTOREFERENCE_STEREONET3DVIEW']._serialized_end=11647
253
+ _globals['_LIST_PROTOREFERENCE_TEXTTOOLENTITYINFO']._serialized_start=11649
254
+ _globals['_LIST_PROTOREFERENCE_TEXTTOOLENTITYINFO']._serialized_end=11748
255
+ _globals['_LIST_PROTOREFERENCE_TRAVERSEENTITYVISIBILITY']._serialized_start=11750
256
+ _globals['_LIST_PROTOREFERENCE_TRAVERSEENTITYVISIBILITY']._serialized_end=11861
257
+ _globals['_LIST_PROTOREFERENCE_TRENDLINETOOLENTITYINFO']._serialized_start=11863
258
+ _globals['_LIST_PROTOREFERENCE_TRENDLINETOOLENTITYINFO']._serialized_end=11972
259
+ _globals['_LIST_STRING']._serialized_start=11974
260
+ _globals['_LIST_STRING']._serialized_end=12002
261
+ _globals['_MEASUREANGLETOOLENTITYINFO']._serialized_start=12005
262
+ _globals['_MEASUREANGLETOOLENTITYINFO']._serialized_end=12180
263
+ _globals['_ORIENTATIONDATASET']._serialized_start=12183
264
+ _globals['_ORIENTATIONDATASET']._serialized_end=13344
265
+ _globals['_PITCHGRIDTOOLENTITYINFO']._serialized_start=13347
266
+ _globals['_PITCHGRIDTOOLENTITYINFO']._serialized_end=13481
267
+ _globals['_PLANE']._serialized_start=13483
268
+ _globals['_PLANE']._serialized_end=13572
269
+ _globals['_PLANEENTITYINFO']._serialized_start=13574
270
+ _globals['_PLANEENTITYINFO']._serialized_end=13662
271
+ _globals['_PLANEENTITYVISIBILITY']._serialized_start=13665
272
+ _globals['_PLANEENTITYVISIBILITY']._serialized_end=13828
273
+ _globals['_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=13831
274
+ _globals['_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=14021
275
+ _globals['_PLANEOPTIONS']._serialized_start=14024
276
+ _globals['_PLANEOPTIONS']._serialized_end=14177
277
+ _globals['_POLEENTITYOPTIONS']._serialized_start=14179
278
+ _globals['_POLEENTITYOPTIONS']._serialized_end=14289
279
+ _globals['_POLEENTITYVISIBILITY']._serialized_start=14291
280
+ _globals['_POLEENTITYVISIBILITY']._serialized_end=14377
281
+ _globals['_POLYGONTOOLENTITYINFO']._serialized_start=14380
282
+ _globals['_POLYGONTOOLENTITYINFO']._serialized_end=14553
283
+ _globals['_POLYLINETOOLENTITYINFO']._serialized_start=14556
284
+ _globals['_POLYLINETOOLENTITYINFO']._serialized_end=14689
285
+ _globals['_PROCESSEDDATA']._serialized_start=14691
286
+ _globals['_PROCESSEDDATA']._serialized_end=14783
287
+ _globals['_PROJSTUB']._serialized_start=14785
288
+ _globals['_PROJSTUB']._serialized_end=14795
289
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ARROWTOOLENTITYINFO']._serialized_start=14797
290
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ARROWTOOLENTITYINFO']._serialized_end=14912
291
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ARROWTOOLENTITYINFO_ARROWTOOLENTITYINFO']._serialized_start=14915
292
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ARROWTOOLENTITYINFO_ARROWTOOLENTITYINFO']._serialized_end=15096
293
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ARROWTOOLENTITYINFO_BOOLEAN']._serialized_start=15099
294
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ARROWTOOLENTITYINFO_BOOLEAN']._serialized_end=15238
295
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_CONETOOLENTITYINFO']._serialized_start=15240
296
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_CONETOOLENTITYINFO']._serialized_end=15353
297
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_CONETOOLENTITYINFO_BOOLEAN']._serialized_start=15356
298
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_CONETOOLENTITYINFO_BOOLEAN']._serialized_end=15493
299
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_CONETOOLENTITYINFO_CONETOOLENTITYINFO']._serialized_start=15496
300
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_CONETOOLENTITYINFO_CONETOOLENTITYINFO']._serialized_end=15673
301
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_CUMULATIVECHARTVIEW']._serialized_start=15675
302
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_CUMULATIVECHARTVIEW']._serialized_end=15790
303
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_CUMULATIVECHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_start=15793
304
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_CUMULATIVECHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_end=15986
305
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ELLIPSETOOLENTITYINFO']._serialized_start=15988
306
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ELLIPSETOOLENTITYINFO']._serialized_end=16107
307
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ELLIPSETOOLENTITYINFO_BOOLEAN']._serialized_start=16110
308
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ELLIPSETOOLENTITYINFO_BOOLEAN']._serialized_end=16253
309
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ELLIPSETOOLENTITYINFO_ELLIPSETOOLENTITYINFO']._serialized_start=16256
310
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ELLIPSETOOLENTITYINFO_ELLIPSETOOLENTITYINFO']._serialized_end=16445
311
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_FOLDENTITYVISIBILITY_BOOLEAN']._serialized_start=16448
312
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_FOLDENTITYVISIBILITY_BOOLEAN']._serialized_end=16589
313
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_FOLDENTITYVISIBILITY_FOLDENTITYVISIBILITY']._serialized_start=16592
314
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_FOLDENTITYVISIBILITY_FOLDENTITYVISIBILITY']._serialized_end=16777
315
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_FOLDWINDOWENTITYVISIBILITY_BOOLEAN']._serialized_start=16780
316
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_FOLDWINDOWENTITYVISIBILITY_BOOLEAN']._serialized_end=16933
317
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_HISTOGRAMCHARTVIEW']._serialized_start=16935
318
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_HISTOGRAMCHARTVIEW']._serialized_end=17048
319
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_HISTOGRAMCHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_start=17051
320
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_HISTOGRAMCHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_end=17242
321
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_JOINTFREQUENCYCHARTVIEW']._serialized_start=17244
322
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_JOINTFREQUENCYCHARTVIEW']._serialized_end=17367
323
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_JOINTFREQUENCYCHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_start=17370
324
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_JOINTFREQUENCYCHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_end=17571
325
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_JOINTSPACINGCHARTVIEW']._serialized_start=17573
326
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_JOINTSPACINGCHARTVIEW']._serialized_end=17692
327
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_JOINTSPACINGCHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_start=17695
328
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_JOINTSPACINGCHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_end=17892
329
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=17895
330
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=18052
331
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_LINEINTERSECTIONCALCULATORTOOLENTITYINFO_BOOLEAN']._serialized_start=18055
332
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_LINEINTERSECTIONCALCULATORTOOLENTITYINFO_BOOLEAN']._serialized_end=18236
333
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_LINEINTERSECTIONCALCULATORTOOLENTITYINFO_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=18239
334
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_LINEINTERSECTIONCALCULATORTOOLENTITYINFO_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=18504
335
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_LINETOOLENTITYINFO']._serialized_start=18506
336
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_LINETOOLENTITYINFO']._serialized_end=18619
337
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_LINETOOLENTITYINFO_BOOLEAN']._serialized_start=18622
338
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_LINETOOLENTITYINFO_BOOLEAN']._serialized_end=18759
339
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_LINETOOLENTITYINFO_LINETOOLENTITYINFO']._serialized_start=18762
340
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_LINETOOLENTITYINFO_LINETOOLENTITYINFO']._serialized_end=18939
341
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_MEASUREANGLETOOLENTITYINFO']._serialized_start=18942
342
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_MEASUREANGLETOOLENTITYINFO']._serialized_end=19071
343
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_MEASUREANGLETOOLENTITYINFO_BOOLEAN']._serialized_start=19074
344
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_MEASUREANGLETOOLENTITYINFO_BOOLEAN']._serialized_end=19227
345
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_MEASUREANGLETOOLENTITYINFO_MEASUREANGLETOOLENTITYINFO']._serialized_start=19230
346
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_MEASUREANGLETOOLENTITYINFO_MEASUREANGLETOOLENTITYINFO']._serialized_end=19439
347
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PITCHGRIDTOOLENTITYINFO']._serialized_start=19441
348
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PITCHGRIDTOOLENTITYINFO']._serialized_end=19564
349
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PITCHGRIDTOOLENTITYINFO_BOOLEAN']._serialized_start=19567
350
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PITCHGRIDTOOLENTITYINFO_BOOLEAN']._serialized_end=19714
351
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PITCHGRIDTOOLENTITYINFO_PITCHGRIDTOOLENTITYINFO']._serialized_start=19717
352
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PITCHGRIDTOOLENTITYINFO_PITCHGRIDTOOLENTITYINFO']._serialized_end=19914
353
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PLANEENTITYVISIBILITY_BOOLEAN']._serialized_start=19917
354
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PLANEENTITYVISIBILITY_BOOLEAN']._serialized_end=20060
355
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PLANEENTITYVISIBILITY_PLANEENTITYVISIBILITY']._serialized_start=20063
356
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PLANEENTITYVISIBILITY_PLANEENTITYVISIBILITY']._serialized_end=20252
357
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=20255
358
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=20414
359
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO_BOOLEAN']._serialized_start=20417
360
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO_BOOLEAN']._serialized_end=20600
361
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=20603
362
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=20872
363
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_POLYGONTOOLENTITYINFO']._serialized_start=20874
364
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_POLYGONTOOLENTITYINFO']._serialized_end=20993
365
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_POLYGONTOOLENTITYINFO_BOOLEAN']._serialized_start=20996
366
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_POLYGONTOOLENTITYINFO_BOOLEAN']._serialized_end=21139
367
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_POLYGONTOOLENTITYINFO_POLYGONTOOLENTITYINFO']._serialized_start=21142
368
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_POLYGONTOOLENTITYINFO_POLYGONTOOLENTITYINFO']._serialized_end=21331
369
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_POLYLINETOOLENTITYINFO']._serialized_start=21333
370
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_POLYLINETOOLENTITYINFO']._serialized_end=21454
371
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_POLYLINETOOLENTITYINFO_BOOLEAN']._serialized_start=21457
372
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_POLYLINETOOLENTITYINFO_BOOLEAN']._serialized_end=21602
373
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_POLYLINETOOLENTITYINFO_POLYLINETOOLENTITYINFO']._serialized_start=21605
374
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_POLYLINETOOLENTITYINFO_POLYLINETOOLENTITYINFO']._serialized_end=21798
375
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB']._serialized_start=21800
376
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB']._serialized_end=21893
377
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_CUMULATIVECHARTVIEW']._serialized_start=21896
378
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_CUMULATIVECHARTVIEW']._serialized_end=22055
379
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_DATADESCRIPTOR']._serialized_start=22058
380
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_DATADESCRIPTOR']._serialized_end=22207
381
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_FOLDENTITYINFO']._serialized_start=22210
382
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_FOLDENTITYINFO']._serialized_end=22359
383
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_HISTOGRAMCHARTVIEW']._serialized_start=22362
384
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_HISTOGRAMCHARTVIEW']._serialized_end=22519
385
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_JOINTFREQUENCYCHARTVIEW']._serialized_start=22522
386
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_JOINTFREQUENCYCHARTVIEW']._serialized_end=22689
387
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_JOINTSPACINGCHARTVIEW']._serialized_start=22692
388
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_JOINTSPACINGCHARTVIEW']._serialized_end=22855
389
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_ORIENTATIONDATASET']._serialized_start=22858
390
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_ORIENTATIONDATASET']._serialized_end=23015
391
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_PLANEENTITYINFO']._serialized_start=23018
392
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_PLANEENTITYINFO']._serialized_end=23169
393
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_PROTOREFERENCE_ORIENTATIONDATASET']._serialized_start=23172
394
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_PROTOREFERENCE_ORIENTATIONDATASET']._serialized_end=23359
395
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_PROTOREFERENCE_SETENTITYINFO']._serialized_start=23362
396
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_PROTOREFERENCE_SETENTITYINFO']._serialized_end=23539
397
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_QUALITATIVEQUANTITATIVECHARTVIEW']._serialized_start=23542
398
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_QUALITATIVEQUANTITATIVECHARTVIEW']._serialized_end=23727
399
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_RQDANALYSISCHARTVIEW']._serialized_start=23730
400
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_RQDANALYSISCHARTVIEW']._serialized_end=23891
401
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_SCATTERCHARTVIEW']._serialized_start=23894
402
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_SCATTERCHARTVIEW']._serialized_end=24047
403
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_SETENTITYINFO']._serialized_start=24050
404
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_SETENTITYINFO']._serialized_end=24197
405
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_STRING']._serialized_start=24199
406
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_STRING']._serialized_end=24315
407
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_WEIGHTINGSETTINGS']._serialized_start=24318
408
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_WEIGHTINGSETTINGS']._serialized_end=24473
409
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_EORIENTATIONCONVENTION']._serialized_start=24476
410
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_EORIENTATIONCONVENTION']._serialized_end=24641
411
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_EUNITSYSTEM']._serialized_start=24644
412
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_PROJSTUB_EUNITSYSTEM']._serialized_end=24787
413
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_QUALITATIVEQUANTITATIVECHARTVIEW']._serialized_start=24790
414
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_QUALITATIVEQUANTITATIVECHARTVIEW']._serialized_end=24931
415
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_QUALITATIVEQUANTITATIVECHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_start=24934
416
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_QUALITATIVEQUANTITATIVECHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_end=25153
417
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_RQDANALYSISCHARTVIEW']._serialized_start=25155
418
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_RQDANALYSISCHARTVIEW']._serialized_end=25272
419
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_RQDANALYSISCHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_start=25275
420
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_RQDANALYSISCHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_end=25470
421
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_RECTANGLETOOLENTITYINFO']._serialized_start=25472
422
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_RECTANGLETOOLENTITYINFO']._serialized_end=25595
423
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_RECTANGLETOOLENTITYINFO_BOOLEAN']._serialized_start=25598
424
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_RECTANGLETOOLENTITYINFO_BOOLEAN']._serialized_end=25745
425
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_RECTANGLETOOLENTITYINFO_RECTANGLETOOLENTITYINFO']._serialized_start=25748
426
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_RECTANGLETOOLENTITYINFO_RECTANGLETOOLENTITYINFO']._serialized_end=25945
427
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW']._serialized_start=25947
428
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW']._serialized_end=26046
429
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_ARROWTOOLENTITYINFO']._serialized_start=26049
430
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_ARROWTOOLENTITYINFO']._serialized_end=26214
431
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_BOOLEAN']._serialized_start=26216
432
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_BOOLEAN']._serialized_end=26339
433
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_ELLIPSETOOLENTITYINFO']._serialized_start=26342
434
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_ELLIPSETOOLENTITYINFO']._serialized_end=26511
435
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_LINETOOLENTITYINFO']._serialized_start=26514
436
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_LINETOOLENTITYINFO']._serialized_end=26677
437
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_POLYGONTOOLENTITYINFO']._serialized_start=26680
438
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_POLYGONTOOLENTITYINFO']._serialized_end=26849
439
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_POLYLINETOOLENTITYINFO']._serialized_start=26852
440
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_POLYLINETOOLENTITYINFO']._serialized_end=27023
441
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_PROTOREFERENCE_DATAFILTER']._serialized_start=27026
442
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_PROTOREFERENCE_DATAFILTER']._serialized_end=27203
443
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_RECTANGLETOOLENTITYINFO']._serialized_start=27206
444
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_RECTANGLETOOLENTITYINFO']._serialized_end=27379
445
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_ROSETTESETTINGS']._serialized_start=27382
446
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_ROSETTESETTINGS']._serialized_end=27539
447
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_STEREONETPROJECTIONMODE']._serialized_start=27542
448
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_STEREONETPROJECTIONMODE']._serialized_end=27715
449
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_TEXTTOOLENTITYINFO']._serialized_start=27718
450
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_TEXTTOOLENTITYINFO']._serialized_end=27881
451
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_TRENDLINETOOLENTITYINFO']._serialized_start=27884
452
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_ROSETTEVIEW_TRENDLINETOOLENTITYINFO']._serialized_end=28057
453
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_SCATTERCHARTVIEW']._serialized_start=28059
454
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_SCATTERCHARTVIEW']._serialized_end=28168
455
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_SCATTERCHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_start=28171
456
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_SCATTERCHARTVIEW_PROTOREFERENCE_DATAFILTER']._serialized_end=28358
457
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_SETENTITYVISIBILITY_BOOLEAN']._serialized_start=28361
458
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_SETENTITYVISIBILITY_BOOLEAN']._serialized_end=28500
459
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_SETENTITYVISIBILITY_SETENTITYVISIBILITY']._serialized_start=28503
460
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_SETENTITYVISIBILITY_SETENTITYVISIBILITY']._serialized_end=28684
461
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_SETWINDOWENTITYVISIBILITY_BOOLEAN']._serialized_start=28687
462
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_SETWINDOWENTITYVISIBILITY_BOOLEAN']._serialized_end=28838
463
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW']._serialized_start=28840
464
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW']._serialized_end=28947
465
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_ARROWTOOLENTITYINFO']._serialized_start=28950
466
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_ARROWTOOLENTITYINFO']._serialized_end=29123
467
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_BOOLEAN']._serialized_start=29126
468
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_BOOLEAN']._serialized_end=29257
469
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_CONETOOLENTITYINFO']._serialized_start=29260
470
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_CONETOOLENTITYINFO']._serialized_end=29431
471
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_CONTOURENTITYVISIBILITY']._serialized_start=29434
472
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_CONTOURENTITYVISIBILITY']._serialized_end=29615
473
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_CONTOUROPTIONS']._serialized_start=29618
474
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_CONTOUROPTIONS']._serialized_end=29781
475
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_ELLIPSETOOLENTITYINFO']._serialized_start=29784
476
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_ELLIPSETOOLENTITYINFO']._serialized_end=29961
477
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_GLOBALPLANEENTITYVISIBILITY']._serialized_start=29964
478
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_GLOBALPLANEENTITYVISIBILITY']._serialized_end=30153
479
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_INTERSECTIONOPTIONS']._serialized_start=30156
480
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_INTERSECTIONOPTIONS']._serialized_end=30329
481
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=30332
482
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=30547
483
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_LINETOOLENTITYINFO']._serialized_start=30550
484
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_LINETOOLENTITYINFO']._serialized_end=30721
485
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_MEASUREANGLETOOLENTITYINFO']._serialized_start=30724
486
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_MEASUREANGLETOOLENTITYINFO']._serialized_end=30911
487
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_PITCHGRIDTOOLENTITYINFO']._serialized_start=30914
488
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_PITCHGRIDTOOLENTITYINFO']._serialized_end=31095
489
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=31098
490
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=31315
491
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_POLEENTITYOPTIONS']._serialized_start=31318
492
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_POLEENTITYOPTIONS']._serialized_end=31487
493
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_POLYGONTOOLENTITYINFO']._serialized_start=31490
494
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_POLYGONTOOLENTITYINFO']._serialized_end=31667
495
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_POLYLINETOOLENTITYINFO']._serialized_start=31670
496
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_POLYLINETOOLENTITYINFO']._serialized_end=31849
497
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_PROTOREFERENCE_DATAFILTER']._serialized_start=31852
498
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_PROTOREFERENCE_DATAFILTER']._serialized_end=32037
499
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_QUANTITATIVECONTOURSETTINGS']._serialized_start=32040
500
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_QUANTITATIVECONTOURSETTINGS']._serialized_end=32229
501
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_RECTANGLETOOLENTITYINFO']._serialized_start=32232
502
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_RECTANGLETOOLENTITYINFO']._serialized_end=32413
503
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_STEREONETOVERLAYENTITYVISIBILITY']._serialized_start=32416
504
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_STEREONETOVERLAYENTITYVISIBILITY']._serialized_end=32615
505
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_STEREONETPROJECTIONMODE']._serialized_start=32618
506
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_STEREONETPROJECTIONMODE']._serialized_end=32799
507
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_TEXTTOOLENTITYINFO']._serialized_start=32802
508
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_TEXTTOOLENTITYINFO']._serialized_end=32973
509
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_TRENDLINETOOLENTITYINFO']._serialized_start=32976
510
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_TRENDLINETOOLENTITYINFO']._serialized_end=33157
511
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_ECONTOURTYPE']._serialized_start=33160
512
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_ECONTOURTYPE']._serialized_end=33319
513
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_EVECTORMODE']._serialized_start=33322
514
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET2DVIEW_EVECTORMODE']._serialized_end=33479
515
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW']._serialized_start=33481
516
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW']._serialized_end=33588
517
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_ARROWTOOLENTITYINFO']._serialized_start=33591
518
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_ARROWTOOLENTITYINFO']._serialized_end=33764
519
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_BOOLEAN']._serialized_start=33767
520
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_BOOLEAN']._serialized_end=33898
521
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_CONETOOLENTITYINFO']._serialized_start=33901
522
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_CONETOOLENTITYINFO']._serialized_end=34072
523
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_CONTOURENTITYVISIBILITY']._serialized_start=34075
524
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_CONTOURENTITYVISIBILITY']._serialized_end=34256
525
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_CONTOUROPTIONS']._serialized_start=34259
526
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_CONTOUROPTIONS']._serialized_end=34422
527
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_ELLIPSETOOLENTITYINFO']._serialized_start=34425
528
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_ELLIPSETOOLENTITYINFO']._serialized_end=34602
529
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_GLOBALPLANEENTITYVISIBILITY']._serialized_start=34605
530
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_GLOBALPLANEENTITYVISIBILITY']._serialized_end=34794
531
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_INTERSECTIONOPTIONS']._serialized_start=34797
532
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_INTERSECTIONOPTIONS']._serialized_end=34970
533
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=34973
534
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=35188
535
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_LINETOOLENTITYINFO']._serialized_start=35191
536
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_LINETOOLENTITYINFO']._serialized_end=35362
537
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_MEASUREANGLETOOLENTITYINFO']._serialized_start=35365
538
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_MEASUREANGLETOOLENTITYINFO']._serialized_end=35552
539
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_PITCHGRIDTOOLENTITYINFO']._serialized_start=35555
540
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_PITCHGRIDTOOLENTITYINFO']._serialized_end=35736
541
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=35739
542
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=35956
543
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_POLEENTITYOPTIONS']._serialized_start=35959
544
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_POLEENTITYOPTIONS']._serialized_end=36128
545
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_POLYGONTOOLENTITYINFO']._serialized_start=36131
546
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_POLYGONTOOLENTITYINFO']._serialized_end=36308
547
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_POLYLINETOOLENTITYINFO']._serialized_start=36311
548
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_POLYLINETOOLENTITYINFO']._serialized_end=36490
549
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_PROTOREFERENCE_DATAFILTER']._serialized_start=36493
550
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_PROTOREFERENCE_DATAFILTER']._serialized_end=36678
551
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_QUANTITATIVECONTOURSETTINGS']._serialized_start=36681
552
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_QUANTITATIVECONTOURSETTINGS']._serialized_end=36870
553
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_RECTANGLETOOLENTITYINFO']._serialized_start=36873
554
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_RECTANGLETOOLENTITYINFO']._serialized_end=37054
555
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_SETVERSUSSET']._serialized_start=37057
556
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_SETVERSUSSET']._serialized_end=37216
557
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_STEREONETOVERLAYENTITYVISIBILITY']._serialized_start=37219
558
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_STEREONETOVERLAYENTITYVISIBILITY']._serialized_end=37418
559
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_SYMBOLICSETTINGS']._serialized_start=37421
560
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_SYMBOLICSETTINGS']._serialized_end=37588
561
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_TEXTTOOLENTITYINFO']._serialized_start=37591
562
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_TEXTTOOLENTITYINFO']._serialized_end=37762
563
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_TRENDLINETOOLENTITYINFO']._serialized_start=37765
564
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_TRENDLINETOOLENTITYINFO']._serialized_end=37946
565
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_VECTORDENSITYCONTOURSETTINGS']._serialized_start=37949
566
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_VECTORDENSITYCONTOURSETTINGS']._serialized_end=38140
567
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_ECONTOURTYPE']._serialized_start=38143
568
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_ECONTOURTYPE']._serialized_end=38302
569
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_EINTERSECTIONTYPE']._serialized_start=38305
570
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_EINTERSECTIONTYPE']._serialized_end=38474
571
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_EVECTORMODE']._serialized_start=38477
572
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_STEREONET3DVIEW_EVECTORMODE']._serialized_end=38634
573
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TEXTTOOLENTITYINFO']._serialized_start=38636
574
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TEXTTOOLENTITYINFO']._serialized_end=38749
575
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TEXTTOOLENTITYINFO_BOOLEAN']._serialized_start=38752
576
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TEXTTOOLENTITYINFO_BOOLEAN']._serialized_end=38889
577
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TEXTTOOLENTITYINFO_TEXTTOOLENTITYINFO']._serialized_start=38892
578
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TEXTTOOLENTITYINFO_TEXTTOOLENTITYINFO']._serialized_end=39069
579
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TRAVERSEENTITYVISIBILITY_BOOLEAN']._serialized_start=39072
580
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TRAVERSEENTITYVISIBILITY_BOOLEAN']._serialized_end=39221
581
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TRAVERSEENTITYVISIBILITY_TRAVERSEENTITYVISIBILITY']._serialized_start=39224
582
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TRAVERSEENTITYVISIBILITY_TRAVERSEENTITYVISIBILITY']._serialized_end=39425
583
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TRENDLINETOOLENTITYINFO']._serialized_start=39427
584
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TRENDLINETOOLENTITYINFO']._serialized_end=39550
585
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TRENDLINETOOLENTITYINFO_BOOLEAN']._serialized_start=39553
586
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TRENDLINETOOLENTITYINFO_BOOLEAN']._serialized_end=39700
587
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TRENDLINETOOLENTITYINFO_TRENDLINETOOLENTITYINFO']._serialized_start=39703
588
+ _globals['_PROTOMEMBERFUNCTION_PROTOREFERENCE_TRENDLINETOOLENTITYINFO_TRENDLINETOOLENTITYINFO']._serialized_end=39900
589
+ _globals['_PROTOREFERENCE_ARROWTOOLENTITYINFO']._serialized_start=39902
590
+ _globals['_PROTOREFERENCE_ARROWTOOLENTITYINFO']._serialized_end=39972
591
+ _globals['_PROTOREFERENCE_CONETOOLENTITYINFO']._serialized_start=39974
592
+ _globals['_PROTOREFERENCE_CONETOOLENTITYINFO']._serialized_end=40043
593
+ _globals['_PROTOREFERENCE_CUMULATIVECHARTVIEW']._serialized_start=40045
594
+ _globals['_PROTOREFERENCE_CUMULATIVECHARTVIEW']._serialized_end=40115
595
+ _globals['_PROTOREFERENCE_DATAFILTER']._serialized_start=40117
596
+ _globals['_PROTOREFERENCE_DATAFILTER']._serialized_end=40178
597
+ _globals['_PROTOREFERENCE_ELLIPSETOOLENTITYINFO']._serialized_start=40180
598
+ _globals['_PROTOREFERENCE_ELLIPSETOOLENTITYINFO']._serialized_end=40252
599
+ _globals['_PROTOREFERENCE_FOLDENTITYINFO']._serialized_start=40254
600
+ _globals['_PROTOREFERENCE_FOLDENTITYINFO']._serialized_end=40319
601
+ _globals['_PROTOREFERENCE_FOLDENTITYVISIBILITY']._serialized_start=40321
602
+ _globals['_PROTOREFERENCE_FOLDENTITYVISIBILITY']._serialized_end=40392
603
+ _globals['_PROTOREFERENCE_FOLDWINDOWENTITYVISIBILITY']._serialized_start=40394
604
+ _globals['_PROTOREFERENCE_FOLDWINDOWENTITYVISIBILITY']._serialized_end=40471
605
+ _globals['_PROTOREFERENCE_HISTOGRAMCHARTVIEW']._serialized_start=40473
606
+ _globals['_PROTOREFERENCE_HISTOGRAMCHARTVIEW']._serialized_end=40542
607
+ _globals['_PROTOREFERENCE_JOINTFREQUENCYCHARTVIEW']._serialized_start=40544
608
+ _globals['_PROTOREFERENCE_JOINTFREQUENCYCHARTVIEW']._serialized_end=40618
609
+ _globals['_PROTOREFERENCE_JOINTSPACINGCHARTVIEW']._serialized_start=40620
610
+ _globals['_PROTOREFERENCE_JOINTSPACINGCHARTVIEW']._serialized_end=40692
611
+ _globals['_PROTOREFERENCE_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=40694
612
+ _globals['_PROTOREFERENCE_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=40785
613
+ _globals['_PROTOREFERENCE_LINETOOLENTITYINFO']._serialized_start=40787
614
+ _globals['_PROTOREFERENCE_LINETOOLENTITYINFO']._serialized_end=40856
615
+ _globals['_PROTOREFERENCE_MEASUREANGLETOOLENTITYINFO']._serialized_start=40858
616
+ _globals['_PROTOREFERENCE_MEASUREANGLETOOLENTITYINFO']._serialized_end=40935
617
+ _globals['_PROTOREFERENCE_ORIENTATIONDATASET']._serialized_start=40937
618
+ _globals['_PROTOREFERENCE_ORIENTATIONDATASET']._serialized_end=41006
619
+ _globals['_PROTOREFERENCE_PITCHGRIDTOOLENTITYINFO']._serialized_start=41008
620
+ _globals['_PROTOREFERENCE_PITCHGRIDTOOLENTITYINFO']._serialized_end=41082
621
+ _globals['_PROTOREFERENCE_PLANEENTITYINFO']._serialized_start=41084
622
+ _globals['_PROTOREFERENCE_PLANEENTITYINFO']._serialized_end=41150
623
+ _globals['_PROTOREFERENCE_PLANEENTITYVISIBILITY']._serialized_start=41152
624
+ _globals['_PROTOREFERENCE_PLANEENTITYVISIBILITY']._serialized_end=41224
625
+ _globals['_PROTOREFERENCE_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=41226
626
+ _globals['_PROTOREFERENCE_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=41318
627
+ _globals['_PROTOREFERENCE_POLYGONTOOLENTITYINFO']._serialized_start=41320
628
+ _globals['_PROTOREFERENCE_POLYGONTOOLENTITYINFO']._serialized_end=41392
629
+ _globals['_PROTOREFERENCE_POLYLINETOOLENTITYINFO']._serialized_start=41394
630
+ _globals['_PROTOREFERENCE_POLYLINETOOLENTITYINFO']._serialized_end=41467
631
+ _globals['_PROTOREFERENCE_PROJSTUB']._serialized_start=41469
632
+ _globals['_PROTOREFERENCE_PROJSTUB']._serialized_end=41528
633
+ _globals['_PROTOREFERENCE_QUALITATIVEQUANTITATIVECHARTVIEW']._serialized_start=41530
634
+ _globals['_PROTOREFERENCE_QUALITATIVEQUANTITATIVECHARTVIEW']._serialized_end=41613
635
+ _globals['_PROTOREFERENCE_RQDANALYSISCHARTVIEW']._serialized_start=41615
636
+ _globals['_PROTOREFERENCE_RQDANALYSISCHARTVIEW']._serialized_end=41686
637
+ _globals['_PROTOREFERENCE_RECTANGLETOOLENTITYINFO']._serialized_start=41688
638
+ _globals['_PROTOREFERENCE_RECTANGLETOOLENTITYINFO']._serialized_end=41762
639
+ _globals['_PROTOREFERENCE_ROSETTEVIEW']._serialized_start=41764
640
+ _globals['_PROTOREFERENCE_ROSETTEVIEW']._serialized_end=41826
641
+ _globals['_PROTOREFERENCE_SCATTERCHARTVIEW']._serialized_start=41828
642
+ _globals['_PROTOREFERENCE_SCATTERCHARTVIEW']._serialized_end=41895
643
+ _globals['_PROTOREFERENCE_SETENTITYINFO']._serialized_start=41897
644
+ _globals['_PROTOREFERENCE_SETENTITYINFO']._serialized_end=41961
645
+ _globals['_PROTOREFERENCE_SETENTITYVISIBILITY']._serialized_start=41963
646
+ _globals['_PROTOREFERENCE_SETENTITYVISIBILITY']._serialized_end=42033
647
+ _globals['_PROTOREFERENCE_SETWINDOWENTITYVISIBILITY']._serialized_start=42035
648
+ _globals['_PROTOREFERENCE_SETWINDOWENTITYVISIBILITY']._serialized_end=42111
649
+ _globals['_PROTOREFERENCE_STEREONET2DVIEW']._serialized_start=42113
650
+ _globals['_PROTOREFERENCE_STEREONET2DVIEW']._serialized_end=42179
651
+ _globals['_PROTOREFERENCE_STEREONET3DVIEW']._serialized_start=42181
652
+ _globals['_PROTOREFERENCE_STEREONET3DVIEW']._serialized_end=42247
653
+ _globals['_PROTOREFERENCE_TEXTTOOLENTITYINFO']._serialized_start=42249
654
+ _globals['_PROTOREFERENCE_TEXTTOOLENTITYINFO']._serialized_end=42318
655
+ _globals['_PROTOREFERENCE_TRAVERSEENTITYVISIBILITY']._serialized_start=42320
656
+ _globals['_PROTOREFERENCE_TRAVERSEENTITYVISIBILITY']._serialized_end=42395
657
+ _globals['_PROTOREFERENCE_TRENDLINETOOLENTITYINFO']._serialized_start=42397
658
+ _globals['_PROTOREFERENCE_TRENDLINETOOLENTITYINFO']._serialized_end=42471
659
+ _globals['_QUALITATIVEQUANTITATIVEANALYSISSETTINGS']._serialized_start=42474
660
+ _globals['_QUALITATIVEQUANTITATIVEANALYSISSETTINGS']._serialized_end=42735
661
+ _globals['_QUALITATIVEQUANTITATIVECHARTVIEW']._serialized_start=42738
662
+ _globals['_QUALITATIVEQUANTITATIVECHARTVIEW']._serialized_end=43010
663
+ _globals['_QUANTITATIVECONTOURSETTINGS']._serialized_start=43013
664
+ _globals['_QUANTITATIVECONTOURSETTINGS']._serialized_end=43179
665
+ _globals['_RQDANALYSISCHARTVIEW']._serialized_start=43182
666
+ _globals['_RQDANALYSISCHARTVIEW']._serialized_end=43339
667
+ _globals['_RQDANALYSISSETTINGS']._serialized_start=43342
668
+ _globals['_RQDANALYSISSETTINGS']._serialized_end=43516
669
+ _globals['_RECTANGLETOOLENTITYINFO']._serialized_start=43519
670
+ _globals['_RECTANGLETOOLENTITYINFO']._serialized_end=43740
671
+ _globals['_REFERENCEID']._serialized_start=43742
672
+ _globals['_REFERENCEID']._serialized_end=43767
673
+ _globals['_REPORTINGCONVENTIONRESULT']._serialized_start=43769
674
+ _globals['_REPORTINGCONVENTIONRESULT']._serialized_end=43844
675
+ _globals['_ROSETTEPRESETOPTIONS']._serialized_start=43847
676
+ _globals['_ROSETTEPRESETOPTIONS']._serialized_end=44551
677
+ _globals['_ROSETTESETTINGS']._serialized_start=44554
678
+ _globals['_ROSETTESETTINGS']._serialized_end=44840
679
+ _globals['_ROSETTEVIEW']._serialized_start=44843
680
+ _globals['_ROSETTEVIEW']._serialized_end=45217
681
+ _globals['_SCATTERCHARTVIEW']._serialized_start=45220
682
+ _globals['_SCATTERCHARTVIEW']._serialized_end=45373
683
+ _globals['_SCATTERPLOTSETTINGS']._serialized_start=45376
684
+ _globals['_SCATTERPLOTSETTINGS']._serialized_end=45545
685
+ _globals['_SETENTITYINFO']._serialized_start=45547
686
+ _globals['_SETENTITYINFO']._serialized_end=45673
687
+ _globals['_SETENTITYOPTIONS']._serialized_start=45676
688
+ _globals['_SETENTITYOPTIONS']._serialized_end=45907
689
+ _globals['_SETENTITYVISIBILITY']._serialized_start=45910
690
+ _globals['_SETENTITYVISIBILITY']._serialized_end=46061
691
+ _globals['_SETSTATISTICSSETTINGS']._serialized_start=46064
692
+ _globals['_SETSTATISTICSSETTINGS']._serialized_end=46197
693
+ _globals['_SETVERSUSSET']._serialized_start=46199
694
+ _globals['_SETVERSUSSET']._serialized_end=46319
695
+ _globals['_SETWINDOWENTITYINFO']._serialized_start=46322
696
+ _globals['_SETWINDOWENTITYINFO']._serialized_end=46707
697
+ _globals['_SETWINDOWENTITYVISIBILITY']._serialized_start=46709
698
+ _globals['_SETWINDOWENTITYVISIBILITY']._serialized_end=46822
699
+ _globals['_STATISTICALDISTRIBUTIONFILTER']._serialized_start=46825
700
+ _globals['_STATISTICALDISTRIBUTIONFILTER']._serialized_end=47062
701
+ _globals['_STEREONET2DPRESETOPTIONS']._serialized_start=47065
702
+ _globals['_STEREONET2DPRESETOPTIONS']._serialized_end=48700
703
+ _globals['_STEREONET2DVIEW']._serialized_start=48703
704
+ _globals['_STEREONET2DVIEW']._serialized_end=49817
705
+ _globals['_STEREONET3DPRESETOPTIONS']._serialized_start=49820
706
+ _globals['_STEREONET3DPRESETOPTIONS']._serialized_end=50644
707
+ _globals['_STEREONET3DVIEW']._serialized_start=50647
708
+ _globals['_STEREONET3DVIEW']._serialized_end=51579
709
+ _globals['_STEREONETOVERLAYENTITYVISIBILITY']._serialized_start=51581
710
+ _globals['_STEREONETOVERLAYENTITYVISIBILITY']._serialized_end=51703
711
+ _globals['_STEREONETOVERLAYSETTINGS']._serialized_start=51706
712
+ _globals['_STEREONETOVERLAYSETTINGS']._serialized_end=51871
713
+ _globals['_STEREONETPROJECTIONMODE']._serialized_start=51874
714
+ _globals['_STEREONETPROJECTIONMODE']._serialized_end=52035
715
+ _globals['_SURVEYDATA']._serialized_start=52037
716
+ _globals['_SURVEYDATA']._serialized_end=52156
717
+ _globals['_SYMBOLDISPLAYSETTING']._serialized_start=52159
718
+ _globals['_SYMBOLDISPLAYSETTING']._serialized_end=52352
719
+ _globals['_SYMBOLICSETTINGS']._serialized_start=52355
720
+ _globals['_SYMBOLICSETTINGS']._serialized_end=52526
721
+ _globals['_TEXTFORMAT']._serialized_start=52529
722
+ _globals['_TEXTFORMAT']._serialized_end=52689
723
+ _globals['_TEXTTOOLENTITYINFO']._serialized_start=52692
724
+ _globals['_TEXTTOOLENTITYINFO']._serialized_end=52952
725
+ _globals['_TRAVERSEENTITYOPTIONS']._serialized_start=52954
726
+ _globals['_TRAVERSEENTITYOPTIONS']._serialized_end=53042
727
+ _globals['_TRAVERSEENTITYVISIBILITY']._serialized_start=53045
728
+ _globals['_TRAVERSEENTITYVISIBILITY']._serialized_end=53216
729
+ _globals['_TRENDLINETOOLENTITYINFO']._serialized_start=53219
730
+ _globals['_TRENDLINETOOLENTITYINFO']._serialized_end=53352
731
+ _globals['_TRENDPLUNGE']._serialized_start=53354
732
+ _globals['_TRENDPLUNGE']._serialized_end=53438
733
+ _globals['_UNITSYSTEMRESULT']._serialized_start=53440
734
+ _globals['_UNITSYSTEMRESULT']._serialized_end=53495
735
+ _globals['_USERPLANEENTITYOPTIONS']._serialized_start=53498
736
+ _globals['_USERPLANEENTITYOPTIONS']._serialized_end=53631
737
+ _globals['_VALIDATABLERESULT']._serialized_start=53633
738
+ _globals['_VALIDATABLERESULT']._serialized_end=53694
739
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_ARROWTOOLENTITYINFO']._serialized_start=53697
740
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_ARROWTOOLENTITYINFO']._serialized_end=53854
741
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_CONETOOLENTITYINFO']._serialized_start=53857
742
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_CONETOOLENTITYINFO']._serialized_end=54012
743
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_ELLIPSETOOLENTITYINFO']._serialized_start=54015
744
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_ELLIPSETOOLENTITYINFO']._serialized_end=54176
745
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_FOLDENTITYINFO']._serialized_start=54179
746
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_FOLDENTITYINFO']._serialized_end=54326
747
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=54329
748
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_LINEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=54528
749
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_LINETOOLENTITYINFO']._serialized_start=54531
750
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_LINETOOLENTITYINFO']._serialized_end=54686
751
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_MEASUREANGLETOOLENTITYINFO']._serialized_start=54689
752
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_MEASUREANGLETOOLENTITYINFO']._serialized_end=54860
753
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_ORIENTATIONDATASET']._serialized_start=54863
754
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_ORIENTATIONDATASET']._serialized_end=55018
755
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_PITCHGRIDTOOLENTITYINFO']._serialized_start=55021
756
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_PITCHGRIDTOOLENTITYINFO']._serialized_end=55186
757
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_PLANEENTITYINFO']._serialized_start=55189
758
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_PLANEENTITYINFO']._serialized_end=55338
759
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_start=55341
760
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_PLANEINTERSECTIONCALCULATORTOOLENTITYINFO']._serialized_end=55542
761
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_POLYGONTOOLENTITYINFO']._serialized_start=55545
762
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_POLYGONTOOLENTITYINFO']._serialized_end=55706
763
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_POLYLINETOOLENTITYINFO']._serialized_start=55709
764
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_POLYLINETOOLENTITYINFO']._serialized_end=55872
765
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_RECTANGLETOOLENTITYINFO']._serialized_start=55875
766
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_RECTANGLETOOLENTITYINFO']._serialized_end=56040
767
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_SETENTITYINFO']._serialized_start=56043
768
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_SETENTITYINFO']._serialized_end=56188
769
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_TEXTTOOLENTITYINFO']._serialized_start=56191
770
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_TEXTTOOLENTITYINFO']._serialized_end=56346
771
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_TRENDLINETOOLENTITYINFO']._serialized_start=56349
772
+ _globals['_VALIDATABLERESULT_PROTOREFERENCE_TRENDLINETOOLENTITYINFO']._serialized_end=56514
773
+ _globals['_VALIDATIONERROR']._serialized_start=56516
774
+ _globals['_VALIDATIONERROR']._serialized_end=56577
775
+ _globals['_VECTOR2D']._serialized_start=56579
776
+ _globals['_VECTOR2D']._serialized_end=56611
777
+ _globals['_VECTOR3']._serialized_start=56613
778
+ _globals['_VECTOR3']._serialized_end=56655
779
+ _globals['_VECTORDENSITYCONTOURSETTINGS']._serialized_start=56657
780
+ _globals['_VECTORDENSITYCONTOURSETTINGS']._serialized_end=56779
781
+ _globals['_WEIGHTINGSETTINGS']._serialized_start=56781
782
+ _globals['_WEIGHTINGSETTINGS']._serialized_end=56898
783
+ _globals['_WRAPPEDFREEHANDWINDOW']._serialized_start=56901
784
+ _globals['_WRAPPEDFREEHANDWINDOW']._serialized_end=57034
785
+ _globals['_NSAMEMODULEREFERENCEACCESSOR']._serialized_start=59436
786
+ _globals['_NSAMEMODULEREFERENCEACCESSOR']._serialized_end=59520
787
+ _globals['_PROJSTUBSERVICE']._serialized_start=59523
788
+ _globals['_PROJSTUBSERVICE']._serialized_end=61464
789
+ _globals['_PROCESSEDDATAMANAGER']._serialized_start=61467
790
+ _globals['_PROCESSEDDATAMANAGER']._serialized_end=61804
791
+ _globals['_STEREONET2DSERVICES']._serialized_start=61807
792
+ _globals['_STEREONET2DSERVICES']._serialized_end=73144
793
+ _globals['_STEREONET3DSERVICES']._serialized_start=73147
794
+ _globals['_STEREONET3DSERVICES']._serialized_end=81027
795
+ _globals['_ROSETTESERVICES']._serialized_start=81030
796
+ _globals['_ROSETTESERVICES']._serialized_end=85607
797
+ _globals['_ENTITYSERVICES']._serialized_start=85610
798
+ _globals['_ENTITYSERVICES']._serialized_end=92208
799
+ _globals['_HISTOGRAMSERVICES']._serialized_start=92211
800
+ _globals['_HISTOGRAMSERVICES']._serialized_end=92877
801
+ _globals['_SCATTERCHARTSERVICES']._serialized_start=92880
802
+ _globals['_SCATTERCHARTSERVICES']._serialized_end=93538
803
+ _globals['_CUMULATIVECHARTSERVICES']._serialized_start=93541
804
+ _globals['_CUMULATIVECHARTSERVICES']._serialized_end=94230
805
+ _globals['_QUALITATIVEQUANTITATIVECHARTSERVICES']._serialized_start=94233
806
+ _globals['_QUALITATIVEQUANTITATIVECHARTSERVICES']._serialized_end=95054
807
+ _globals['_JOINTSPACINGCHARTSERVICES']._serialized_start=95057
808
+ _globals['_JOINTSPACINGCHARTSERVICES']._serialized_end=95766
809
+ _globals['_JOINTFREQUENCYCHARTSERVICES']._serialized_start=95769
810
+ _globals['_JOINTFREQUENCYCHARTSERVICES']._serialized_end=96498
811
+ _globals['_RQDANALYSISCHARTSERVICES']._serialized_start=96501
812
+ _globals['_RQDANALYSISCHARTSERVICES']._serialized_end=97200
813
+ _globals['_SETSERVICES']._serialized_start=97203
814
+ _globals['_SETSERVICES']._serialized_end=97593
815
+ _globals['_APPSERVICE']._serialized_start=97596
816
+ _globals['_APPSERVICE']._serialized_end=97914
817
+ # @@protoc_insertion_point(module_scope)