@itwin/core-common 5.0.0-dev.40 → 5.0.0-dev.49

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 (150) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/lib/cjs/AnalysisStyle.d.ts +0 -3
  3. package/lib/cjs/AnalysisStyle.d.ts.map +1 -1
  4. package/lib/cjs/AnalysisStyle.js +0 -3
  5. package/lib/cjs/AnalysisStyle.js.map +1 -1
  6. package/lib/cjs/FeatureSymbology.d.ts +25 -46
  7. package/lib/cjs/FeatureSymbology.d.ts.map +1 -1
  8. package/lib/cjs/FeatureSymbology.js +14 -29
  9. package/lib/cjs/FeatureSymbology.js.map +1 -1
  10. package/lib/cjs/FeatureTable.d.ts +6 -108
  11. package/lib/cjs/FeatureTable.d.ts.map +1 -1
  12. package/lib/cjs/FeatureTable.js +8 -329
  13. package/lib/cjs/FeatureTable.js.map +1 -1
  14. package/lib/cjs/Gradient.d.ts +3 -4
  15. package/lib/cjs/Gradient.d.ts.map +1 -1
  16. package/lib/cjs/Gradient.js +3 -4
  17. package/lib/cjs/Gradient.js.map +1 -1
  18. package/lib/cjs/HiddenLine.d.ts +17 -18
  19. package/lib/cjs/HiddenLine.d.ts.map +1 -1
  20. package/lib/cjs/HiddenLine.js +0 -1
  21. package/lib/cjs/HiddenLine.js.map +1 -1
  22. package/lib/cjs/Image.d.ts +7 -8
  23. package/lib/cjs/Image.d.ts.map +1 -1
  24. package/lib/cjs/Image.js +3 -4
  25. package/lib/cjs/Image.js.map +1 -1
  26. package/lib/cjs/PlanProjectionSettings.d.ts +1 -2
  27. package/lib/cjs/PlanProjectionSettings.d.ts.map +1 -1
  28. package/lib/cjs/PlanProjectionSettings.js +0 -1
  29. package/lib/cjs/PlanProjectionSettings.js.map +1 -1
  30. package/lib/cjs/PlanarClipMask.d.ts +0 -12
  31. package/lib/cjs/PlanarClipMask.d.ts.map +1 -1
  32. package/lib/cjs/PlanarClipMask.js.map +1 -1
  33. package/lib/cjs/QPoint.d.ts +5 -5
  34. package/lib/cjs/QPoint.d.ts.map +1 -1
  35. package/lib/cjs/QPoint.js +5 -5
  36. package/lib/cjs/QPoint.js.map +1 -1
  37. package/lib/cjs/RenderPolyline.d.ts +36 -0
  38. package/lib/cjs/RenderPolyline.d.ts.map +1 -0
  39. package/lib/cjs/RenderPolyline.js +26 -0
  40. package/lib/cjs/RenderPolyline.js.map +1 -0
  41. package/lib/cjs/RenderTexture.d.ts +4 -2
  42. package/lib/cjs/RenderTexture.d.ts.map +1 -1
  43. package/lib/cjs/RenderTexture.js +8 -0
  44. package/lib/cjs/RenderTexture.js.map +1 -1
  45. package/lib/cjs/TextureMapping.d.ts +17 -14
  46. package/lib/cjs/TextureMapping.d.ts.map +1 -1
  47. package/lib/cjs/TextureMapping.js +22 -17
  48. package/lib/cjs/TextureMapping.js.map +1 -1
  49. package/lib/cjs/ViewFlags.d.ts +1 -3
  50. package/lib/cjs/ViewFlags.d.ts.map +1 -1
  51. package/lib/cjs/ViewFlags.js +1 -3
  52. package/lib/cjs/ViewFlags.js.map +1 -1
  53. package/lib/cjs/core-common.d.ts +1 -1
  54. package/lib/cjs/core-common.d.ts.map +1 -1
  55. package/lib/cjs/core-common.js +1 -1
  56. package/lib/cjs/core-common.js.map +1 -1
  57. package/lib/cjs/internal/PackedFeatureTable.d.ts +111 -0
  58. package/lib/cjs/internal/PackedFeatureTable.d.ts.map +1 -0
  59. package/lib/cjs/internal/PackedFeatureTable.js +349 -0
  60. package/lib/cjs/internal/PackedFeatureTable.js.map +1 -0
  61. package/lib/cjs/internal/RenderMesh.d.ts +52 -0
  62. package/lib/cjs/internal/RenderMesh.d.ts.map +1 -0
  63. package/lib/cjs/{Render.js → internal/RenderMesh.js} +3 -25
  64. package/lib/cjs/internal/RenderMesh.js.map +1 -0
  65. package/lib/cjs/internal/cross-package.d.ts +2 -0
  66. package/lib/cjs/internal/cross-package.d.ts.map +1 -1
  67. package/lib/cjs/internal/cross-package.js +12 -0
  68. package/lib/cjs/internal/cross-package.js.map +1 -1
  69. package/lib/cjs/rpc/core/RpcRequest.d.ts +1 -1
  70. package/lib/cjs/rpc/core/RpcRequest.d.ts.map +1 -1
  71. package/lib/cjs/rpc/core/RpcRequest.js +4 -4
  72. package/lib/cjs/rpc/core/RpcRequest.js.map +1 -1
  73. package/lib/esm/AnalysisStyle.d.ts +0 -3
  74. package/lib/esm/AnalysisStyle.d.ts.map +1 -1
  75. package/lib/esm/AnalysisStyle.js +0 -3
  76. package/lib/esm/AnalysisStyle.js.map +1 -1
  77. package/lib/esm/FeatureSymbology.d.ts +25 -46
  78. package/lib/esm/FeatureSymbology.d.ts.map +1 -1
  79. package/lib/esm/FeatureSymbology.js +14 -29
  80. package/lib/esm/FeatureSymbology.js.map +1 -1
  81. package/lib/esm/FeatureTable.d.ts +6 -108
  82. package/lib/esm/FeatureTable.d.ts.map +1 -1
  83. package/lib/esm/FeatureTable.js +6 -324
  84. package/lib/esm/FeatureTable.js.map +1 -1
  85. package/lib/esm/Gradient.d.ts +3 -4
  86. package/lib/esm/Gradient.d.ts.map +1 -1
  87. package/lib/esm/Gradient.js +3 -4
  88. package/lib/esm/Gradient.js.map +1 -1
  89. package/lib/esm/HiddenLine.d.ts +17 -18
  90. package/lib/esm/HiddenLine.d.ts.map +1 -1
  91. package/lib/esm/HiddenLine.js +0 -1
  92. package/lib/esm/HiddenLine.js.map +1 -1
  93. package/lib/esm/Image.d.ts +7 -8
  94. package/lib/esm/Image.d.ts.map +1 -1
  95. package/lib/esm/Image.js +3 -4
  96. package/lib/esm/Image.js.map +1 -1
  97. package/lib/esm/PlanProjectionSettings.d.ts +1 -2
  98. package/lib/esm/PlanProjectionSettings.d.ts.map +1 -1
  99. package/lib/esm/PlanProjectionSettings.js +0 -1
  100. package/lib/esm/PlanProjectionSettings.js.map +1 -1
  101. package/lib/esm/PlanarClipMask.d.ts +0 -12
  102. package/lib/esm/PlanarClipMask.d.ts.map +1 -1
  103. package/lib/esm/PlanarClipMask.js.map +1 -1
  104. package/lib/esm/QPoint.d.ts +5 -5
  105. package/lib/esm/QPoint.d.ts.map +1 -1
  106. package/lib/esm/QPoint.js +5 -5
  107. package/lib/esm/QPoint.js.map +1 -1
  108. package/lib/esm/RenderPolyline.d.ts +36 -0
  109. package/lib/esm/RenderPolyline.d.ts.map +1 -0
  110. package/lib/esm/RenderPolyline.js +23 -0
  111. package/lib/esm/RenderPolyline.js.map +1 -0
  112. package/lib/esm/RenderTexture.d.ts +4 -2
  113. package/lib/esm/RenderTexture.d.ts.map +1 -1
  114. package/lib/esm/RenderTexture.js +8 -0
  115. package/lib/esm/RenderTexture.js.map +1 -1
  116. package/lib/esm/TextureMapping.d.ts +17 -14
  117. package/lib/esm/TextureMapping.d.ts.map +1 -1
  118. package/lib/esm/TextureMapping.js +22 -17
  119. package/lib/esm/TextureMapping.js.map +1 -1
  120. package/lib/esm/ViewFlags.d.ts +1 -3
  121. package/lib/esm/ViewFlags.d.ts.map +1 -1
  122. package/lib/esm/ViewFlags.js +1 -3
  123. package/lib/esm/ViewFlags.js.map +1 -1
  124. package/lib/esm/core-common.d.ts +1 -1
  125. package/lib/esm/core-common.d.ts.map +1 -1
  126. package/lib/esm/core-common.js +1 -1
  127. package/lib/esm/core-common.js.map +1 -1
  128. package/lib/esm/internal/PackedFeatureTable.d.ts +111 -0
  129. package/lib/esm/internal/PackedFeatureTable.d.ts.map +1 -0
  130. package/lib/esm/internal/PackedFeatureTable.js +342 -0
  131. package/lib/esm/internal/PackedFeatureTable.js.map +1 -0
  132. package/lib/esm/internal/RenderMesh.d.ts +52 -0
  133. package/lib/esm/internal/RenderMesh.d.ts.map +1 -0
  134. package/lib/esm/{Render.js → internal/RenderMesh.js} +2 -23
  135. package/lib/esm/internal/RenderMesh.js.map +1 -0
  136. package/lib/esm/internal/cross-package.d.ts +2 -0
  137. package/lib/esm/internal/cross-package.d.ts.map +1 -1
  138. package/lib/esm/internal/cross-package.js +2 -1
  139. package/lib/esm/internal/cross-package.js.map +1 -1
  140. package/lib/esm/rpc/core/RpcRequest.d.ts +1 -1
  141. package/lib/esm/rpc/core/RpcRequest.d.ts.map +1 -1
  142. package/lib/esm/rpc/core/RpcRequest.js +4 -4
  143. package/lib/esm/rpc/core/RpcRequest.js.map +1 -1
  144. package/package.json +7 -7
  145. package/lib/cjs/Render.d.ts +0 -85
  146. package/lib/cjs/Render.d.ts.map +0 -1
  147. package/lib/cjs/Render.js.map +0 -1
  148. package/lib/esm/Render.d.ts +0 -85
  149. package/lib/esm/Render.d.ts.map +0 -1
  150. package/lib/esm/Render.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-common
2
2
 
3
- This log was last generated on Mon, 13 Jan 2025 14:09:29 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 24 Jan 2025 08:05:17 GMT and should not be manually modified.
4
+
5
+ ## 4.10.6
6
+ Fri, 24 Jan 2025 08:02:40 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.10.5
11
+ Tue, 21 Jan 2025 21:56:45 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 4.10.4
6
16
  Mon, 13 Jan 2025 14:06:43 GMT
@@ -28,7 +28,6 @@ export declare class AnalysisStyleDisplacement {
28
28
  * Default value: 1.
29
29
  */
30
30
  readonly scale: number;
31
- /** @internal */
32
31
  private constructor();
33
32
  /** Create from JSON representation. */
34
33
  static fromJSON(props: AnalysisStyleDisplacementProps): AnalysisStyleDisplacement;
@@ -68,7 +67,6 @@ export declare class AnalysisStyleThematic {
68
67
  /** Settings used to produce the [[Gradient]] image. */
69
68
  readonly thematicSettings: ThematicGradientSettings;
70
69
  private _gradient?;
71
- /** @internal */
72
70
  private constructor();
73
71
  /** Create from JSON representation. */
74
72
  static fromJSON(props: AnalysisStyleThematicProps): AnalysisStyleThematic;
@@ -122,7 +120,6 @@ export declare class AnalysisStyle {
122
120
  * @note AnalysisStyle is an immutable type - use [[clone]] to produce a modified copy.
123
121
  */
124
122
  static fromJSON(props?: AnalysisStyleProps): AnalysisStyle;
125
- /** @internal */
126
123
  private constructor();
127
124
  /** Convert this style to its JSON representation. */
128
125
  toJSON(): AnalysisStyleProps;
@@ -1 +1 @@
1
- {"version":3,"file":"AnalysisStyle.d.ts","sourceRoot":"","sources":["../../src/AnalysisStyle.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AnalysisStyle.d.ts","sourceRoot":"","sources":["../../src/AnalysisStyle.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,MAAM,mBAAmB,CAAC;AAC5F,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC7C,qDAAqD;IACrD,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,qBAAa,yBAAyB;IACpC,8GAA8G;IAC9G,SAAgB,WAAW,EAAE,MAAM,CAAC;IACpC;;OAEG;IACH,SAAgB,KAAK,EAAE,MAAM,CAAC;IAE9B,OAAO;IAKP,uCAAuC;WACzB,QAAQ,CAAC,KAAK,EAAE,8BAA8B,GAAG,yBAAyB;IAIxF,sCAAsC;IAC/B,MAAM,IAAI,8BAA8B;IAQ/C,sDAAsD;IAC/C,MAAM,CAAC,KAAK,EAAE,yBAAyB,GAAG,OAAO;CAGzD;AAED;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACzC,iDAAiD;IACjD,WAAW,EAAE,MAAM,CAAC;IACpB,2CAA2C;IAC3C,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,gBAAgB,CAAC,EAAE,6BAA6B,CAAC;CAClD;AAED;;;;;GAKG;AACH,qBAAa,qBAAqB;IAChC,mHAAmH;IACnH,SAAgB,WAAW,EAAE,MAAM,CAAC;IACpC;;OAEG;IACH,SAAgB,KAAK,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IACzC,uDAAuD;IACvD,SAAgB,gBAAgB,EAAE,wBAAwB,CAAC;IAC3D,OAAO,CAAC,SAAS,CAAC,CAAgB;IAElC,OAAO;IAMP,uCAAuC;WACzB,QAAQ,CAAC,KAAK,EAAE,0BAA0B,GAAG,qBAAqB;IAIhF,sCAAsC;IAC/B,MAAM,IAAI,0BAA0B;IAY3C,uDAAuD;IACvD,IAAW,QAAQ,IAAI,QAAQ,CAAC,IAAI,CAKnC;IAED,sDAAsD;IAC/C,MAAM,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO;CAGrD;AAED;;;GAGG;AACH,MAAM,WAAW,kBAAkB;IACjC,0CAA0C;IAC1C,YAAY,CAAC,EAAE,8BAA8B,CAAC;IAC9C;;OAEG;IACH,MAAM,CAAC,EAAE,0BAA0B,CAAC;IACpC,+CAA+C;IAC/C,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACvC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,sBAAsB,CAAC,EAAE,6BAA6B,CAAC;CACxD;AAgCD;;;;;;GAMG;AACH,qBAAa,aAAa;IACxB,SAAgB,YAAY,CAAC,EAAE,yBAAyB,CAAC;IACzD,SAAgB,QAAQ,CAAC,EAAE,qBAAqB,CAAC;IACjD,qHAAqH;IACrH,SAAgB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3C;;OAEG;WACW,QAAQ,CAAC,KAAK,CAAC,EAAE,kBAAkB,GAAG,aAAa;IAWjE,OAAO;IASP,qDAAqD;IAC9C,MAAM,IAAI,kBAAkB;IAiBnC,2GAA2G;IACpG,KAAK,CAAC,YAAY,EAAE,kBAAkB,GAAG,aAAa;IAO7D,0DAA0D;IACnD,MAAM,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO;IAe5C,gBAAuB,QAAQ,gBAAyB;CACzD"}
@@ -16,7 +16,6 @@ const Gradient_1 = require("./Gradient");
16
16
  * @public
17
17
  */
18
18
  class AnalysisStyleDisplacement {
19
- /** @internal */
20
19
  constructor(channelName, scale = 1) {
21
20
  this.channelName = channelName;
22
21
  this.scale = scale;
@@ -45,7 +44,6 @@ exports.AnalysisStyleDisplacement = AnalysisStyleDisplacement;
45
44
  * @public
46
45
  */
47
46
  class AnalysisStyleThematic {
48
- /** @internal */
49
47
  constructor(props) {
50
48
  this.channelName = props.channelName;
51
49
  this.range = core_geometry_1.Range1d.fromJSON(props.range);
@@ -120,7 +118,6 @@ class AnalysisStyle {
120
118
  return this.defaults;
121
119
  return new AnalysisStyle(props);
122
120
  }
123
- /** @internal */
124
121
  constructor(props) {
125
122
  this.normalChannelName = props.normalChannelName;
126
123
  if (props.displacement)
@@ -1 +1 @@
1
- {"version":3,"file":"AnalysisStyle.js","sourceRoot":"","sources":["../../src/AnalysisStyle.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module DisplayStyles\n */\n\nimport { Range1d, Range1dProps } from \"@itwin/core-geometry\";\nimport { ThematicGradientSettings, ThematicGradientSettingsProps } from \"./ThematicDisplay\";\nimport { Gradient } from \"./Gradient\";\n\n/** JSON representation of an [[AnalysisStyleDisplacement]].\n * @see [[AnalysisStyleProps.displacement]].\n * @public\n * @extensions\n */\nexport interface AnalysisStyleDisplacementProps {\n /** See [[AnalysisStyleDisplacement.channelName]]. */\n channelName: string;\n /** See [[AnalysisStyleDisplacement.scale]].\n * Default value: 1.\n */\n scale?: number;\n}\n\n/** Describes how an [[AnalysisStyle]] deforms a [Polyface]($core-geometry) by applying translation to its vertices.\n * @see [[AnalysisStyle.displacement]].\n * @public\n */\nexport class AnalysisStyleDisplacement {\n /** The name of the [AuxChannel]($core-geometry) supplying the displacements to be applied to the vertices. */\n public readonly channelName: string;\n /** A scale applied to the displacements to adjust the magnitude of the effect.\n * Default value: 1.\n */\n public readonly scale: number;\n\n /** @internal */\n private constructor(channelName: string, scale = 1) {\n this.channelName = channelName;\n this.scale = scale;\n }\n\n /** Create from JSON representation. */\n public static fromJSON(props: AnalysisStyleDisplacementProps): AnalysisStyleDisplacement {\n return new this(props.channelName, props.scale);\n }\n\n /** Convert to JSON representation. */\n public toJSON(): AnalysisStyleDisplacementProps {\n const props: AnalysisStyleDisplacementProps = { channelName: this.channelName };\n if (this.scale !== 1)\n props.scale = this.scale;\n\n return props;\n }\n\n /** Return true if `this` is equivalent to `other`. */\n public equals(other: AnalysisStyleDisplacement): boolean {\n return this.channelName === other.channelName && this.scale === other.scale;\n }\n}\n\n/** JSON representation of an [[AnalysisStyleThematic]].\n * @see [[AnalysisStyleProps.scalar]].\n * @public\n * @extensions\n */\nexport interface AnalysisStyleThematicProps {\n /** See [[AnalysisStyleThematic.channelName]]. */\n channelName: string;\n /** See [[AnalysisStyleThematic.range]]. */\n range: Range1dProps;\n /** See [[AnalysisStyleThematic.thematicSettings]].\n * Default value: [[ThematicGradientSettings.defaults]].\n */\n thematicSettings?: ThematicGradientSettingsProps;\n}\n\n/** Describes how an [[AnalysisStyle]] recolors [Polyface]($core-geometry) vertices by mapping values of type\n * [AuxChannelDataType.Scalar]($core-geometry) or [AuxChannelDataType.Distance]($core-geometry) supplied\n * by an [AuxChannel]($core-geometry) to colors supplied by a [[Gradient]] image.\n * @see [[AnalysisStyle.thematic]].\n * @public\n */\nexport class AnalysisStyleThematic {\n /** The name of the [AuxChannel]($core-geometry) supplying the values from which the vertex colors are computed. */\n public readonly channelName: string;\n /** The minimum and maximum values that map to colors in the [[Gradient]] image. Vertices with values outside of\n * this range are displayed with the gradient's margin color.\n */\n public readonly range: Readonly<Range1d>;\n /** Settings used to produce the [[Gradient]] image. */\n public readonly thematicSettings: ThematicGradientSettings;\n private _gradient?: Gradient.Symb;\n\n /** @internal */\n private constructor(props: AnalysisStyleThematicProps) {\n this.channelName = props.channelName;\n this.range = Range1d.fromJSON(props.range);\n this.thematicSettings = ThematicGradientSettings.fromJSON(props.thematicSettings);\n }\n\n /** Create from JSON representation. */\n public static fromJSON(props: AnalysisStyleThematicProps): AnalysisStyleThematic {\n return new this(props);\n }\n\n /** Convert to JSON representation. */\n public toJSON(): AnalysisStyleThematicProps {\n const props: AnalysisStyleThematicProps = {\n channelName: this.channelName,\n range: this.range.toJSON(),\n };\n\n if (!this.thematicSettings.equals(ThematicGradientSettings.defaults))\n props.thematicSettings = this.thematicSettings.toJSON();\n\n return props;\n }\n\n /** The gradient computed from [[thematicSettings]]. */\n public get gradient(): Gradient.Symb {\n if (!this._gradient)\n this._gradient = Gradient.Symb.createThematic(this.thematicSettings);\n\n return this._gradient;\n }\n\n /** Return true if `this` is equivalent to `other`. */\n public equals(other: AnalysisStyleThematic): boolean {\n return this.channelName === other.channelName && this.range.isAlmostEqual(other.range) && this.thematicSettings.equals(other.thematicSettings);\n }\n}\n\n/** JSON representation of an [[AnalysisStyle]].\n * @public\n * @extensions\n */\nexport interface AnalysisStyleProps {\n /** See [[AnalysisStyle.displacement]]. */\n displacement?: AnalysisStyleDisplacementProps;\n /** JSON representation of [[AnalysisStyle.thematic]].\n * @note The name \"scalar\" is used instead of \"thematic\" for backwards compatibility.\n */\n scalar?: AnalysisStyleThematicProps;\n /** See [[AnalysisStyle.normalChannelName]]. */\n normalChannelName?: string;\n}\n\n/** At time of writing, the only iModel in existence that uses AnalysisStyle is the one created by the analysis-importer test app.\n * To avoid breaking existing saved views of that iModel, AnalysisStyle.fromJSON() continues to accept the old JSON representation -\n * but that representation is not part of the public API.\n * @internal exported strictly for tests.\n */\nexport interface LegacyAnalysisStyleProps {\n displacementChannelName?: string;\n scalarChannelName?: string;\n normalChannelName?: string;\n displacementScale?: number;\n scalarRange?: Range1dProps;\n scalarThematicSettings?: ThematicGradientSettingsProps;\n}\n\nfunction tryConvertLegacyProps(input: AnalysisStyleProps): AnalysisStyleProps {\n if (input.displacement || input.scalar)\n return input;\n\n const legacy = input as LegacyAnalysisStyleProps;\n if (undefined === legacy.displacementChannelName && undefined === legacy.scalarChannelName)\n return input;\n\n const output: AnalysisStyleProps = {\n normalChannelName: input.normalChannelName,\n };\n\n if (undefined !== legacy.displacementChannelName) {\n output.displacement = {\n channelName: legacy.displacementChannelName,\n scale: legacy.displacementScale,\n };\n }\n\n if (undefined !== legacy.scalarChannelName && undefined !== legacy.scalarRange) {\n output.scalar = {\n channelName: legacy.scalarChannelName,\n range: legacy.scalarRange,\n thematicSettings: legacy.scalarThematicSettings,\n };\n }\n\n return output;\n}\n\n/** As part of a [[DisplayStyleSettings]], describes how to animate meshes in the view that have been augmented with\n * [PolyfaceAuxData]($core-geometry). The style specifies which channels to use, and can deform the meshes by\n * translating vertices and/or recolor vertices using [[ThematicDisplay]].\n * @see [[DisplayStyleSettings.analysisStyle]] to define the analysis style for a [DisplayStyle]($backend).\n * @see [[DisplayStyleSettings.analysisFraction]] to control playback of the animation.\n * @public\n */\nexport class AnalysisStyle {\n public readonly displacement?: AnalysisStyleDisplacement;\n public readonly thematic?: AnalysisStyleThematic;\n /** If defined, the name of the [AuxChannel]($core-geometry) from which to obtain normal vectors for the vertices. */\n public readonly normalChannelName?: string;\n\n /** Create an analysis style from its JSON representation.\n * @note AnalysisStyle is an immutable type - use [[clone]] to produce a modified copy.\n */\n public static fromJSON(props?: AnalysisStyleProps): AnalysisStyle {\n if (!props)\n return this.defaults;\n\n props = tryConvertLegacyProps(props);\n if (!props.displacement && !props.scalar && undefined === props.normalChannelName)\n return this.defaults;\n\n return new AnalysisStyle(props);\n }\n\n /** @internal */\n private constructor(props: AnalysisStyleProps) {\n this.normalChannelName = props.normalChannelName;\n if (props.displacement)\n this.displacement = AnalysisStyleDisplacement.fromJSON(props.displacement);\n\n if (props.scalar)\n this.thematic = AnalysisStyleThematic.fromJSON(props.scalar);\n }\n\n /** Convert this style to its JSON representation. */\n public toJSON(): AnalysisStyleProps {\n const props: AnalysisStyleProps = {};\n if (this === AnalysisStyle.defaults)\n return props;\n\n if (this.displacement)\n props.displacement = this.displacement.toJSON();\n\n if (this.thematic)\n props.scalar = this.thematic.toJSON();\n\n if (undefined !== this.normalChannelName)\n props.normalChannelName = this.normalChannelName;\n\n return props;\n }\n\n /** Produce a copy of this style identical except for properties explicitly specified by `changedProps`. */\n public clone(changedProps: AnalysisStyleProps): AnalysisStyle {\n return AnalysisStyle.fromJSON({\n ...this.toJSON(),\n ...changedProps,\n });\n }\n\n /** Return true if this style is equivalent to `other`. */\n public equals(other: AnalysisStyle): boolean {\n if (this.normalChannelName !== other.normalChannelName)\n return false;\n\n if ((undefined === this.displacement) !== (undefined === other.displacement))\n return false;\n else if (this.displacement && !this.displacement.equals(other.displacement!))\n return false;\n\n if ((undefined === this.thematic) !== (undefined === other.thematic))\n return false;\n\n return undefined === this.thematic || this.thematic.equals(other.thematic!);\n }\n\n public static readonly defaults = new AnalysisStyle({});\n}\n"]}
1
+ {"version":3,"file":"AnalysisStyle.js","sourceRoot":"","sources":["../../src/AnalysisStyle.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module DisplayStyles\n */\n\nimport { Range1d, Range1dProps } from \"@itwin/core-geometry\";\nimport { ThematicGradientSettings, ThematicGradientSettingsProps } from \"./ThematicDisplay\";\nimport { Gradient } from \"./Gradient\";\n\n/** JSON representation of an [[AnalysisStyleDisplacement]].\n * @see [[AnalysisStyleProps.displacement]].\n * @public\n * @extensions\n */\nexport interface AnalysisStyleDisplacementProps {\n /** See [[AnalysisStyleDisplacement.channelName]]. */\n channelName: string;\n /** See [[AnalysisStyleDisplacement.scale]].\n * Default value: 1.\n */\n scale?: number;\n}\n\n/** Describes how an [[AnalysisStyle]] deforms a [Polyface]($core-geometry) by applying translation to its vertices.\n * @see [[AnalysisStyle.displacement]].\n * @public\n */\nexport class AnalysisStyleDisplacement {\n /** The name of the [AuxChannel]($core-geometry) supplying the displacements to be applied to the vertices. */\n public readonly channelName: string;\n /** A scale applied to the displacements to adjust the magnitude of the effect.\n * Default value: 1.\n */\n public readonly scale: number;\n\n private constructor(channelName: string, scale = 1) {\n this.channelName = channelName;\n this.scale = scale;\n }\n\n /** Create from JSON representation. */\n public static fromJSON(props: AnalysisStyleDisplacementProps): AnalysisStyleDisplacement {\n return new this(props.channelName, props.scale);\n }\n\n /** Convert to JSON representation. */\n public toJSON(): AnalysisStyleDisplacementProps {\n const props: AnalysisStyleDisplacementProps = { channelName: this.channelName };\n if (this.scale !== 1)\n props.scale = this.scale;\n\n return props;\n }\n\n /** Return true if `this` is equivalent to `other`. */\n public equals(other: AnalysisStyleDisplacement): boolean {\n return this.channelName === other.channelName && this.scale === other.scale;\n }\n}\n\n/** JSON representation of an [[AnalysisStyleThematic]].\n * @see [[AnalysisStyleProps.scalar]].\n * @public\n * @extensions\n */\nexport interface AnalysisStyleThematicProps {\n /** See [[AnalysisStyleThematic.channelName]]. */\n channelName: string;\n /** See [[AnalysisStyleThematic.range]]. */\n range: Range1dProps;\n /** See [[AnalysisStyleThematic.thematicSettings]].\n * Default value: [[ThematicGradientSettings.defaults]].\n */\n thematicSettings?: ThematicGradientSettingsProps;\n}\n\n/** Describes how an [[AnalysisStyle]] recolors [Polyface]($core-geometry) vertices by mapping values of type\n * [AuxChannelDataType.Scalar]($core-geometry) or [AuxChannelDataType.Distance]($core-geometry) supplied\n * by an [AuxChannel]($core-geometry) to colors supplied by a [[Gradient]] image.\n * @see [[AnalysisStyle.thematic]].\n * @public\n */\nexport class AnalysisStyleThematic {\n /** The name of the [AuxChannel]($core-geometry) supplying the values from which the vertex colors are computed. */\n public readonly channelName: string;\n /** The minimum and maximum values that map to colors in the [[Gradient]] image. Vertices with values outside of\n * this range are displayed with the gradient's margin color.\n */\n public readonly range: Readonly<Range1d>;\n /** Settings used to produce the [[Gradient]] image. */\n public readonly thematicSettings: ThematicGradientSettings;\n private _gradient?: Gradient.Symb;\n\n private constructor(props: AnalysisStyleThematicProps) {\n this.channelName = props.channelName;\n this.range = Range1d.fromJSON(props.range);\n this.thematicSettings = ThematicGradientSettings.fromJSON(props.thematicSettings);\n }\n\n /** Create from JSON representation. */\n public static fromJSON(props: AnalysisStyleThematicProps): AnalysisStyleThematic {\n return new this(props);\n }\n\n /** Convert to JSON representation. */\n public toJSON(): AnalysisStyleThematicProps {\n const props: AnalysisStyleThematicProps = {\n channelName: this.channelName,\n range: this.range.toJSON(),\n };\n\n if (!this.thematicSettings.equals(ThematicGradientSettings.defaults))\n props.thematicSettings = this.thematicSettings.toJSON();\n\n return props;\n }\n\n /** The gradient computed from [[thematicSettings]]. */\n public get gradient(): Gradient.Symb {\n if (!this._gradient)\n this._gradient = Gradient.Symb.createThematic(this.thematicSettings);\n\n return this._gradient;\n }\n\n /** Return true if `this` is equivalent to `other`. */\n public equals(other: AnalysisStyleThematic): boolean {\n return this.channelName === other.channelName && this.range.isAlmostEqual(other.range) && this.thematicSettings.equals(other.thematicSettings);\n }\n}\n\n/** JSON representation of an [[AnalysisStyle]].\n * @public\n * @extensions\n */\nexport interface AnalysisStyleProps {\n /** See [[AnalysisStyle.displacement]]. */\n displacement?: AnalysisStyleDisplacementProps;\n /** JSON representation of [[AnalysisStyle.thematic]].\n * @note The name \"scalar\" is used instead of \"thematic\" for backwards compatibility.\n */\n scalar?: AnalysisStyleThematicProps;\n /** See [[AnalysisStyle.normalChannelName]]. */\n normalChannelName?: string;\n}\n\n/** At time of writing, the only iModel in existence that uses AnalysisStyle is the one created by the analysis-importer test app.\n * To avoid breaking existing saved views of that iModel, AnalysisStyle.fromJSON() continues to accept the old JSON representation -\n * but that representation is not part of the public API.\n * @internal exported strictly for tests.\n */\nexport interface LegacyAnalysisStyleProps {\n displacementChannelName?: string;\n scalarChannelName?: string;\n normalChannelName?: string;\n displacementScale?: number;\n scalarRange?: Range1dProps;\n scalarThematicSettings?: ThematicGradientSettingsProps;\n}\n\nfunction tryConvertLegacyProps(input: AnalysisStyleProps): AnalysisStyleProps {\n if (input.displacement || input.scalar)\n return input;\n\n const legacy = input as LegacyAnalysisStyleProps;\n if (undefined === legacy.displacementChannelName && undefined === legacy.scalarChannelName)\n return input;\n\n const output: AnalysisStyleProps = {\n normalChannelName: input.normalChannelName,\n };\n\n if (undefined !== legacy.displacementChannelName) {\n output.displacement = {\n channelName: legacy.displacementChannelName,\n scale: legacy.displacementScale,\n };\n }\n\n if (undefined !== legacy.scalarChannelName && undefined !== legacy.scalarRange) {\n output.scalar = {\n channelName: legacy.scalarChannelName,\n range: legacy.scalarRange,\n thematicSettings: legacy.scalarThematicSettings,\n };\n }\n\n return output;\n}\n\n/** As part of a [[DisplayStyleSettings]], describes how to animate meshes in the view that have been augmented with\n * [PolyfaceAuxData]($core-geometry). The style specifies which channels to use, and can deform the meshes by\n * translating vertices and/or recolor vertices using [[ThematicDisplay]].\n * @see [[DisplayStyleSettings.analysisStyle]] to define the analysis style for a [DisplayStyle]($backend).\n * @see [[DisplayStyleSettings.analysisFraction]] to control playback of the animation.\n * @public\n */\nexport class AnalysisStyle {\n public readonly displacement?: AnalysisStyleDisplacement;\n public readonly thematic?: AnalysisStyleThematic;\n /** If defined, the name of the [AuxChannel]($core-geometry) from which to obtain normal vectors for the vertices. */\n public readonly normalChannelName?: string;\n\n /** Create an analysis style from its JSON representation.\n * @note AnalysisStyle is an immutable type - use [[clone]] to produce a modified copy.\n */\n public static fromJSON(props?: AnalysisStyleProps): AnalysisStyle {\n if (!props)\n return this.defaults;\n\n props = tryConvertLegacyProps(props);\n if (!props.displacement && !props.scalar && undefined === props.normalChannelName)\n return this.defaults;\n\n return new AnalysisStyle(props);\n }\n\n private constructor(props: AnalysisStyleProps) {\n this.normalChannelName = props.normalChannelName;\n if (props.displacement)\n this.displacement = AnalysisStyleDisplacement.fromJSON(props.displacement);\n\n if (props.scalar)\n this.thematic = AnalysisStyleThematic.fromJSON(props.scalar);\n }\n\n /** Convert this style to its JSON representation. */\n public toJSON(): AnalysisStyleProps {\n const props: AnalysisStyleProps = {};\n if (this === AnalysisStyle.defaults)\n return props;\n\n if (this.displacement)\n props.displacement = this.displacement.toJSON();\n\n if (this.thematic)\n props.scalar = this.thematic.toJSON();\n\n if (undefined !== this.normalChannelName)\n props.normalChannelName = this.normalChannelName;\n\n return props;\n }\n\n /** Produce a copy of this style identical except for properties explicitly specified by `changedProps`. */\n public clone(changedProps: AnalysisStyleProps): AnalysisStyle {\n return AnalysisStyle.fromJSON({\n ...this.toJSON(),\n ...changedProps,\n });\n }\n\n /** Return true if this style is equivalent to `other`. */\n public equals(other: AnalysisStyle): boolean {\n if (this.normalChannelName !== other.normalChannelName)\n return false;\n\n if ((undefined === this.displacement) !== (undefined === other.displacement))\n return false;\n else if (this.displacement && !this.displacement.equals(other.displacement!))\n return false;\n\n if ((undefined === this.thematic) !== (undefined === other.thematic))\n return false;\n\n return undefined === this.thematic || this.thematic.equals(other.thematic!);\n }\n\n public static readonly defaults = new AnalysisStyle({});\n}\n"]}
@@ -189,9 +189,7 @@ export interface OverrideFeatureAppearanceOptions {
189
189
  export interface OverrideModelAppearanceOptions extends OverrideFeatureAppearanceOptions {
190
190
  /** The Id of the model whose appearance is to be overridden. */
191
191
  modelId: Id64String;
192
- /** @internal */
193
192
  elementId?: never;
194
- /** @internal */
195
193
  subCategoryId?: never;
196
194
  }
197
195
  /** Options for using [[FeatureOverrides.override]] to override the appearance of a [GeometricElement]($backend).
@@ -200,9 +198,7 @@ export interface OverrideModelAppearanceOptions extends OverrideFeatureAppearanc
200
198
  export interface OverrideElementAppearanceOptions extends OverrideFeatureAppearanceOptions {
201
199
  /** The Id of the element whose appearance is to be overridden. */
202
200
  elementId: Id64String;
203
- /** @internal */
204
201
  modelId?: never;
205
- /** @internal */
206
202
  subCategoryId?: never;
207
203
  }
208
204
  /** Options for using [[FeatureOverrides.override]] to override the appearance of a [SubCategory]($backend).
@@ -211,9 +207,7 @@ export interface OverrideElementAppearanceOptions extends OverrideFeatureAppeara
211
207
  export interface OverrideSubCategoryAppearanceOptions extends OverrideFeatureAppearanceOptions {
212
208
  /** The Id of the subcategory whose appearance is to be overridden. */
213
209
  subCategoryId: Id64String;
214
- /** @internal */
215
210
  modelId?: never;
216
- /** @internal */
217
211
  elementId?: never;
218
212
  }
219
213
  /** Arguments supplied to [[FeatureOverrides.override]].
@@ -265,11 +259,11 @@ export type IgnoreAnimationOverrides = (args: IgnoreAnimationOverridesArgs) => b
265
259
  */
266
260
  export declare class FeatureOverrides implements FeatureAppearanceSource {
267
261
  /** @internal */
268
- protected readonly _ignoreAnimationOverrides: IgnoreAnimationOverrides[];
262
+ private readonly _ignoreAnimationOverrides;
269
263
  /** Ids of elements that should never be drawn. This takes precedence over [[alwaysDrawn]]. @internal */
270
- protected readonly _neverDrawn: Id64.Uint32Set;
264
+ private readonly _neverDrawn;
271
265
  /** Ids of elements that should always be drawn. [[neverDrawn]] takes precedence over this set. @internal */
272
- protected readonly _alwaysDrawn: Id64.Uint32Set;
266
+ private readonly _alwaysDrawn;
273
267
  /** If true, no elements *except* those defined in the "always drawn" set will be drawn.
274
268
  * @see [[setAlwaysDrawn]]
275
269
  */
@@ -279,37 +273,33 @@ export declare class FeatureOverrides implements FeatureAppearanceSource {
279
273
  */
280
274
  alwaysDrawnIgnoresSubCategory: boolean;
281
275
  /** If true, all subcategories are considered visible. This is used for drawing sheets via section callouts in the absence of an actual sheet view.
282
- * @internal
283
276
  */
284
277
  ignoreSubCategory: boolean;
285
278
  /** Overrides applied to any feature not explicitly overridden. @internal */
286
- protected _defaultOverrides: FeatureAppearance;
287
- /** Whether construction geometry should be drawn. @internal */
279
+ private _defaultOverrides;
280
+ /** Whether construction geometry should be drawn. */
288
281
  protected _constructions: boolean;
289
- /** Whether dimensions should be drawn. @internal */
282
+ /** Whether dimensions should be drawn. */
290
283
  protected _dimensions: boolean;
291
- /** Whether area patterns should be drawn. @internal */
284
+ /** Whether area patterns should be drawn. */
292
285
  protected _patterns: boolean;
293
- /** Whether line weights should be applied. If false, all lines are rendered 1-pixel wide. @internal */
286
+ /** Whether line weights should be applied. If false, all lines are rendered 1-pixel wide. */
294
287
  protected _lineWeights: boolean;
295
288
  /** Overrides applied to all elements belonging to each model. @internal */
296
- protected readonly _modelOverrides: Id64.Uint32Map<FeatureAppearance>;
297
- /** Overrides applied to specific elements. @internal */
289
+ private readonly _modelOverrides;
290
+ /** Overrides applied to specific elements. */
298
291
  protected readonly _elementOverrides: Id64.Uint32Map<FeatureAppearance>;
299
- /** Overrides applied to geometry belonging to each subcategory. @internal */
292
+ /** Overrides applied to geometry belonging to each subcategory. */
300
293
  protected readonly _subCategoryOverrides: Id64.Uint32Map<FeatureAppearance>;
301
- /** The set of displayed subcategories. Geometry belonging to subcategories not included in this set will not be drawn. @internal */
294
+ /** The set of displayed subcategories. Geometry belonging to subcategories not included in this set will not be drawn. */
302
295
  protected readonly _visibleSubCategories: Id64.Uint32Set;
303
- /** Display priorities assigned to subcategories, possibly overridden by display style. Only applicable for plan projection models. @internal */
296
+ /** Display priorities assigned to subcategories, possibly overridden by display style. Only applicable for plan projection models. */
304
297
  protected readonly _subCategoryPriorities: Id64.Uint32Map<number>;
305
298
  /** Per-model, a set of subcategories whose visibility should be inverted for elements within that model.
306
299
  * Populated by Viewport.
307
- * @internal
308
300
  */
309
301
  protected readonly _modelSubCategoryOverrides: Id64.Uint32Map<Id64.Uint32Set>;
310
- /** Ids of animation nodes that should never be drawn.
311
- * @internal
312
- */
302
+ /** Ids of animation nodes that should never be drawn. */
313
303
  readonly neverDrawnAnimationNodes: Set<number>;
314
304
  /** Mapping of animation node Ids to overrides applied to the corresponding animation nodes.
315
305
  * @internal
@@ -337,21 +327,16 @@ export declare class FeatureOverrides implements FeatureAppearanceSource {
337
327
  * @note If an element is present in both `alwaysDrawn` and [[neverDrawn]], it will not be displayed - `neverDrawn` takes precedence.
338
328
  */
339
329
  get alwaysDrawn(): Id64.Uint32Set;
340
- /** @internal */
341
- protected isNeverDrawn(elemIdLo: number, elemIdHi: number, animationNodeId: number): boolean;
342
- /** @internal */
343
- protected isAlwaysDrawn(idLo: number, idHi: number): boolean;
344
- /** Returns true if the [SubCategory]($backend) specified by Id is in the set of visible subcategories. @internal */
330
+ private isNeverDrawn;
331
+ private isAlwaysDrawn;
332
+ /** Returns true if the [SubCategory]($backend) specified by Id is in the set of visible subcategories. */
345
333
  isSubCategoryVisible(idLo: number, idHi: number): boolean;
346
- /** @internal */
334
+ /** Returns true if the [SubCategory]($backend) specified by Id is in the set of visible subcategories in the context of the specified model. */
347
335
  isSubCategoryVisibleInModel(subcatLo: number, subcatHi: number, modelLo: number, modelHi: number): boolean;
348
- /** @internal */
349
- protected getModelOverrides(idLo: number, idHi: number): FeatureAppearance | undefined;
336
+ private getModelOverrides;
350
337
  private getElementAnimationOverrides;
351
- /** @internal */
352
- protected getElementOverrides(idLo: number, idHi: number, animationNodeId: number): FeatureAppearance | undefined;
353
- /** @internal */
354
- protected getSubCategoryOverrides(idLo: number, idHi: number): FeatureAppearance | undefined;
338
+ private getElementOverrides;
339
+ private getSubCategoryOverrides;
355
340
  /** Add a [SubCategory]($backend) to the set of visible subcategories. */
356
341
  setVisibleSubCategory(id: Id64String): void;
357
342
  /** Specify the Id of an element that should never be drawn. */
@@ -372,10 +357,8 @@ export declare class FeatureOverrides implements FeatureAppearanceSource {
372
357
  * @see [[getFeatureAppearance]] for an equivalent function that accepts [Id64String]($core-bentley)s instead of integer pairs.
373
358
  */
374
359
  getAppearance(elemLo: number, elemHi: number, subcatLo: number, subcatHi: number, geomClass: GeometryClass, modelLo: number, modelHi: number, type: BatchType, animationNodeId: number): FeatureAppearance | undefined;
375
- /** Classifiers behave totally differently...in particular they are never invisible unless fully-transparent.
376
- * @internal
377
- */
378
- protected getClassifierAppearance(elemLo: number, elemHi: number, subcatLo: number, subcatHi: number, modelLo: number, modelHi: number, animationNodeId: number): FeatureAppearance | undefined;
360
+ /** Classifiers behave totally differently...in particular they are never invisible unless fully-transparent. */
361
+ private getClassifierAppearance;
379
362
  /** Return whether geometry of the specified class should be drawn.
380
363
  * @see [[ViewFlags.constructions]], [[ViewFlags.dimensions]], and [[ViewFlags.patterns]].
381
364
  */
@@ -420,13 +403,9 @@ export declare class FeatureOverrides implements FeatureAppearanceSource {
420
403
  * @param replaceExisting Specifies whether to replace the current default overrides if they are already defined.
421
404
  */
422
405
  setDefaultOverrides(appearance: FeatureAppearance, replaceExisting?: boolean): void;
423
- /** Get the display priority of a subcategory. This is only relevant when using [[PlanProjectionSettings]].
424
- * @internal
425
- */
406
+ /** Get the display priority of a subcategory. This is only relevant when using [[PlanProjectionSettings]]. */
426
407
  getSubCategoryPriority(idLo: number, idHi: number): number;
427
- /** Adds all fully transparent elements to the _neverDrawn set. This is used for BatchedModels planar masks.
428
- * @internal
429
- */
408
+ /** Adds all fully transparent elements to the _neverDrawn set. This is used for BatchedModels planar masks. */
430
409
  addInvisibleElementOverridesToNeverDrawn(): void;
431
410
  /** Construct a new Overrides that overrides nothing.
432
411
  * @see [FeatureSymbology.Overrides]($frontend) to construct overrides based on a [ViewState]($frontend) or [Viewport]($frontend).
@@ -1 +1 @@
1
- {"version":3,"file":"FeatureSymbology.d.ts","sourceRoot":"","sources":["../../src/FeatureSymbology.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"FeatureSymbology.d.ts","sourceRoot":"","sources":["../../src/FeatureSymbology.ts"],"names":[],"mappings":"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"}
@@ -347,18 +347,16 @@ class FeatureOverrides {
347
347
  * @note If an element is present in both `alwaysDrawn` and [[neverDrawn]], it will not be displayed - `neverDrawn` takes precedence.
348
348
  */
349
349
  get alwaysDrawn() { return this._alwaysDrawn; }
350
- /** @internal */
351
350
  isNeverDrawn(elemIdLo, elemIdHi, animationNodeId) {
352
351
  if (this._neverDrawn.has(elemIdLo, elemIdHi))
353
352
  return true;
354
353
  else
355
354
  return this.neverDrawnAnimationNodes.has(animationNodeId);
356
355
  }
357
- /** @internal */
358
356
  isAlwaysDrawn(idLo, idHi) { return this._alwaysDrawn.has(idLo, idHi); }
359
- /** Returns true if the [SubCategory]($backend) specified by Id is in the set of visible subcategories. @internal */
357
+ /** Returns true if the [SubCategory]($backend) specified by Id is in the set of visible subcategories. */
360
358
  isSubCategoryVisible(idLo, idHi) { return this._visibleSubCategories.has(idLo, idHi); }
361
- /** @internal */
359
+ /** Returns true if the [SubCategory]($backend) specified by Id is in the set of visible subcategories in the context of the specified model. */
362
360
  isSubCategoryVisibleInModel(subcatLo, subcatHi, modelLo, modelHi) {
363
361
  if (this.ignoreSubCategory)
364
362
  return true;
@@ -368,7 +366,6 @@ class FeatureOverrides {
368
366
  vis = !vis;
369
367
  return vis;
370
368
  }
371
- /** @internal */
372
369
  getModelOverrides(idLo, idHi) {
373
370
  return this._modelOverrides.get(idLo, idHi);
374
371
  }
@@ -386,7 +383,6 @@ class FeatureOverrides {
386
383
  args.animationNodeId = animationNodeId;
387
384
  return this._ignoreAnimationOverrides.some((ignore) => ignore(args)) ? undefined : app;
388
385
  }
389
- /** @internal */
390
386
  getElementOverrides(idLo, idHi, animationNodeId) {
391
387
  const elemApp = this._elementOverrides.get(idLo, idHi);
392
388
  const nodeApp = this.getElementAnimationOverrides(idLo, idHi, animationNodeId);
@@ -394,7 +390,6 @@ class FeatureOverrides {
394
390
  return nodeApp ? nodeApp.extendAppearance(elemApp) : elemApp;
395
391
  return nodeApp;
396
392
  }
397
- /** @internal */
398
393
  getSubCategoryOverrides(idLo, idHi) { return this._subCategoryOverrides.get(idLo, idHi); }
399
394
  /** Add a [SubCategory]($backend) to the set of visible subcategories. */
400
395
  setVisibleSubCategory(id) { this._visibleSubCategories.addId(id); }
@@ -457,9 +452,7 @@ class FeatureOverrides {
457
452
  visible = false; // don't bother rendering something with full transparency...
458
453
  return visible ? app : undefined;
459
454
  }
460
- /** Classifiers behave totally differently...in particular they are never invisible unless fully-transparent.
461
- * @internal
462
- */
455
+ /** Classifiers behave totally differently...in particular they are never invisible unless fully-transparent. */
463
456
  getClassifierAppearance(elemLo, elemHi, subcatLo, subcatHi, modelLo, modelHi, animationNodeId) {
464
457
  let app = FeatureAppearance.defaults;
465
458
  const modelApp = this.getModelOverrides(modelLo, modelHi);
@@ -576,15 +569,11 @@ class FeatureOverrides {
576
569
  if (replaceExisting || !appearance.overridesSymbology)
577
570
  this._defaultOverrides = appearance;
578
571
  }
579
- /** Get the display priority of a subcategory. This is only relevant when using [[PlanProjectionSettings]].
580
- * @internal
581
- */
572
+ /** Get the display priority of a subcategory. This is only relevant when using [[PlanProjectionSettings]]. */
582
573
  getSubCategoryPriority(idLo, idHi) {
583
574
  return this._subCategoryPriorities.get(idLo, idHi) ?? 0;
584
575
  }
585
- /** Adds all fully transparent elements to the _neverDrawn set. This is used for BatchedModels planar masks.
586
- * @internal
587
- */
576
+ /** Adds all fully transparent elements to the _neverDrawn set. This is used for BatchedModels planar masks. */
588
577
  addInvisibleElementOverridesToNeverDrawn() {
589
578
  this._elementOverrides.forEach((lo, hi) => {
590
579
  const app = this.getElementOverrides(lo, hi, 0);
@@ -611,37 +600,33 @@ class FeatureOverrides {
611
600
  */
612
601
  this.alwaysDrawnIgnoresSubCategory = true;
613
602
  /** If true, all subcategories are considered visible. This is used for drawing sheets via section callouts in the absence of an actual sheet view.
614
- * @internal
615
603
  */
616
604
  this.ignoreSubCategory = false;
617
605
  /** Overrides applied to any feature not explicitly overridden. @internal */
618
606
  this._defaultOverrides = FeatureAppearance.defaults;
619
- /** Whether construction geometry should be drawn. @internal */
607
+ /** Whether construction geometry should be drawn. */
620
608
  this._constructions = false;
621
- /** Whether dimensions should be drawn. @internal */
609
+ /** Whether dimensions should be drawn. */
622
610
  this._dimensions = false;
623
- /** Whether area patterns should be drawn. @internal */
611
+ /** Whether area patterns should be drawn. */
624
612
  this._patterns = false;
625
- /** Whether line weights should be applied. If false, all lines are rendered 1-pixel wide. @internal */
613
+ /** Whether line weights should be applied. If false, all lines are rendered 1-pixel wide. */
626
614
  this._lineWeights = true;
627
615
  /** Overrides applied to all elements belonging to each model. @internal */
628
616
  this._modelOverrides = new core_bentley_1.Id64.Uint32Map();
629
- /** Overrides applied to specific elements. @internal */
617
+ /** Overrides applied to specific elements. */
630
618
  this._elementOverrides = new core_bentley_1.Id64.Uint32Map();
631
- /** Overrides applied to geometry belonging to each subcategory. @internal */
619
+ /** Overrides applied to geometry belonging to each subcategory. */
632
620
  this._subCategoryOverrides = new core_bentley_1.Id64.Uint32Map();
633
- /** The set of displayed subcategories. Geometry belonging to subcategories not included in this set will not be drawn. @internal */
621
+ /** The set of displayed subcategories. Geometry belonging to subcategories not included in this set will not be drawn. */
634
622
  this._visibleSubCategories = new core_bentley_1.Id64.Uint32Set();
635
- /** Display priorities assigned to subcategories, possibly overridden by display style. Only applicable for plan projection models. @internal */
623
+ /** Display priorities assigned to subcategories, possibly overridden by display style. Only applicable for plan projection models. */
636
624
  this._subCategoryPriorities = new core_bentley_1.Id64.Uint32Map();
637
625
  /** Per-model, a set of subcategories whose visibility should be inverted for elements within that model.
638
626
  * Populated by Viewport.
639
- * @internal
640
627
  */
641
628
  this._modelSubCategoryOverrides = new core_bentley_1.Id64.Uint32Map();
642
- /** Ids of animation nodes that should never be drawn.
643
- * @internal
644
- */
629
+ /** Ids of animation nodes that should never be drawn. */
645
630
  this.neverDrawnAnimationNodes = new Set();
646
631
  /** Mapping of animation node Ids to overrides applied to the corresponding animation nodes.
647
632
  * @internal