@itwin/core-backend 3.0.0-dev.100

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 (245) hide show
  1. package/CHANGELOG.md +1525 -0
  2. package/LICENSE.md +9 -0
  3. package/README.md +11 -0
  4. package/lib/cjs/AliCloudStorageService.d.ts +12 -0
  5. package/lib/cjs/AliCloudStorageService.d.ts.map +1 -0
  6. package/lib/cjs/AliCloudStorageService.js +70 -0
  7. package/lib/cjs/AliCloudStorageService.js.map +1 -0
  8. package/lib/cjs/BackendHubAccess.d.ts +208 -0
  9. package/lib/cjs/BackendHubAccess.d.ts.map +1 -0
  10. package/lib/cjs/BackendHubAccess.js +42 -0
  11. package/lib/cjs/BackendHubAccess.js.map +1 -0
  12. package/lib/cjs/BackendLoggerCategory.d.ts +83 -0
  13. package/lib/cjs/BackendLoggerCategory.d.ts.map +1 -0
  14. package/lib/cjs/BackendLoggerCategory.js +91 -0
  15. package/lib/cjs/BackendLoggerCategory.js.map +1 -0
  16. package/lib/cjs/BisCoreSchema.d.ts +22 -0
  17. package/lib/cjs/BisCoreSchema.d.ts.map +1 -0
  18. package/lib/cjs/BisCoreSchema.js +61 -0
  19. package/lib/cjs/BisCoreSchema.js.map +1 -0
  20. package/lib/cjs/BriefcaseManager.d.ts +167 -0
  21. package/lib/cjs/BriefcaseManager.d.ts.map +1 -0
  22. package/lib/cjs/BriefcaseManager.js +406 -0
  23. package/lib/cjs/BriefcaseManager.js.map +1 -0
  24. package/lib/cjs/Category.d.ts +154 -0
  25. package/lib/cjs/Category.d.ts.map +1 -0
  26. package/lib/cjs/Category.js +244 -0
  27. package/lib/cjs/Category.js.map +1 -0
  28. package/lib/cjs/ChangeSummaryManager.d.ts +188 -0
  29. package/lib/cjs/ChangeSummaryManager.d.ts.map +1 -0
  30. package/lib/cjs/ChangeSummaryManager.js +444 -0
  31. package/lib/cjs/ChangeSummaryManager.js.map +1 -0
  32. package/lib/cjs/ChangedElementsDb.d.ts +97 -0
  33. package/lib/cjs/ChangedElementsDb.d.ts.map +1 -0
  34. package/lib/cjs/ChangedElementsDb.js +166 -0
  35. package/lib/cjs/ChangedElementsDb.js.map +1 -0
  36. package/lib/cjs/ChangedElementsManager.d.ts +40 -0
  37. package/lib/cjs/ChangedElementsManager.d.ts.map +1 -0
  38. package/lib/cjs/ChangedElementsManager.js +89 -0
  39. package/lib/cjs/ChangedElementsManager.js.map +1 -0
  40. package/lib/cjs/CheckpointManager.d.ts +101 -0
  41. package/lib/cjs/CheckpointManager.d.ts.map +1 -0
  42. package/lib/cjs/CheckpointManager.js +257 -0
  43. package/lib/cjs/CheckpointManager.js.map +1 -0
  44. package/lib/cjs/ClassRegistry.d.ts +72 -0
  45. package/lib/cjs/ClassRegistry.d.ts.map +1 -0
  46. package/lib/cjs/ClassRegistry.js +154 -0
  47. package/lib/cjs/ClassRegistry.js.map +1 -0
  48. package/lib/cjs/CloudStorageBackend.d.ts +46 -0
  49. package/lib/cjs/CloudStorageBackend.d.ts.map +1 -0
  50. package/lib/cjs/CloudStorageBackend.js +157 -0
  51. package/lib/cjs/CloudStorageBackend.js.map +1 -0
  52. package/lib/cjs/CodeSpecs.d.ts +51 -0
  53. package/lib/cjs/CodeSpecs.d.ts.map +1 -0
  54. package/lib/cjs/CodeSpecs.js +113 -0
  55. package/lib/cjs/CodeSpecs.js.map +1 -0
  56. package/lib/cjs/ConcurrentQuery.d.ts +12 -0
  57. package/lib/cjs/ConcurrentQuery.d.ts.map +1 -0
  58. package/lib/cjs/ConcurrentQuery.js +24 -0
  59. package/lib/cjs/ConcurrentQuery.js.map +1 -0
  60. package/lib/cjs/DevTools.d.ts +72 -0
  61. package/lib/cjs/DevTools.d.ts.map +1 -0
  62. package/lib/cjs/DevTools.js +155 -0
  63. package/lib/cjs/DevTools.js.map +1 -0
  64. package/lib/cjs/DisplayStyle.d.ts +107 -0
  65. package/lib/cjs/DisplayStyle.d.ts.map +1 -0
  66. package/lib/cjs/DisplayStyle.js +292 -0
  67. package/lib/cjs/DisplayStyle.js.map +1 -0
  68. package/lib/cjs/ECDb.d.ts +196 -0
  69. package/lib/cjs/ECDb.d.ts.map +1 -0
  70. package/lib/cjs/ECDb.js +354 -0
  71. package/lib/cjs/ECDb.js.map +1 -0
  72. package/lib/cjs/ECSchemaXmlContext.d.ts +18 -0
  73. package/lib/cjs/ECSchemaXmlContext.d.ts.map +1 -0
  74. package/lib/cjs/ECSchemaXmlContext.js +36 -0
  75. package/lib/cjs/ECSchemaXmlContext.js.map +1 -0
  76. package/lib/cjs/ECSqlStatement.d.ts +467 -0
  77. package/lib/cjs/ECSqlStatement.d.ts.map +1 -0
  78. package/lib/cjs/ECSqlStatement.js +783 -0
  79. package/lib/cjs/ECSqlStatement.js.map +1 -0
  80. package/lib/cjs/Element.d.ts +1082 -0
  81. package/lib/cjs/Element.d.ts.map +1 -0
  82. package/lib/cjs/Element.js +1392 -0
  83. package/lib/cjs/Element.js.map +1 -0
  84. package/lib/cjs/ElementAspect.d.ts +157 -0
  85. package/lib/cjs/ElementAspect.d.ts.map +1 -0
  86. package/lib/cjs/ElementAspect.js +179 -0
  87. package/lib/cjs/ElementAspect.js.map +1 -0
  88. package/lib/cjs/ElementGraphics.d.ts +10 -0
  89. package/lib/cjs/ElementGraphics.d.ts.map +1 -0
  90. package/lib/cjs/ElementGraphics.js +42 -0
  91. package/lib/cjs/ElementGraphics.js.map +1 -0
  92. package/lib/cjs/Entity.d.ts +57 -0
  93. package/lib/cjs/Entity.d.ts.map +1 -0
  94. package/lib/cjs/Entity.js +63 -0
  95. package/lib/cjs/Entity.js.map +1 -0
  96. package/lib/cjs/ExportGraphics.d.ts +302 -0
  97. package/lib/cjs/ExportGraphics.d.ts.map +1 -0
  98. package/lib/cjs/ExportGraphics.js +206 -0
  99. package/lib/cjs/ExportGraphics.js.map +1 -0
  100. package/lib/cjs/ExternalSource.d.ts +95 -0
  101. package/lib/cjs/ExternalSource.d.ts.map +1 -0
  102. package/lib/cjs/ExternalSource.js +126 -0
  103. package/lib/cjs/ExternalSource.js.map +1 -0
  104. package/lib/cjs/GeometrySummary.d.ts +5 -0
  105. package/lib/cjs/GeometrySummary.d.ts.map +1 -0
  106. package/lib/cjs/GeometrySummary.js +378 -0
  107. package/lib/cjs/GeometrySummary.js.map +1 -0
  108. package/lib/cjs/IModelCloneContext.d.ts +74 -0
  109. package/lib/cjs/IModelCloneContext.d.ts.map +1 -0
  110. package/lib/cjs/IModelCloneContext.js +130 -0
  111. package/lib/cjs/IModelCloneContext.js.map +1 -0
  112. package/lib/cjs/IModelDb.d.ts +1107 -0
  113. package/lib/cjs/IModelDb.d.ts.map +1 -0
  114. package/lib/cjs/IModelDb.js +2161 -0
  115. package/lib/cjs/IModelDb.js.map +1 -0
  116. package/lib/cjs/IModelHost.d.ts +284 -0
  117. package/lib/cjs/IModelHost.d.ts.map +1 -0
  118. package/lib/cjs/IModelHost.js +411 -0
  119. package/lib/cjs/IModelHost.js.map +1 -0
  120. package/lib/cjs/IModelJsFs.d.ts +63 -0
  121. package/lib/cjs/IModelJsFs.d.ts.map +1 -0
  122. package/lib/cjs/IModelJsFs.js +141 -0
  123. package/lib/cjs/IModelJsFs.js.map +1 -0
  124. package/lib/cjs/IModelSchemaLoader.d.ts +26 -0
  125. package/lib/cjs/IModelSchemaLoader.d.ts.map +1 -0
  126. package/lib/cjs/IModelSchemaLoader.js +95 -0
  127. package/lib/cjs/IModelSchemaLoader.js.map +1 -0
  128. package/lib/cjs/IpcHost.d.ts +99 -0
  129. package/lib/cjs/IpcHost.d.ts.map +1 -0
  130. package/lib/cjs/IpcHost.js +234 -0
  131. package/lib/cjs/IpcHost.js.map +1 -0
  132. package/lib/cjs/LineStyle.d.ts +312 -0
  133. package/lib/cjs/LineStyle.d.ts.map +1 -0
  134. package/lib/cjs/LineStyle.js +296 -0
  135. package/lib/cjs/LineStyle.js.map +1 -0
  136. package/lib/cjs/LocalhostIpcHost.d.ts +19 -0
  137. package/lib/cjs/LocalhostIpcHost.d.ts.map +1 -0
  138. package/lib/cjs/LocalhostIpcHost.js +52 -0
  139. package/lib/cjs/LocalhostIpcHost.js.map +1 -0
  140. package/lib/cjs/Material.d.ts +102 -0
  141. package/lib/cjs/Material.d.ts.map +1 -0
  142. package/lib/cjs/Material.js +146 -0
  143. package/lib/cjs/Material.js.map +1 -0
  144. package/lib/cjs/Model.d.ts +387 -0
  145. package/lib/cjs/Model.d.ts.map +1 -0
  146. package/lib/cjs/Model.js +469 -0
  147. package/lib/cjs/Model.js.map +1 -0
  148. package/lib/cjs/NativeAppStorage.d.ts +52 -0
  149. package/lib/cjs/NativeAppStorage.d.ts.map +1 -0
  150. package/lib/cjs/NativeAppStorage.js +203 -0
  151. package/lib/cjs/NativeAppStorage.js.map +1 -0
  152. package/lib/cjs/NativeHost.d.ts +71 -0
  153. package/lib/cjs/NativeHost.d.ts.map +1 -0
  154. package/lib/cjs/NativeHost.js +221 -0
  155. package/lib/cjs/NativeHost.js.map +1 -0
  156. package/lib/cjs/NavigationRelationship.d.ts +157 -0
  157. package/lib/cjs/NavigationRelationship.d.ts.map +1 -0
  158. package/lib/cjs/NavigationRelationship.js +226 -0
  159. package/lib/cjs/NavigationRelationship.js.map +1 -0
  160. package/lib/cjs/PromiseMemoizer.d.ts +52 -0
  161. package/lib/cjs/PromiseMemoizer.d.ts.map +1 -0
  162. package/lib/cjs/PromiseMemoizer.js +93 -0
  163. package/lib/cjs/PromiseMemoizer.js.map +1 -0
  164. package/lib/cjs/Relationship.d.ts +400 -0
  165. package/lib/cjs/Relationship.d.ts.map +1 -0
  166. package/lib/cjs/Relationship.js +460 -0
  167. package/lib/cjs/Relationship.js.map +1 -0
  168. package/lib/cjs/RpcBackend.d.ts +23 -0
  169. package/lib/cjs/RpcBackend.d.ts.map +1 -0
  170. package/lib/cjs/RpcBackend.js +94 -0
  171. package/lib/cjs/RpcBackend.js.map +1 -0
  172. package/lib/cjs/SQLiteDb.d.ts +66 -0
  173. package/lib/cjs/SQLiteDb.d.ts.map +1 -0
  174. package/lib/cjs/SQLiteDb.js +140 -0
  175. package/lib/cjs/SQLiteDb.js.map +1 -0
  176. package/lib/cjs/Schema.d.ts +56 -0
  177. package/lib/cjs/Schema.d.ts.map +1 -0
  178. package/lib/cjs/Schema.js +84 -0
  179. package/lib/cjs/Schema.js.map +1 -0
  180. package/lib/cjs/ServerBasedLocks.d.ts +64 -0
  181. package/lib/cjs/ServerBasedLocks.d.ts.map +1 -0
  182. package/lib/cjs/ServerBasedLocks.js +177 -0
  183. package/lib/cjs/ServerBasedLocks.js.map +1 -0
  184. package/lib/cjs/SqliteStatement.d.ts +264 -0
  185. package/lib/cjs/SqliteStatement.d.ts.map +1 -0
  186. package/lib/cjs/SqliteStatement.js +417 -0
  187. package/lib/cjs/SqliteStatement.js.map +1 -0
  188. package/lib/cjs/Texture.d.ts +59 -0
  189. package/lib/cjs/Texture.d.ts.map +1 -0
  190. package/lib/cjs/Texture.js +83 -0
  191. package/lib/cjs/Texture.js.map +1 -0
  192. package/lib/cjs/TxnManager.d.ts +203 -0
  193. package/lib/cjs/TxnManager.d.ts.map +1 -0
  194. package/lib/cjs/TxnManager.js +354 -0
  195. package/lib/cjs/TxnManager.js.map +1 -0
  196. package/lib/cjs/ViewDefinition.d.ts +432 -0
  197. package/lib/cjs/ViewDefinition.d.ts.map +1 -0
  198. package/lib/cjs/ViewDefinition.js +623 -0
  199. package/lib/cjs/ViewDefinition.js.map +1 -0
  200. package/lib/cjs/assets/IModelChange.02.00.00.ecschema.xml +90 -0
  201. package/lib/cjs/core-backend.d.ts +162 -0
  202. package/lib/cjs/core-backend.d.ts.map +1 -0
  203. package/lib/cjs/core-backend.js +181 -0
  204. package/lib/cjs/core-backend.js.map +1 -0
  205. package/lib/cjs/domains/FunctionalElements.d.ts +102 -0
  206. package/lib/cjs/domains/FunctionalElements.d.ts.map +1 -0
  207. package/lib/cjs/domains/FunctionalElements.js +146 -0
  208. package/lib/cjs/domains/FunctionalElements.js.map +1 -0
  209. package/lib/cjs/domains/FunctionalSchema.d.ts +14 -0
  210. package/lib/cjs/domains/FunctionalSchema.d.ts.map +1 -0
  211. package/lib/cjs/domains/FunctionalSchema.js +41 -0
  212. package/lib/cjs/domains/FunctionalSchema.js.map +1 -0
  213. package/lib/cjs/domains/GenericElements.d.ts +178 -0
  214. package/lib/cjs/domains/GenericElements.d.ts.map +1 -0
  215. package/lib/cjs/domains/GenericElements.js +264 -0
  216. package/lib/cjs/domains/GenericElements.js.map +1 -0
  217. package/lib/cjs/domains/GenericSchema.d.ts +11 -0
  218. package/lib/cjs/domains/GenericSchema.d.ts.map +1 -0
  219. package/lib/cjs/domains/GenericSchema.js +29 -0
  220. package/lib/cjs/domains/GenericSchema.js.map +1 -0
  221. package/lib/cjs/rpc-impl/DevToolsRpcImpl.d.ts +16 -0
  222. package/lib/cjs/rpc-impl/DevToolsRpcImpl.d.ts.map +1 -0
  223. package/lib/cjs/rpc-impl/DevToolsRpcImpl.js +33 -0
  224. package/lib/cjs/rpc-impl/DevToolsRpcImpl.js.map +1 -0
  225. package/lib/cjs/rpc-impl/IModelReadRpcImpl.d.ts +40 -0
  226. package/lib/cjs/rpc-impl/IModelReadRpcImpl.d.ts.map +1 -0
  227. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js +207 -0
  228. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js.map +1 -0
  229. package/lib/cjs/rpc-impl/IModelTileRpcImpl.d.ts +21 -0
  230. package/lib/cjs/rpc-impl/IModelTileRpcImpl.d.ts.map +1 -0
  231. package/lib/cjs/rpc-impl/IModelTileRpcImpl.js +193 -0
  232. package/lib/cjs/rpc-impl/IModelTileRpcImpl.js.map +1 -0
  233. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.d.ts +37 -0
  234. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.d.ts.map +1 -0
  235. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js +162 -0
  236. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js.map +1 -0
  237. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.d.ts +17 -0
  238. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.d.ts.map +1 -0
  239. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js +44 -0
  240. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -0
  241. package/lib/cjs/rpc-impl/WipRpcImpl.d.ts +16 -0
  242. package/lib/cjs/rpc-impl/WipRpcImpl.d.ts.map +1 -0
  243. package/lib/cjs/rpc-impl/WipRpcImpl.js +35 -0
  244. package/lib/cjs/rpc-impl/WipRpcImpl.js.map +1 -0
  245. package/package.json +101 -0
@@ -0,0 +1,296 @@
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module Symbology
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.LineStyleDefinition = void 0;
11
+ const core_bentley_1 = require("@itwin/core-bentley");
12
+ const core_common_1 = require("@itwin/core-common");
13
+ const Element_1 = require("./Element");
14
+ /** A line style definition is a uniquely named pattern that repeats as it is displayed along a curve path. In the absence of a line style, curve display is limited to solid lines with a width in pixels.
15
+ * There are three varieties of line styles:
16
+ * - A style described by a stroke pattern (series of dashes and gaps) that may also include symbol graphics.
17
+ * - A style using pre-defined pixel bit patterns [[LinePixels]] for dashed display (Code1-Code7).
18
+ * - A style that uses a texture.
19
+ *
20
+ * A definition is defined by one or more components. A component is saved as a "file property" and can be referenced by other components. The line style definition references a component
21
+ * by file property id and type and is saved as a dictionary element.
22
+ * @public
23
+ */
24
+ var LineStyleDefinition;
25
+ (function (LineStyleDefinition) {
26
+ /** Line style component type identifiers */
27
+ let ComponentType;
28
+ (function (ComponentType) {
29
+ /** Component type for [[LineStyleDefinition.PointSymbolProps]] */
30
+ ComponentType[ComponentType["PointSymbol"] = 1] = "PointSymbol";
31
+ /** Component type for [[LineStyleDefinition.CompoundProps]] */
32
+ ComponentType[ComponentType["Compound"] = 2] = "Compound";
33
+ /** Component type for [[LineStyleDefinition.StrokePatternProps]] */
34
+ ComponentType[ComponentType["StrokePattern"] = 3] = "StrokePattern";
35
+ /** Component type for [[LineStyleDefinition.StrokePointProps]] */
36
+ ComponentType[ComponentType["StrokePoint"] = 4] = "StrokePoint";
37
+ /** Component type for [[LinePixels]], never saved as a file property */
38
+ ComponentType[ComponentType["Internal"] = 6] = "Internal";
39
+ /** Component type for [[LineStyleDefinition.RasterImageProps]] */
40
+ ComponentType[ComponentType["RasterImage"] = 7] = "RasterImage";
41
+ })(ComponentType = LineStyleDefinition.ComponentType || (LineStyleDefinition.ComponentType = {}));
42
+ /** Mask of values for StrokeMode */
43
+ let StrokeMode;
44
+ (function (StrokeMode) {
45
+ /** Stroke represents a blank space */
46
+ StrokeMode[StrokeMode["Gap"] = 0] = "Gap";
47
+ /** Stroke represents a solid dash */
48
+ StrokeMode[StrokeMode["Dash"] = 1] = "Dash";
49
+ /** Treat stroke as rigid and continue past a corner to complete the stroke as opposed to breaking at the corner */
50
+ StrokeMode[StrokeMode["Ray"] = 2] = "Ray";
51
+ /** Stroke length can be stretched when [[LineStyleDefinition.StrokePatternOptions.Iteration]] and [[LineStyleDefinition.StrokePatternOptions.AutoPhase]] options are set, applicable to both Gap and Dash strokes */
52
+ StrokeMode[StrokeMode["Scale"] = 4] = "Scale";
53
+ /** Invert stroke in first stroke pattern */
54
+ StrokeMode[StrokeMode["FirstInvert"] = 8] = "FirstInvert";
55
+ /** Invert stroke in last stroke pattern */
56
+ StrokeMode[StrokeMode["LastInvert"] = 16] = "LastInvert";
57
+ })(StrokeMode = LineStyleDefinition.StrokeMode || (LineStyleDefinition.StrokeMode = {}));
58
+ /** Define constant width or tapered strokes with distance specified in meters */
59
+ let StrokeWidth;
60
+ (function (StrokeWidth) {
61
+ /** Stroke draws as one pixel wide line */
62
+ StrokeWidth[StrokeWidth["None"] = 0] = "None";
63
+ /** Half [[LineStyleDefinition.StrokeProps.orgWidth]] and [[LineStyleDefinition.StrokeProps.endWidth]] applied to left side of stroke */
64
+ StrokeWidth[StrokeWidth["Left"] = 1] = "Left";
65
+ /** Half [[LineStyleDefinition.StrokeProps.orgWidth]] and [[LineStyleDefinition.StrokeProps.endWidth]] applied to right side of stroke */
66
+ StrokeWidth[StrokeWidth["Right"] = 2] = "Right";
67
+ /** Half [[LineStyleDefinition.StrokeProps.orgWidth]] and [[LineStyleDefinition.StrokeProps.endWidth]] applied to both sides of stroke */
68
+ StrokeWidth[StrokeWidth["Full"] = 3] = "Full";
69
+ })(StrokeWidth = LineStyleDefinition.StrokeWidth || (LineStyleDefinition.StrokeWidth = {}));
70
+ /** Controls appearance of stroke end caps. If StrokeCap is >= Hexagon, the end cap is stroked as an arc and the value of
71
+ * StrokeCap indicates the number of vectors in the arc.
72
+ */
73
+ let StrokeCap;
74
+ (function (StrokeCap) {
75
+ /** Stroke displays as a closed polygon */
76
+ StrokeCap[StrokeCap["Closed"] = 0] = "Closed";
77
+ /** Stroke displays lines at specified width instead of a polygon */
78
+ StrokeCap[StrokeCap["Open"] = 1] = "Open";
79
+ /** Stroke length extended by half the stroke width */
80
+ StrokeCap[StrokeCap["Extended"] = 2] = "Extended";
81
+ /** Stroke end cap is a hexagon */
82
+ StrokeCap[StrokeCap["Hexagon"] = 3] = "Hexagon";
83
+ /** Stroke end cap is an octagon */
84
+ StrokeCap[StrokeCap["Octagon"] = 4] = "Octagon";
85
+ /** Stroke end cap is a decagon */
86
+ StrokeCap[StrokeCap["Decagon"] = 5] = "Decagon";
87
+ /** Stroke end cap is an arc */
88
+ StrokeCap[StrokeCap["Arc"] = 30] = "Arc";
89
+ })(StrokeCap = LineStyleDefinition.StrokeCap || (LineStyleDefinition.StrokeCap = {}));
90
+ /** Options to control how stroke pattern is applied to underlying curve */
91
+ let StrokePatternOptions;
92
+ (function (StrokePatternOptions) {
93
+ /** Use default stroke behavior */
94
+ StrokePatternOptions[StrokePatternOptions["None"] = 0] = "None";
95
+ /** [[LineStyleDefinition.StrokePatternProps.phase]] represents fractional distance into first stroke of pattern */
96
+ StrokePatternOptions[StrokePatternOptions["AutoPhase"] = 1] = "AutoPhase";
97
+ /** Use [[LineStyleDefinition.StrokePatternProps.maxIter]] to limit the number of iterations of the stroke pattern */
98
+ StrokePatternOptions[StrokePatternOptions["Iteration"] = 8] = "Iteration";
99
+ /** Single segment mode restarts the stroke pattern at corners instead of continuing around corners */
100
+ StrokePatternOptions[StrokePatternOptions["Segment"] = 16] = "Segment";
101
+ /** Center the line style and stretch the ends */
102
+ StrokePatternOptions[StrokePatternOptions["CenterStretch"] = 32] = "CenterStretch";
103
+ })(StrokePatternOptions = LineStyleDefinition.StrokePatternOptions || (LineStyleDefinition.StrokePatternOptions = {}));
104
+ /** Flags to identify point symbol behavior */
105
+ let PointSymbolFlags;
106
+ (function (PointSymbolFlags) {
107
+ /** Default symbol behavior */
108
+ PointSymbolFlags[PointSymbolFlags["None"] = 0] = "None";
109
+ /** Symbol includes 3d geometry */
110
+ PointSymbolFlags[PointSymbolFlags["Is3d"] = 1] = "Is3d";
111
+ /** Symbol does not allow scaling */
112
+ PointSymbolFlags[PointSymbolFlags["NoScale"] = 2] = "NoScale";
113
+ })(PointSymbolFlags = LineStyleDefinition.PointSymbolFlags || (LineStyleDefinition.PointSymbolFlags = {}));
114
+ /** Symbol options for location, orientation, and behavior */
115
+ let SymbolOptions;
116
+ (function (SymbolOptions) {
117
+ /** No point symbol */
118
+ SymbolOptions[SymbolOptions["None"] = 0] = "None";
119
+ /** Symbol at origin of stroke */
120
+ SymbolOptions[SymbolOptions["Origin"] = 1] = "Origin";
121
+ /** Symbol at end of stroke */
122
+ SymbolOptions[SymbolOptions["End"] = 2] = "End";
123
+ /** symbol at center of stroke */
124
+ SymbolOptions[SymbolOptions["Center"] = 3] = "Center";
125
+ /** Symbol at curve start point */
126
+ SymbolOptions[SymbolOptions["CurveOrigin"] = 4] = "CurveOrigin";
127
+ /** Symbol at curve end point */
128
+ SymbolOptions[SymbolOptions["CurveEnd"] = 8] = "CurveEnd";
129
+ /** Symbol at each vertex */
130
+ SymbolOptions[SymbolOptions["CurveVertex"] = 16] = "CurveVertex";
131
+ /** Adjust symbol rotation left->right */
132
+ SymbolOptions[SymbolOptions["AdjustRotation"] = 32] = "AdjustRotation";
133
+ /** Angle of symbol not relative to stroke direction */
134
+ SymbolOptions[SymbolOptions["AbsoluteRotation"] = 64] = "AbsoluteRotation";
135
+ /** No scale on variable strokes */
136
+ SymbolOptions[SymbolOptions["NoScale"] = 256] = "NoScale";
137
+ /** No clip on partial strokes */
138
+ SymbolOptions[SymbolOptions["NoClip"] = 512] = "NoClip";
139
+ /** No partial strokes */
140
+ SymbolOptions[SymbolOptions["NoPartial"] = 1024] = "NoPartial";
141
+ /** Project partial origin */
142
+ SymbolOptions[SymbolOptions["ProjectOrigin"] = 2048] = "ProjectOrigin";
143
+ /** Use color from symbol instead of inheriting curve color */
144
+ SymbolOptions[SymbolOptions["UseColor"] = 16384] = "UseColor";
145
+ /** Use weight from symbol instead of inheriting curve weight */
146
+ SymbolOptions[SymbolOptions["UseWeight"] = 32768] = "UseWeight";
147
+ })(SymbolOptions = LineStyleDefinition.SymbolOptions || (LineStyleDefinition.SymbolOptions = {}));
148
+ /** Flags to describe a style or control style behavior */
149
+ let StyleFlags;
150
+ (function (StyleFlags) {
151
+ /** Use defaults */
152
+ StyleFlags[StyleFlags["None"] = 0] = "None";
153
+ /** Only snap to center line and not individual strokes and symbols of line style */
154
+ StyleFlags[StyleFlags["NoSnap"] = 4] = "NoSnap";
155
+ /** Style represents a continuous line with width (determined by looking at components if not set) */
156
+ StyleFlags[StyleFlags["Continuous"] = 8] = "Continuous";
157
+ /** Style represents physical geometry and should be scaled as such */
158
+ StyleFlags[StyleFlags["Physical"] = 128] = "Physical";
159
+ })(StyleFlags = LineStyleDefinition.StyleFlags || (LineStyleDefinition.StyleFlags = {}));
160
+ /** Helper methods for creating and querying line styles */
161
+ class Utils {
162
+ /** Create a file property for a new stroke pattern component. */
163
+ static createStrokePatternComponent(iModel, props) {
164
+ const fileProps = { name: "LineCodeV1", namespace: "dgn_LStyle" };
165
+ fileProps.id = iModel.queryNextAvailableFileProperty(fileProps);
166
+ iModel.saveFileProperty(fileProps, JSON.stringify(props));
167
+ return { compId: fileProps.id, compType: ComponentType.StrokePattern };
168
+ }
169
+ /** Create a file property for a new point symbol component.
170
+ * If base and size parameters are not supplied, queries GeometryPart by id to set them.
171
+ */
172
+ static createPointSymbolComponent(iModel, props) {
173
+ // if part extents weren't supplied, set them up now.
174
+ if (!props.baseX && !props.baseY && !props.baseZ && !props.sizeX && !props.sizeY && !props.sizeZ) {
175
+ const geomPart = iModel.elements.getElement(props.geomPartId);
176
+ if (!geomPart)
177
+ return undefined;
178
+ props.baseX = geomPart.bbox.low.x;
179
+ props.baseY = geomPart.bbox.low.y;
180
+ props.baseZ = geomPart.bbox.low.z;
181
+ props.sizeX = geomPart.bbox.high.x;
182
+ props.sizeY = geomPart.bbox.high.y;
183
+ props.sizeZ = geomPart.bbox.high.z;
184
+ }
185
+ const fileProps = { name: "PointSymV1", namespace: "dgn_LStyle" };
186
+ fileProps.id = iModel.queryNextAvailableFileProperty(fileProps);
187
+ iModel.saveFileProperty(fileProps, JSON.stringify(props));
188
+ return { compId: fileProps.id, compType: ComponentType.PointSymbol };
189
+ }
190
+ /** Create a file property for a new stroke point component. */
191
+ static createStrokePointComponent(iModel, props) {
192
+ const fileProps = { name: "LinePointV1", namespace: "dgn_LStyle" };
193
+ fileProps.id = iModel.queryNextAvailableFileProperty(fileProps);
194
+ iModel.saveFileProperty(fileProps, JSON.stringify(props));
195
+ return { compId: fileProps.id, compType: ComponentType.StrokePoint };
196
+ }
197
+ /** Create a file property for a new compound component. */
198
+ static createCompoundComponent(iModel, props) {
199
+ const fileProps = { name: "CompoundV1", namespace: "dgn_LStyle" };
200
+ fileProps.id = iModel.queryNextAvailableFileProperty(fileProps);
201
+ iModel.saveFileProperty(fileProps, JSON.stringify(props));
202
+ return { compId: fileProps.id, compType: ComponentType.Compound };
203
+ }
204
+ /** Create a file property for a new raster image component. */
205
+ static createRasterComponent(iModel, props, image) {
206
+ const rasterFileProps = { name: "RasterImageV1", namespace: "dgn_LStyle" };
207
+ rasterFileProps.id = iModel.queryNextAvailableFileProperty(rasterFileProps);
208
+ iModel.saveFileProperty(rasterFileProps, undefined, image);
209
+ props.imageId = rasterFileProps.id;
210
+ const fileProps = { name: "RasterComponentV1", namespace: "dgn_LStyle" };
211
+ fileProps.id = iModel.queryNextAvailableFileProperty(fileProps);
212
+ iModel.saveFileProperty(fileProps, JSON.stringify(props));
213
+ return { compId: fileProps.id, compType: ComponentType.RasterImage };
214
+ }
215
+ /** Query for an existing line style with the supplied name. */
216
+ static queryStyle(imodel, scopeModelId, name) {
217
+ return imodel.elements.queryElementIdByCode(Element_1.LineStyle.createCode(imodel, scopeModelId, name));
218
+ }
219
+ /** Insert a new line style with the supplied name.
220
+ * @throws [[IModelError]] if unable to insert the line style definition element.
221
+ */
222
+ static createStyle(imodel, scopeModelId, name, props) {
223
+ if (undefined === props.flags)
224
+ props.flags = StyleFlags.NoSnap; // If flags weren't supplied, default to not snapping to stroke geometry.
225
+ const lsProps = {
226
+ classFullName: "BisCore:LineStyle",
227
+ model: scopeModelId,
228
+ code: Element_1.LineStyle.createCode(imodel, scopeModelId, name),
229
+ data: JSON.stringify(props),
230
+ };
231
+ return imodel.elements.insertElement(lsProps);
232
+ }
233
+ /** Query for a continuous line style that can be used to create curves with physical width instead of weight in pixels and create one if it does not already exist.
234
+ * There are 2 ways to define a continuous line style:
235
+ * - Width is not specified in the style itself and instead will be supplied as an override for each curve that is drawn.
236
+ * - Defined using [[LineStyleDefinition.ComponentType.Internal]] with component id 0 [[LinePixels.Solid]] which has special behavior of being affected by width overrides.
237
+ * - Width is specified in the style.
238
+ * - Defined using a single stroke component that is a long dash.
239
+ *
240
+ * @throws [[IModelError]] if unable to insert the line style definition element.
241
+ */
242
+ static getOrCreateContinuousStyle(imodel, scopeModelId, width) {
243
+ if (width === undefined) {
244
+ const name0 = "Continuous";
245
+ const lsId0 = this.queryStyle(imodel, scopeModelId, name0);
246
+ return (undefined === lsId0 ? this.createStyle(imodel, scopeModelId, name0, { compId: 0, compType: ComponentType.Internal, flags: StyleFlags.Continuous | StyleFlags.NoSnap }) : lsId0);
247
+ }
248
+ const name = `Continuous-${width}`;
249
+ const lsId = this.queryStyle(imodel, scopeModelId, name);
250
+ if (undefined !== lsId)
251
+ return lsId;
252
+ const strokePatternData = this.createStrokePatternComponent(imodel, { descr: name, strokes: [{ length: 1e37, orgWidth: width, strokeMode: StrokeMode.Dash, widthMode: StrokeWidth.Full }] });
253
+ if (undefined === strokePatternData)
254
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, "Unable to insert stroke component");
255
+ return this.createStyle(imodel, scopeModelId, name, { compId: strokePatternData.compId, compType: strokePatternData.compType, flags: StyleFlags.Continuous | StyleFlags.NoSnap });
256
+ }
257
+ /** Query for a line style using the supplied [[LinePixels]] value (Code1-Code7) and create one if it does not already exist.
258
+ * Most applications should instead use [[createStrokePatternComponent]] to define a style with physical dash and gap lengths.
259
+ * Unlike other components, [[LineStyleDefinition.ComponentType.Internal]] uses the line code as the compId instead of a file property id.
260
+ * @throws [[IModelError]] if supplied an invalid [[LinePixels]] value or if unable to insert the line style definition element.
261
+ */
262
+ static getOrCreateLinePixelsStyle(imodel, scopeModelId, linePixels) {
263
+ let lineCode;
264
+ switch (linePixels) {
265
+ case core_common_1.LinePixels.Code1:
266
+ lineCode = 1;
267
+ break;
268
+ case core_common_1.LinePixels.Code2:
269
+ lineCode = 2;
270
+ break;
271
+ case core_common_1.LinePixels.Code3:
272
+ lineCode = 3;
273
+ break;
274
+ case core_common_1.LinePixels.Code4:
275
+ lineCode = 4;
276
+ break;
277
+ case core_common_1.LinePixels.Code5:
278
+ lineCode = 5;
279
+ break;
280
+ case core_common_1.LinePixels.Code6:
281
+ lineCode = 6;
282
+ break;
283
+ case core_common_1.LinePixels.Code7:
284
+ lineCode = 7;
285
+ break;
286
+ default:
287
+ throw new core_common_1.IModelError(core_bentley_1.IModelStatus.BadArg, "Invalid LinePixels");
288
+ }
289
+ const name = `LinePixelsCodeNumber-${lineCode}`;
290
+ const lsId = this.queryStyle(imodel, scopeModelId, name);
291
+ return (undefined === lsId ? this.createStyle(imodel, scopeModelId, name, { compId: lineCode, compType: ComponentType.Internal }) : lsId);
292
+ }
293
+ }
294
+ LineStyleDefinition.Utils = Utils;
295
+ })(LineStyleDefinition = exports.LineStyleDefinition || (exports.LineStyleDefinition = {}));
296
+ //# sourceMappingURL=LineStyle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LineStyle.js","sourceRoot":"","sources":["../../src/LineStyle.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,sDAA+D;AAC/D,oDAAgG;AAChG,uCAAoD;AAGpD;;;;;;;;;GASG;AACH,IAAiB,mBAAmB,CA6anC;AA7aD,WAAiB,mBAAmB;IAElC,4CAA4C;IAC5C,IAAY,aAaX;IAbD,WAAY,aAAa;QACvB,kEAAkE;QAClE,+DAAe,CAAA;QACf,+DAA+D;QAC/D,yDAAY,CAAA;QACZ,oEAAoE;QACpE,mEAAiB,CAAA;QACjB,kEAAkE;QAClE,+DAAe,CAAA;QACf,wEAAwE;QACxE,yDAAY,CAAA;QACZ,kEAAkE;QAClE,+DAAe,CAAA;IACjB,CAAC,EAbW,aAAa,GAAb,iCAAa,KAAb,iCAAa,QAaxB;IAED,oCAAoC;IACpC,IAAY,UAaX;IAbD,WAAY,UAAU;QACpB,sCAAsC;QACtC,yCAAU,CAAA;QACV,qCAAqC;QACrC,2CAAW,CAAA;QACX,mHAAmH;QACnH,yCAAU,CAAA;QACV,qNAAqN;QACrN,6CAAY,CAAA;QACZ,4CAA4C;QAC5C,yDAAkB,CAAA;QAClB,2CAA2C;QAC3C,wDAAiB,CAAA;IACnB,CAAC,EAbW,UAAU,GAAV,8BAAU,KAAV,8BAAU,QAarB;IAED,iFAAiF;IACjF,IAAY,WASX;IATD,WAAY,WAAW;QACrB,0CAA0C;QAC1C,6CAAQ,CAAA;QACR,wIAAwI;QACxI,6CAAQ,CAAA;QACR,yIAAyI;QACzI,+CAAS,CAAA;QACT,yIAAyI;QACzI,6CAAQ,CAAA;IACV,CAAC,EATW,WAAW,GAAX,+BAAW,KAAX,+BAAW,QAStB;IAED;;OAEG;IACH,IAAY,SAeX;IAfD,WAAY,SAAS;QACnB,0CAA0C;QAC1C,6CAAU,CAAA;QACV,oEAAoE;QACpE,yCAAQ,CAAA;QACR,sDAAsD;QACtD,iDAAY,CAAA;QACZ,kCAAkC;QAClC,+CAAW,CAAA;QACX,mCAAmC;QACnC,+CAAW,CAAA;QACX,kCAAkC;QAClC,+CAAW,CAAA;QACX,+BAA+B;QAC/B,wCAAQ,CAAA;IACV,CAAC,EAfW,SAAS,GAAT,6BAAS,KAAT,6BAAS,QAepB;IAoBD,2EAA2E;IAC3E,IAAY,oBAWX;IAXD,WAAY,oBAAoB;QAC9B,kCAAkC;QAClC,+DAAW,CAAA;QACX,mHAAmH;QACnH,yEAAgB,CAAA;QAChB,qHAAqH;QACrH,yEAAgB,CAAA;QAChB,sGAAsG;QACtG,sEAAc,CAAA;QACd,iDAAiD;QACjD,kFAAoB,CAAA;IACtB,CAAC,EAXW,oBAAoB,GAApB,wCAAoB,KAApB,wCAAoB,QAW/B;IAmBD,8CAA8C;IAC9C,IAAY,gBAOX;IAPD,WAAY,gBAAgB;QAC1B,8BAA8B;QAC9B,uDAAU,CAAA;QACV,kCAAkC;QAClC,uDAAW,CAAA;QACX,oCAAoC;QACpC,6DAAc,CAAA;IAChB,CAAC,EAPW,gBAAgB,GAAhB,oCAAgB,KAAhB,oCAAgB,QAO3B;IA0BD,6DAA6D;IAC7D,IAAY,aA+BX;IA/BD,WAAY,aAAa;QACvB,sBAAsB;QACtB,iDAAW,CAAA;QACX,iCAAiC;QACjC,qDAAa,CAAA;QACb,8BAA8B;QAC9B,+CAAU,CAAA;QACV,iCAAiC;QACjC,qDAAa,CAAA;QACb,kCAAkC;QAClC,+DAAoB,CAAA;QACpB,gCAAgC;QAChC,yDAAiB,CAAA;QACjB,4BAA4B;QAC5B,gEAAoB,CAAA;QACpB,yCAAyC;QACzC,sEAAuB,CAAA;QACvB,uDAAuD;QACvD,0EAAyB,CAAA;QACzB,mCAAmC;QACnC,yDAAgB,CAAA;QAChB,iCAAiC;QACjC,uDAAe,CAAA;QACf,yBAAyB;QACzB,8DAAkB,CAAA;QAClB,6BAA6B;QAC7B,sEAAsB,CAAA;QACtB,8DAA8D;QAC9D,6DAAiB,CAAA;QACjB,gEAAgE;QAChE,+DAAkB,CAAA;IACpB,CAAC,EA/BW,aAAa,GAAb,iCAAa,KAAb,iCAAa,QA+BxB;IAyED,0DAA0D;IAC1D,IAAY,UASX;IATD,WAAY,UAAU;QACpB,mBAAmB;QACnB,2CAAW,CAAA;QACX,oFAAoF;QACpF,+CAAa,CAAA;QACb,qGAAqG;QACrG,uDAAiB,CAAA;QACjB,sEAAsE;QACtE,qDAAe,CAAA;IACjB,CAAC,EATW,UAAU,GAAV,8BAAU,KAAV,8BAAU,QASrB;IAcD,2DAA2D;IAC3D,MAAa,KAAK;QAEhB,iEAAiE;QAC1D,MAAM,CAAC,4BAA4B,CAAC,MAAgB,EAAE,KAAyB;YACpF,MAAM,SAAS,GAAsB,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;YACrF,SAAS,CAAC,EAAE,GAAG,MAAM,CAAC,8BAA8B,CAAC,SAAS,CAAC,CAAC;YAChE,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC;YAC1D,OAAO,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,EAAE,QAAQ,EAAE,aAAa,CAAC,aAAa,EAAE,CAAC;QACzE,CAAC;QAED;;WAEG;QACI,MAAM,CAAC,0BAA0B,CAAC,MAAgB,EAAE,KAAuB;YAChF,qDAAqD;YACrD,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE;gBAChG,MAAM,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAe,KAAK,CAAC,UAAU,CAAC,CAAC;gBAC5E,IAAI,CAAC,QAAQ;oBACX,OAAO,SAAS,CAAC;gBAEnB,KAAK,CAAC,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;gBAClC,KAAK,CAAC,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;gBAClC,KAAK,CAAC,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;gBAElC,KAAK,CAAC,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;gBACnC,KAAK,CAAC,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;gBACnC,KAAK,CAAC,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;aACpC;YAED,MAAM,SAAS,GAAsB,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;YACrF,SAAS,CAAC,EAAE,GAAG,MAAM,CAAC,8BAA8B,CAAC,SAAS,CAAC,CAAC;YAChE,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC;YAC1D,OAAO,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,EAAE,QAAQ,EAAE,aAAa,CAAC,WAAW,EAAE,CAAC;QACvE,CAAC;QAED,+DAA+D;QACxD,MAAM,CAAC,0BAA0B,CAAC,MAAgB,EAAE,KAAuB;YAChF,MAAM,SAAS,GAAsB,EAAE,IAAI,EAAE,aAAa,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;YACtF,SAAS,CAAC,EAAE,GAAG,MAAM,CAAC,8BAA8B,CAAC,SAAS,CAAC,CAAC;YAChE,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC;YAC1D,OAAO,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,EAAE,QAAQ,EAAE,aAAa,CAAC,WAAW,EAAE,CAAC;QACvE,CAAC;QAED,2DAA2D;QACpD,MAAM,CAAC,uBAAuB,CAAC,MAAgB,EAAE,KAAoB;YAC1E,MAAM,SAAS,GAAsB,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;YACrF,SAAS,CAAC,EAAE,GAAG,MAAM,CAAC,8BAA8B,CAAC,SAAS,CAAC,CAAC;YAChE,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC;YAC1D,OAAO,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,EAAE,QAAQ,EAAE,aAAa,CAAC,QAAQ,EAAE,CAAC;QACpE,CAAC;QAED,+DAA+D;QACxD,MAAM,CAAC,qBAAqB,CAAC,MAAgB,EAAE,KAAuB,EAAE,KAAiB;YAC9F,MAAM,eAAe,GAAsB,EAAE,IAAI,EAAE,eAAe,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;YAC9F,eAAe,CAAC,EAAE,GAAG,MAAM,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC;YAC5E,MAAM,CAAC,gBAAgB,CAAC,eAAe,EAAE,SAAS,EAAE,KAAK,CAAC,CAAC;YAC3D,KAAK,CAAC,OAAO,GAAG,eAAe,CAAC,EAAE,CAAC;YACnC,MAAM,SAAS,GAAsB,EAAE,IAAI,EAAE,mBAAmB,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;YAC5F,SAAS,CAAC,EAAE,GAAG,MAAM,CAAC,8BAA8B,CAAC,SAAS,CAAC,CAAC;YAChE,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC;YAC1D,OAAO,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,EAAE,QAAQ,EAAE,aAAa,CAAC,WAAW,EAAE,CAAC;QACvE,CAAC;QAED,+DAA+D;QACxD,MAAM,CAAC,UAAU,CAAC,MAAgB,EAAE,YAAwB,EAAE,IAAY;YAC/E,OAAO,MAAM,CAAC,QAAQ,CAAC,oBAAoB,CAAC,mBAAS,CAAC,UAAU,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,CAAC,CAAC,CAAC;QAChG,CAAC;QAED;;WAEG;QACI,MAAM,CAAC,WAAW,CAAC,MAAgB,EAAE,YAAwB,EAAE,IAAY,EAAE,KAAiB;YACnG,IAAI,SAAS,KAAK,KAAK,CAAC,KAAK;gBAC3B,KAAK,CAAC,KAAK,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,yEAAyE;YAE5G,MAAM,OAAO,GAAmB;gBAC9B,aAAa,EAAE,mBAAmB;gBAClC,KAAK,EAAE,YAAY;gBACnB,IAAI,EAAE,mBAAS,CAAC,UAAU,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,CAAC;gBACtD,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC;aAC5B,CAAC;YAEF,OAAO,MAAM,CAAC,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAChD,CAAC;QAED;;;;;;;;WAQG;QACI,MAAM,CAAC,0BAA0B,CAAC,MAAgB,EAAE,YAAwB,EAAE,KAAc;YACjG,IAAI,KAAK,KAAK,SAAS,EAAE;gBACvB,MAAM,KAAK,GAAG,YAAY,CAAC;gBAC3B,MAAM,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,YAAY,EAAE,KAAK,CAAC,CAAC;gBAC3D,OAAO,CAAC,SAAS,KAAK,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,aAAa,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC,UAAU,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;aACzL;YAED,MAAM,IAAI,GAAG,cAAc,KAAK,EAAE,CAAC;YACnC,MAAM,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,CAAC,CAAC;YACzD,IAAI,SAAS,KAAK,IAAI;gBACpB,OAAO,IAAI,CAAC;YAEd,MAAM,iBAAiB,GAAG,IAAI,CAAC,4BAA4B,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,UAAU,EAAE,UAAU,CAAC,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;YAC7L,IAAI,SAAS,KAAK,iBAAiB;gBACjC,MAAM,IAAI,yBAAW,CAAC,2BAAY,CAAC,MAAM,EAAE,mCAAmC,CAAC,CAAC;YAElF,OAAO,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE,MAAM,EAAE,iBAAiB,CAAC,MAAM,EAAE,QAAQ,EAAE,iBAAiB,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC,UAAU,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,CAAC;QACpL,CAAC;QAED;;;;WAIG;QACI,MAAM,CAAC,0BAA0B,CAAC,MAAgB,EAAE,YAAwB,EAAE,UAAsB;YACzG,IAAI,QAAQ,CAAC;YACb,QAAQ,UAAU,EAAE;gBAClB,KAAK,wBAAU,CAAC,KAAK;oBACnB,QAAQ,GAAG,CAAC,CAAC;oBACb,MAAM;gBACR,KAAK,wBAAU,CAAC,KAAK;oBACnB,QAAQ,GAAG,CAAC,CAAC;oBACb,MAAM;gBACR,KAAK,wBAAU,CAAC,KAAK;oBACnB,QAAQ,GAAG,CAAC,CAAC;oBACb,MAAM;gBACR,KAAK,wBAAU,CAAC,KAAK;oBACnB,QAAQ,GAAG,CAAC,CAAC;oBACb,MAAM;gBACR,KAAK,wBAAU,CAAC,KAAK;oBACnB,QAAQ,GAAG,CAAC,CAAC;oBACb,MAAM;gBACR,KAAK,wBAAU,CAAC,KAAK;oBACnB,QAAQ,GAAG,CAAC,CAAC;oBACb,MAAM;gBACR,KAAK,wBAAU,CAAC,KAAK;oBACnB,QAAQ,GAAG,CAAC,CAAC;oBACb,MAAM;gBACR;oBACE,MAAM,IAAI,yBAAW,CAAC,2BAAY,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;aACpE;YACD,MAAM,IAAI,GAAG,wBAAwB,QAAQ,EAAE,CAAC;YAChD,MAAM,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,CAAC,CAAC;YACzD,OAAO,CAAC,SAAS,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,aAAa,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;QAC5I,CAAC;KACF;IArJY,yBAAK,QAqJjB,CAAA;AACH,CAAC,EA7agB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6anC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Symbology\r\n */\r\n\r\nimport { Id64String, IModelStatus } from \"@itwin/core-bentley\";\r\nimport { FilePropertyProps, IModelError, LinePixels, LineStyleProps } from \"@itwin/core-common\";\r\nimport { GeometryPart, LineStyle } from \"./Element\";\r\nimport { IModelDb } from \"./IModelDb\";\r\n\r\n/** A line style definition is a uniquely named pattern that repeats as it is displayed along a curve path. In the absence of a line style, curve display is limited to solid lines with a width in pixels.\r\n * There are three varieties of line styles:\r\n * - A style described by a stroke pattern (series of dashes and gaps) that may also include symbol graphics.\r\n * - A style using pre-defined pixel bit patterns [[LinePixels]] for dashed display (Code1-Code7).\r\n * - A style that uses a texture.\r\n *\r\n * A definition is defined by one or more components. A component is saved as a \"file property\" and can be referenced by other components. The line style definition references a component\r\n * by file property id and type and is saved as a dictionary element.\r\n * @public\r\n */\r\nexport namespace LineStyleDefinition {\r\n\r\n /** Line style component type identifiers */\r\n export enum ComponentType {\r\n /** Component type for [[LineStyleDefinition.PointSymbolProps]] */\r\n PointSymbol = 1,\r\n /** Component type for [[LineStyleDefinition.CompoundProps]] */\r\n Compound = 2,\r\n /** Component type for [[LineStyleDefinition.StrokePatternProps]] */\r\n StrokePattern = 3,\r\n /** Component type for [[LineStyleDefinition.StrokePointProps]] */\r\n StrokePoint = 4,\r\n /** Component type for [[LinePixels]], never saved as a file property */\r\n Internal = 6,\r\n /** Component type for [[LineStyleDefinition.RasterImageProps]] */\r\n RasterImage = 7,\r\n }\r\n\r\n /** Mask of values for StrokeMode */\r\n export enum StrokeMode {\r\n /** Stroke represents a blank space */\r\n Gap = 0x00,\r\n /** Stroke represents a solid dash */\r\n Dash = 0x01,\r\n /** Treat stroke as rigid and continue past a corner to complete the stroke as opposed to breaking at the corner */\r\n Ray = 0x02,\r\n /** Stroke length can be stretched when [[LineStyleDefinition.StrokePatternOptions.Iteration]] and [[LineStyleDefinition.StrokePatternOptions.AutoPhase]] options are set, applicable to both Gap and Dash strokes */\r\n Scale = 0x04,\r\n /** Invert stroke in first stroke pattern */\r\n FirstInvert = 0x08,\r\n /** Invert stroke in last stroke pattern */\r\n LastInvert = 0x10,\r\n }\r\n\r\n /** Define constant width or tapered strokes with distance specified in meters */\r\n export enum StrokeWidth {\r\n /** Stroke draws as one pixel wide line */\r\n None = 0,\r\n /** Half [[LineStyleDefinition.StrokeProps.orgWidth]] and [[LineStyleDefinition.StrokeProps.endWidth]] applied to left side of stroke */\r\n Left = 1,\r\n /** Half [[LineStyleDefinition.StrokeProps.orgWidth]] and [[LineStyleDefinition.StrokeProps.endWidth]] applied to right side of stroke */\r\n Right = 2,\r\n /** Half [[LineStyleDefinition.StrokeProps.orgWidth]] and [[LineStyleDefinition.StrokeProps.endWidth]] applied to both sides of stroke */\r\n Full = 3,\r\n }\r\n\r\n /** Controls appearance of stroke end caps. If StrokeCap is >= Hexagon, the end cap is stroked as an arc and the value of\r\n * StrokeCap indicates the number of vectors in the arc.\r\n */\r\n export enum StrokeCap {\r\n /** Stroke displays as a closed polygon */\r\n Closed = 0,\r\n /** Stroke displays lines at specified width instead of a polygon */\r\n Open = 1,\r\n /** Stroke length extended by half the stroke width */\r\n Extended = 2,\r\n /** Stroke end cap is a hexagon */\r\n Hexagon = 3,\r\n /** Stroke end cap is an octagon */\r\n Octagon = 4,\r\n /** Stroke end cap is a decagon */\r\n Decagon = 5,\r\n /** Stroke end cap is an arc */\r\n Arc = 30,\r\n }\r\n\r\n /** A stroke representing either a dash or gap in a stroke pattern */\r\n export interface StrokeProps {\r\n /** Length of stroke in meters */\r\n length: number;\r\n /** Width at start of stroke. Behavior controlled by [[LineStyleDefinition.StrokeWidth]], choose value other than [[LineStyleDefinition.StrokeWidth.None]] */\r\n orgWidth?: number;\r\n /** Width at end of stroke, same as start width if not present. Behavior controlled by [[LineStyleDefinition.StrokeWidth]], choose value other than [[LineStyleDefinition.StrokeWidth.None]] */\r\n endWidth?: number;\r\n /** Type and behavior of stroke */\r\n strokeMode?: StrokeMode;\r\n /** How to apply orgWidth and endWidth to stroke */\r\n widthMode?: StrokeWidth;\r\n /** Appearance of stroke end cap */\r\n capMode?: StrokeCap;\r\n }\r\n\r\n export type Strokes = StrokeProps[];\r\n\r\n /** Options to control how stroke pattern is applied to underlying curve */\r\n export enum StrokePatternOptions {\r\n /** Use default stroke behavior */\r\n None = 0x00,\r\n /** [[LineStyleDefinition.StrokePatternProps.phase]] represents fractional distance into first stroke of pattern */\r\n AutoPhase = 0x01,\r\n /** Use [[LineStyleDefinition.StrokePatternProps.maxIter]] to limit the number of iterations of the stroke pattern */\r\n Iteration = 0x08,\r\n /** Single segment mode restarts the stroke pattern at corners instead of continuing around corners */\r\n Segment = 0x10,\r\n /** Center the line style and stretch the ends */\r\n CenterStretch = 0x20,\r\n }\r\n\r\n /** Stroke pattern component definition [[LineStyleDefinition.ComponentType.StrokePattern]].\r\n * A stroke pattern component consists of a series of dashes and gaps having specified lengths and widths in meters. Simple dash-dot type line styles that do not\r\n * include point symbols can be created by referencing a stroke pattern component by its file property id.\r\n */\r\n export interface StrokePatternProps {\r\n /** Name for this stroke pattern */\r\n descr: string;\r\n /** Skip into the pattern before starting to draw. Value treated as fraction of the first stroke when [[LineStyleDefinition.StrokePatternOptions.AutoPhase]] set. Value used as distance when [[LineStyleDefinition.StrokePatternOptions.CenterStretch]] is not set. */\r\n phase?: number;\r\n /** Options mask for this stroke pattern */\r\n options?: StrokePatternOptions;\r\n /** The entire stroke pattern will be repeated no more than maxIter on curve or segment when [[LineStyleDefinition.StrokePatternOptions.Iteration]] is set and stroke pattern includes stretchable strokes. */\r\n maxIter?: number;\r\n /** Array of strokes, maximum number that will be used is 32 */\r\n strokes: Strokes;\r\n }\r\n\r\n /** Flags to identify point symbol behavior */\r\n export enum PointSymbolFlags {\r\n /** Default symbol behavior */\r\n None = 0x0,\r\n /** Symbol includes 3d geometry */\r\n Is3d = 0x01,\r\n /** Symbol does not allow scaling */\r\n NoScale = 0x02,\r\n }\r\n\r\n /** Point symbol component definition [[LineStyleDefinition.ComponentType.PointSymbol]].\r\n * A point symbol component identifies a GeometryPart for reference by a [[LineStyleDefinition.SymbolProps]].\r\n */\r\n export interface PointSymbolProps {\r\n /** GeometryPart Id to use as a pattern symbol */\r\n geomPartId: Id64String;\r\n /** GeometryPart.bbox.low.x */\r\n baseX?: number;\r\n /** GeometryPart.bbox.low.y */\r\n baseY?: number;\r\n /** GeometryPart.bbox.low.z */\r\n baseZ?: number;\r\n /** GeometryPart.bbox.high.x */\r\n sizeX?: number;\r\n /** GeometryPart.bbox.high.y */\r\n sizeY?: number;\r\n /** GeometryPart.bbox.high.z */\r\n sizeZ?: number;\r\n /** Symbol behavior flags */\r\n symFlags?: PointSymbolFlags;\r\n /** Symbol scale, defaults to 1 */\r\n scale?: number;\r\n }\r\n\r\n /** Symbol options for location, orientation, and behavior */\r\n export enum SymbolOptions {\r\n /** No point symbol */\r\n None = 0x00,\r\n /** Symbol at origin of stroke */\r\n Origin = 0x01,\r\n /** Symbol at end of stroke */\r\n End = 0x02,\r\n /** symbol at center of stroke */\r\n Center = 0x03,\r\n /** Symbol at curve start point */\r\n CurveOrigin = 0x0004,\r\n /** Symbol at curve end point */\r\n CurveEnd = 0x0008,\r\n /** Symbol at each vertex */\r\n CurveVertex = 0x0010,\r\n /** Adjust symbol rotation left->right */\r\n AdjustRotation = 0x0020,\r\n /** Angle of symbol not relative to stroke direction */\r\n AbsoluteRotation = 0x0040,\r\n /** No scale on variable strokes */\r\n NoScale = 0x0100,\r\n /** No clip on partial strokes */\r\n NoClip = 0x0200,\r\n /** No partial strokes */\r\n NoPartial = 0x0400,\r\n /** Project partial origin */\r\n ProjectOrigin = 0x0800,\r\n /** Use color from symbol instead of inheriting curve color */\r\n UseColor = 0x4000,\r\n /** Use weight from symbol instead of inheriting curve weight */\r\n UseWeight = 0x8000,\r\n }\r\n\r\n /** Identifies a symbol and its location and orientation relative to a stroke pattern */\r\n export interface SymbolProps {\r\n /** The file property id of the symbol component, assumed to be [[LineStyleDefinition.ComponentType.PointSymbol]] if symType is undefined. */\r\n symId: number;\r\n /** The component type, leave undefined if symId is a [[LineStyleDefinition.ComponentType.PointSymbol]] */\r\n symType?: ComponentType;\r\n /** The 0 based stroke index for base stroke pattern [[LineStyleDefinition.ComponentType.StrokePattern]] component */\r\n strokeNum?: number;\r\n /** Symbol x offset distance in meters */\r\n xOffset?: number;\r\n /** Symbol y offset distance in meters */\r\n yOffset?: number;\r\n /** Symbol rotation in radians */\r\n angle?: number;\r\n /** Must set location for symbol as default value is [[LineStyleDefinition.SymbolOptions.None]] */\r\n mod1?: SymbolOptions;\r\n }\r\n\r\n export type Symbols = SymbolProps[];\r\n\r\n /** Stroke point component definition [[LineStyleDefinition.ComponentType.StrokePoint]].\r\n * A stroke point component identifies the locations of point symbol components relative to a base stroke pattern component.\r\n */\r\n export interface StrokePointProps {\r\n /** Name for this stroke point component */\r\n descr: string;\r\n /** The file property id of the stroke component, assumed to be [[LineStyleDefinition.ComponentType.StrokePattern]] if lcType is undefined */\r\n lcId: number;\r\n /** The component type, leave undefined if lcId is a [[LineStyleDefinition.ComponentType.StrokePattern]] */\r\n lcType?: ComponentType;\r\n /** Array of symbols */\r\n symbols: Symbols;\r\n }\r\n\r\n /** Raster component definition [[LineStyleDefinition.ComponentType.RasterImage]].\r\n * A raster component identifies a texture for a line style.\r\n */\r\n export interface RasterImageProps {\r\n /** Name for this raster image component */\r\n descr: string;\r\n /** Raster width */\r\n x: number;\r\n /** Raster height */\r\n y: number;\r\n /** True width flag */\r\n trueWidth?: number;\r\n /** Raster flags */\r\n flags?: number;\r\n /** The file property id of raster image */\r\n imageId?: number;\r\n }\r\n\r\n /** Identifies a component by file property id and type */\r\n export interface ComponentProps {\r\n /** The file property id of [[LineStyleDefinition.ComponentType.StrokePattern]] or [[LineStyleDefinition.ComponentType.StrokePoint]] component */\r\n id: number;\r\n /** The type of component for specified file property id */\r\n type: ComponentType;\r\n /** Offset distance for this component, default is 0 */\r\n offset?: number;\r\n }\r\n\r\n export type Components = ComponentProps[];\r\n\r\n /** Compound component definition [[LineStyleDefinition.ComponentType.Compound]].\r\n * A compound component is used to link stroke pattern and stroke point components to create a style that displays dashes, gaps, and symbols.\r\n */\r\n export interface CompoundProps {\r\n comps: Components;\r\n }\r\n\r\n /** Flags to describe a style or control style behavior */\r\n export enum StyleFlags {\r\n /** Use defaults */\r\n None = 0x00,\r\n /** Only snap to center line and not individual strokes and symbols of line style */\r\n NoSnap = 0x04,\r\n /** Style represents a continuous line with width (determined by looking at components if not set) */\r\n Continuous = 0x08,\r\n /** Style represents physical geometry and should be scaled as such */\r\n Physical = 0x80,\r\n }\r\n\r\n /** The line style definition element data */\r\n export interface StyleProps {\r\n /** The file property id for either a [[LineStyleDefinition.ComponentType.StrokePattern]] or [[LineStyleDefinition.ComponentType.Compound]] component */\r\n compId: number;\r\n /** The type of component for specified file property id */\r\n compType: ComponentType;\r\n /** Style behavior flags. Defaults to [[LineStyleDefinition.StyleFlags.NoSnap]] if left undefined */\r\n flags?: StyleFlags;\r\n /** Style scale, defaults to 1 */\r\n unitDef?: number;\r\n }\r\n\r\n /** Helper methods for creating and querying line styles */\r\n export class Utils {\r\n\r\n /** Create a file property for a new stroke pattern component. */\r\n public static createStrokePatternComponent(iModel: IModelDb, props: StrokePatternProps): StyleProps {\r\n const fileProps: FilePropertyProps = { name: \"LineCodeV1\", namespace: \"dgn_LStyle\" };\r\n fileProps.id = iModel.queryNextAvailableFileProperty(fileProps);\r\n iModel.saveFileProperty(fileProps, JSON.stringify(props));\r\n return { compId: fileProps.id, compType: ComponentType.StrokePattern };\r\n }\r\n\r\n /** Create a file property for a new point symbol component.\r\n * If base and size parameters are not supplied, queries GeometryPart by id to set them.\r\n */\r\n public static createPointSymbolComponent(iModel: IModelDb, props: PointSymbolProps): StyleProps | undefined {\r\n // if part extents weren't supplied, set them up now.\r\n if (!props.baseX && !props.baseY && !props.baseZ && !props.sizeX && !props.sizeY && !props.sizeZ) {\r\n const geomPart = iModel.elements.getElement<GeometryPart>(props.geomPartId);\r\n if (!geomPart)\r\n return undefined;\r\n\r\n props.baseX = geomPart.bbox.low.x;\r\n props.baseY = geomPart.bbox.low.y;\r\n props.baseZ = geomPart.bbox.low.z;\r\n\r\n props.sizeX = geomPart.bbox.high.x;\r\n props.sizeY = geomPart.bbox.high.y;\r\n props.sizeZ = geomPart.bbox.high.z;\r\n }\r\n\r\n const fileProps: FilePropertyProps = { name: \"PointSymV1\", namespace: \"dgn_LStyle\" };\r\n fileProps.id = iModel.queryNextAvailableFileProperty(fileProps);\r\n iModel.saveFileProperty(fileProps, JSON.stringify(props));\r\n return { compId: fileProps.id, compType: ComponentType.PointSymbol };\r\n }\r\n\r\n /** Create a file property for a new stroke point component. */\r\n public static createStrokePointComponent(iModel: IModelDb, props: StrokePointProps): StyleProps {\r\n const fileProps: FilePropertyProps = { name: \"LinePointV1\", namespace: \"dgn_LStyle\" };\r\n fileProps.id = iModel.queryNextAvailableFileProperty(fileProps);\r\n iModel.saveFileProperty(fileProps, JSON.stringify(props));\r\n return { compId: fileProps.id, compType: ComponentType.StrokePoint };\r\n }\r\n\r\n /** Create a file property for a new compound component. */\r\n public static createCompoundComponent(iModel: IModelDb, props: CompoundProps): StyleProps {\r\n const fileProps: FilePropertyProps = { name: \"CompoundV1\", namespace: \"dgn_LStyle\" };\r\n fileProps.id = iModel.queryNextAvailableFileProperty(fileProps);\r\n iModel.saveFileProperty(fileProps, JSON.stringify(props));\r\n return { compId: fileProps.id, compType: ComponentType.Compound };\r\n }\r\n\r\n /** Create a file property for a new raster image component. */\r\n public static createRasterComponent(iModel: IModelDb, props: RasterImageProps, image: Uint8Array): StyleProps | undefined {\r\n const rasterFileProps: FilePropertyProps = { name: \"RasterImageV1\", namespace: \"dgn_LStyle\" };\r\n rasterFileProps.id = iModel.queryNextAvailableFileProperty(rasterFileProps);\r\n iModel.saveFileProperty(rasterFileProps, undefined, image);\r\n props.imageId = rasterFileProps.id;\r\n const fileProps: FilePropertyProps = { name: \"RasterComponentV1\", namespace: \"dgn_LStyle\" };\r\n fileProps.id = iModel.queryNextAvailableFileProperty(fileProps);\r\n iModel.saveFileProperty(fileProps, JSON.stringify(props));\r\n return { compId: fileProps.id, compType: ComponentType.RasterImage };\r\n }\r\n\r\n /** Query for an existing line style with the supplied name. */\r\n public static queryStyle(imodel: IModelDb, scopeModelId: Id64String, name: string): Id64String | undefined {\r\n return imodel.elements.queryElementIdByCode(LineStyle.createCode(imodel, scopeModelId, name));\r\n }\r\n\r\n /** Insert a new line style with the supplied name.\r\n * @throws [[IModelError]] if unable to insert the line style definition element.\r\n */\r\n public static createStyle(imodel: IModelDb, scopeModelId: Id64String, name: string, props: StyleProps): Id64String {\r\n if (undefined === props.flags)\r\n props.flags = StyleFlags.NoSnap; // If flags weren't supplied, default to not snapping to stroke geometry.\r\n\r\n const lsProps: LineStyleProps = {\r\n classFullName: \"BisCore:LineStyle\",\r\n model: scopeModelId,\r\n code: LineStyle.createCode(imodel, scopeModelId, name),\r\n data: JSON.stringify(props),\r\n };\r\n\r\n return imodel.elements.insertElement(lsProps);\r\n }\r\n\r\n /** Query for a continuous line style that can be used to create curves with physical width instead of weight in pixels and create one if it does not already exist.\r\n * There are 2 ways to define a continuous line style:\r\n * - Width is not specified in the style itself and instead will be supplied as an override for each curve that is drawn.\r\n * - Defined using [[LineStyleDefinition.ComponentType.Internal]] with component id 0 [[LinePixels.Solid]] which has special behavior of being affected by width overrides.\r\n * - Width is specified in the style.\r\n * - Defined using a single stroke component that is a long dash.\r\n *\r\n * @throws [[IModelError]] if unable to insert the line style definition element.\r\n */\r\n public static getOrCreateContinuousStyle(imodel: IModelDb, scopeModelId: Id64String, width?: number): Id64String {\r\n if (width === undefined) {\r\n const name0 = \"Continuous\";\r\n const lsId0 = this.queryStyle(imodel, scopeModelId, name0);\r\n return (undefined === lsId0 ? this.createStyle(imodel, scopeModelId, name0, { compId: 0, compType: ComponentType.Internal, flags: StyleFlags.Continuous | StyleFlags.NoSnap }) : lsId0);\r\n }\r\n\r\n const name = `Continuous-${width}`;\r\n const lsId = this.queryStyle(imodel, scopeModelId, name);\r\n if (undefined !== lsId)\r\n return lsId;\r\n\r\n const strokePatternData = this.createStrokePatternComponent(imodel, { descr: name, strokes: [{ length: 1e37, orgWidth: width, strokeMode: StrokeMode.Dash, widthMode: StrokeWidth.Full }] });\r\n if (undefined === strokePatternData)\r\n throw new IModelError(IModelStatus.BadArg, \"Unable to insert stroke component\");\r\n\r\n return this.createStyle(imodel, scopeModelId, name, { compId: strokePatternData.compId, compType: strokePatternData.compType, flags: StyleFlags.Continuous | StyleFlags.NoSnap });\r\n }\r\n\r\n /** Query for a line style using the supplied [[LinePixels]] value (Code1-Code7) and create one if it does not already exist.\r\n * Most applications should instead use [[createStrokePatternComponent]] to define a style with physical dash and gap lengths.\r\n * Unlike other components, [[LineStyleDefinition.ComponentType.Internal]] uses the line code as the compId instead of a file property id.\r\n * @throws [[IModelError]] if supplied an invalid [[LinePixels]] value or if unable to insert the line style definition element.\r\n */\r\n public static getOrCreateLinePixelsStyle(imodel: IModelDb, scopeModelId: Id64String, linePixels: LinePixels): Id64String {\r\n let lineCode;\r\n switch (linePixels) {\r\n case LinePixels.Code1:\r\n lineCode = 1;\r\n break;\r\n case LinePixels.Code2:\r\n lineCode = 2;\r\n break;\r\n case LinePixels.Code3:\r\n lineCode = 3;\r\n break;\r\n case LinePixels.Code4:\r\n lineCode = 4;\r\n break;\r\n case LinePixels.Code5:\r\n lineCode = 5;\r\n break;\r\n case LinePixels.Code6:\r\n lineCode = 6;\r\n break;\r\n case LinePixels.Code7:\r\n lineCode = 7;\r\n break;\r\n default:\r\n throw new IModelError(IModelStatus.BadArg, \"Invalid LinePixels\");\r\n }\r\n const name = `LinePixelsCodeNumber-${lineCode}`;\r\n const lsId = this.queryStyle(imodel, scopeModelId, name);\r\n return (undefined === lsId ? this.createStyle(imodel, scopeModelId, name, { compId: lineCode, compType: ComponentType.Internal }) : lsId);\r\n }\r\n }\r\n}\r\n"]}
@@ -0,0 +1,19 @@
1
+ /** @packageDocumentation
2
+ * @module IModelHost
3
+ */
4
+ import * as ws from "ws";
5
+ import { IModelHostConfiguration } from "./IModelHost";
6
+ /** @internal */
7
+ export interface LocalhostIpcHostOpts {
8
+ socketPort?: number;
9
+ noServer?: boolean;
10
+ }
11
+ /** @internal */
12
+ export declare class LocalhostIpcHost {
13
+ static connect(connection: ws): void;
14
+ static startup(opts?: {
15
+ localhostIpcHost?: LocalhostIpcHostOpts;
16
+ iModelHost?: IModelHostConfiguration;
17
+ }): Promise<void>;
18
+ }
19
+ //# sourceMappingURL=LocalhostIpcHost.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocalhostIpcHost.d.ts","sourceRoot":"","sources":["../../src/LocalhostIpcHost.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,KAAK,EAAE,MAAM,IAAI,CAAC;AAGzB,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAEvD,gBAAgB;AAChB,MAAM,WAAW,oBAAoB;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAkCD,gBAAgB;AAChB,qBAAa,gBAAgB;WACb,OAAO,CAAC,UAAU,EAAE,EAAE;WAIhB,OAAO,CAAC,IAAI,CAAC,EAAE;QAAE,gBAAgB,CAAC,EAAE,oBAAoB,CAAC;QAAC,UAAU,CAAC,EAAE,uBAAuB,CAAA;KAAE;CAKrH"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module IModelHost
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.LocalhostIpcHost = void 0;
11
+ const ws = require("ws");
12
+ const core_common_1 = require("@itwin/core-common");
13
+ const IpcHost_1 = require("./IpcHost");
14
+ class LocalTransport extends core_common_1.IpcWebSocketTransport {
15
+ constructor(opts) {
16
+ var _a;
17
+ super();
18
+ this._connections = new Set();
19
+ if (!opts.noServer) {
20
+ this._server = new ws.Server({ port: (_a = opts.socketPort) !== null && _a !== void 0 ? _a : 3002 });
21
+ this._server.on("connection", (connection) => LocalhostIpcHost.connect(connection));
22
+ }
23
+ }
24
+ send(message) {
25
+ this._connections.forEach((connection) => connection.send(JSON.stringify(message)));
26
+ }
27
+ connect(connection) {
28
+ this._connections.add(connection);
29
+ connection.on("message", (data) => {
30
+ for (const listener of core_common_1.IpcWebSocket.receivers) {
31
+ listener({}, JSON.parse(data));
32
+ }
33
+ });
34
+ connection.on("close", () => {
35
+ this._connections.delete(connection);
36
+ });
37
+ }
38
+ }
39
+ /** @internal */
40
+ class LocalhostIpcHost {
41
+ static connect(connection) {
42
+ core_common_1.IpcWebSocket.transport.connect(connection);
43
+ }
44
+ static async startup(opts) {
45
+ var _a;
46
+ core_common_1.IpcWebSocket.transport = new LocalTransport((_a = opts === null || opts === void 0 ? void 0 : opts.localhostIpcHost) !== null && _a !== void 0 ? _a : {});
47
+ const socket = new core_common_1.IpcWebSocketBackend();
48
+ await IpcHost_1.IpcHost.startup({ ipcHost: { socket }, iModelHost: opts === null || opts === void 0 ? void 0 : opts.iModelHost });
49
+ }
50
+ }
51
+ exports.LocalhostIpcHost = LocalhostIpcHost;
52
+ //# sourceMappingURL=LocalhostIpcHost.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocalhostIpcHost.js","sourceRoot":"","sources":["../../src/LocalhostIpcHost.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,yBAAyB;AACzB,oDAAmH;AACnH,uCAAoC;AASpC,MAAM,cAAe,SAAQ,mCAAqB;IAIhD,YAAmB,IAA0B;;QAC3C,KAAK,EAAE,CAAC;QAHF,iBAAY,GAAY,IAAI,GAAG,EAAE,CAAC;QAKxC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;YAClB,IAAI,CAAC,OAAO,GAAG,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,MAAA,IAAI,CAAC,UAAU,mCAAI,IAAI,EAAE,CAAC,CAAC;YAChE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,YAAY,EAAE,CAAC,UAAU,EAAE,EAAE,CAAC,gBAAgB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;SACrF;IACH,CAAC;IAEM,IAAI,CAAC,OAA4B;QACtC,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IACtF,CAAC;IAEM,OAAO,CAAC,UAAc;QAC3B,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QAElC,UAAU,CAAC,EAAE,CAAC,SAAS,EAAE,CAAC,IAAI,EAAE,EAAE;YAChC,KAAK,MAAM,QAAQ,IAAI,0BAAY,CAAC,SAAS,EAAE;gBAC7C,QAAQ,CAAC,EAAW,EAAE,IAAI,CAAC,KAAK,CAAC,IAAc,CAAC,CAAC,CAAC;aACnD;QACH,CAAC,CAAC,CAAC;QAEH,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,EAAE;YAC1B,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;QACvC,CAAC,CAAC,CAAC;IACL,CAAC;CACF;AAED,gBAAgB;AAChB,MAAa,gBAAgB;IACpB,MAAM,CAAC,OAAO,CAAC,UAAc;QACjC,0BAAY,CAAC,SAA4B,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACjE,CAAC;IAEM,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,IAAwF;;QAClH,0BAAY,CAAC,SAAS,GAAG,IAAI,cAAc,CAAC,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,gBAAgB,mCAAI,EAAE,CAAC,CAAC;QAC1E,MAAM,MAAM,GAAG,IAAI,iCAAmB,EAAE,CAAC;QACzC,MAAM,iBAAO,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,EAAE,MAAM,EAAE,EAAE,UAAU,EAAE,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,UAAU,EAAE,CAAC,CAAC;IAC/E,CAAC;CACF;AAVD,4CAUC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module IModelHost\r\n */\r\n\r\nimport * as ws from \"ws\";\r\nimport { IpcWebSocket, IpcWebSocketBackend, IpcWebSocketMessage, IpcWebSocketTransport } from \"@itwin/core-common\";\r\nimport { IpcHost } from \"./IpcHost\";\r\nimport { IModelHostConfiguration } from \"./IModelHost\";\r\n\r\n/** @internal */\r\nexport interface LocalhostIpcHostOpts {\r\n socketPort?: number;\r\n noServer?: boolean;\r\n}\r\n\r\nclass LocalTransport extends IpcWebSocketTransport {\r\n private _server: ws.Server | undefined;\r\n private _connections: Set<ws> = new Set();\r\n\r\n public constructor(opts: LocalhostIpcHostOpts) {\r\n super();\r\n\r\n if (!opts.noServer) {\r\n this._server = new ws.Server({ port: opts.socketPort ?? 3002 });\r\n this._server.on(\"connection\", (connection) => LocalhostIpcHost.connect(connection));\r\n }\r\n }\r\n\r\n public send(message: IpcWebSocketMessage): void {\r\n this._connections.forEach((connection) => connection.send(JSON.stringify(message)));\r\n }\r\n\r\n public connect(connection: ws) {\r\n this._connections.add(connection);\r\n\r\n connection.on(\"message\", (data) => {\r\n for (const listener of IpcWebSocket.receivers) {\r\n listener({} as Event, JSON.parse(data as string));\r\n }\r\n });\r\n\r\n connection.on(\"close\", () => {\r\n this._connections.delete(connection);\r\n });\r\n }\r\n}\r\n\r\n/** @internal */\r\nexport class LocalhostIpcHost {\r\n public static connect(connection: ws) {\r\n (IpcWebSocket.transport as LocalTransport).connect(connection);\r\n }\r\n\r\n public static async startup(opts?: { localhostIpcHost?: LocalhostIpcHostOpts, iModelHost?: IModelHostConfiguration }) {\r\n IpcWebSocket.transport = new LocalTransport(opts?.localhostIpcHost ?? {});\r\n const socket = new IpcWebSocketBackend();\r\n await IpcHost.startup({ ipcHost: { socket }, iModelHost: opts?.iModelHost });\r\n }\r\n}\r\n"]}
@@ -0,0 +1,102 @@
1
+ /** @packageDocumentation
2
+ * @module Elements
3
+ */
4
+ import { Id64String } from "@itwin/core-bentley";
5
+ import { Code, CodeScopeProps, RenderMaterialProps, TextureMapProps } from "@itwin/core-common";
6
+ import { DefinitionElement } from "./Element";
7
+ import { IModelDb } from "./IModelDb";
8
+ /** A PhysicalMaterial defines the matter that makes up physical elements.
9
+ * @note See [[RenderMaterialElement]] for the DefinitionElement used to define rendering characteristics.
10
+ * @public
11
+ */
12
+ export declare abstract class PhysicalMaterial extends DefinitionElement {
13
+ /** @internal */
14
+ static get className(): string;
15
+ /** Create a Code for a PhysicalMaterial given a name that is meant to be unique within the scope of the specified DefinitionModel.
16
+ * @param iModel The IModelDb
17
+ * @param definitionModelId The Id of the DefinitionModel that will contain the PhysicalMaterial and provide the scope for its name.
18
+ * @param name The name (codeValue) of the PhysicalMaterial
19
+ */
20
+ static createCode(iModel: IModelDb, definitionModelId: CodeScopeProps, name: string): Code;
21
+ /** Create a PhysicalMaterial
22
+ * @param iModelDb The IModelDb
23
+ * @param definitionModelId The Id of the DefinitionModel that will contain the PhysicalMaterial and provide the scope for its name.
24
+ * @param name The name (codeValue) of the PhysicalMaterial
25
+ * @returns The newly constructed PhysicalMaterial
26
+ * @throws [[IModelError]] if there is a problem creating the PhysicalMaterial
27
+ */
28
+ static create<T extends PhysicalMaterial>(iModelDb: IModelDb, definitionModelId: CodeScopeProps, name: string): T;
29
+ }
30
+ /** Defines a rendering material.
31
+ * @note See [[PhysicalMaterial]] for the DefinitionElement used to define the matter that makes up physical elements.
32
+ * @public
33
+ */
34
+ export declare class RenderMaterialElement extends DefinitionElement implements RenderMaterialProps {
35
+ /** @internal */
36
+ static get className(): string;
37
+ /** The name of a palette that can be used to categorize multiple materials. */
38
+ paletteName: string;
39
+ /** An optional description of the material. */
40
+ description?: string;
41
+ /** @internal */
42
+ constructor(props: RenderMaterialProps, iModel: IModelDb);
43
+ /** @internal */
44
+ toJSON(): RenderMaterialProps;
45
+ /** Create a Code for a RenderMaterial given a name that is meant to be unique within the scope of the specified DefinitionModel.
46
+ * @param iModel The IModelDb
47
+ * @param scopeModelId The Id of the DefinitionModel that contains the RenderMaterial and provides the scope for its name.
48
+ * @param name The RenderMaterial name
49
+ */
50
+ static createCode(iModel: IModelDb, scopeModelId: CodeScopeProps, name: string): Code;
51
+ /**
52
+ * Create a RenderMaterial with given parameters.
53
+ * @param iModelDb The iModel
54
+ * @param definitionModelId The [[DefinitionModel]]
55
+ * @param materialName The name/CodeValue of the RenderMaterial
56
+ * @param params Parameters object which describes how to construct the RenderMaterial
57
+ * @returns The newly constructed RenderMaterial element.
58
+ * @throws [[IModelError]] if unable to create the element.
59
+ */
60
+ static create(iModelDb: IModelDb, definitionModelId: Id64String, materialName: string, params: RenderMaterialElement.Params): RenderMaterialElement;
61
+ /**
62
+ * Insert a new RenderMaterial into a model.
63
+ * @param iModelDb Insert into this iModel
64
+ * @param definitionModelId Insert the new Texture into this DefinitionModel
65
+ * @param materialName The name/CodeValue of the RenderMaterial
66
+ * @param params Parameters object which describes how to construct the RenderMaterial
67
+ * @returns The Id of the newly inserted RenderMaterial element.
68
+ * @throws [[IModelError]] if unable to insert the element.
69
+ */
70
+ static insert(iModelDb: IModelDb, definitionModelId: Id64String, materialName: string, params: RenderMaterialElement.Params): Id64String;
71
+ }
72
+ /** @public */
73
+ export declare namespace RenderMaterialElement {
74
+ /** Parameters used to construct a [[RenderMaterial]]. */
75
+ class Params {
76
+ /** The palette name which categorizes this RenderMaterial */
77
+ paletteName: string;
78
+ /** The optional description for this RenderMaterial */
79
+ description?: string;
80
+ /** If defined, use this color for surface fill or diffuse illumination; if undefined, defaults to black */
81
+ color?: number[];
82
+ /** If defined, use this color for surface specular illumination; if undefined, defaults to black */
83
+ specularColor?: number[];
84
+ /** If defined, apply this specular exponent(surface shininess); range is 0 to 128; if undefined, defaults to 15.0 * 0.9 */
85
+ finish?: number;
86
+ /** If defined, apply this surface transparency; if undefined, defaults to 0.0 */
87
+ transmit?: number;
88
+ /** If defined, apply this surface diffuse reflectivity; if undefined, defaults to 0.6 */
89
+ diffuse?: number;
90
+ /** If defined, apply this surface specular reflectivity; if undefined, defaults to 0.0. NOTE: The actual JSON allows a HasSpecular property to be true and the specular value itself undefined, in which case the value 0.4 would be used. This API does not allow this case. */
91
+ specular?: number;
92
+ /** If defined, apply this surface environmental reflectivity; stored as fraction of specular in V8 material settings; if undefined, defaults to 0.0 */
93
+ reflect?: number;
94
+ /** If defined, apply this surface reflectance color; if undefined, defaults to whatever the specularColor is */
95
+ reflectColor?: number[];
96
+ /** If defined, specifies the pattern mapping. */
97
+ patternMap?: TextureMapProps;
98
+ /** Construct a new RenderMaterial.Params object with the specified paletteName. Alter the public members on that object to specify settings. */
99
+ constructor(paletteName: string);
100
+ }
101
+ }
102
+ //# sourceMappingURL=Material.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Material.d.ts","sourceRoot":"","sources":["../../src/Material.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAe,IAAI,EAAE,cAAc,EAAoC,mBAAmB,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAC/I,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAItC;;;GAGG;AACH,8BAAsB,gBAAiB,SAAQ,iBAAiB;IAC9D,gBAAgB;IAChB,WAA2B,SAAS,IAAI,MAAM,CAA+B;IAC7E;;;;OAIG;WACW,UAAU,CAAC,MAAM,EAAE,QAAQ,EAAE,iBAAiB,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;IAIjG;;;;;;OAMG;WACW,MAAM,CAAC,CAAC,SAAS,gBAAgB,EAAE,QAAQ,EAAE,QAAQ,EAAE,iBAAiB,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,GAAG,CAAC;CAQzH;AAED;;;GAGG;AACH,qBAAa,qBAAsB,SAAQ,iBAAkB,YAAW,mBAAmB;IACzF,gBAAgB;IAChB,WAA2B,SAAS,IAAI,MAAM,CAA6B;IAE3E,+EAA+E;IACxE,WAAW,EAAE,MAAM,CAAC;IAC3B,+CAA+C;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC5B,gBAAgB;gBACJ,KAAK,EAAE,mBAAmB,EAAE,MAAM,EAAE,QAAQ;IAKxD,gBAAgB;IACA,MAAM,IAAI,mBAAmB;IAM7C;;;;OAIG;WACW,UAAU,CAAC,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;IAI5F;;;;;;;;OAQG;WACW,MAAM,CAAC,QAAQ,EAAE,QAAQ,EAAE,iBAAiB,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,CAAC,MAAM,GAAG,qBAAqB;IAmC1J;;;;;;;;OAQG;WACW,MAAM,CAAC,QAAQ,EAAE,QAAQ,EAAE,iBAAiB,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,CAAC,MAAM,GAAG,UAAU;CAIhJ;AAED,cAAc;AACd,yBAAiB,qBAAqB,CAAC;IACrC,yDAAyD;IACzD,MAAa,MAAM;QACjB,6DAA6D;QACtD,WAAW,EAAE,MAAM,CAAC;QAC3B,uDAAuD;QAChD,WAAW,CAAC,EAAE,MAAM,CAAC;QAC5B,2GAA2G;QACpG,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;QACxB,oGAAoG;QAC7F,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;QAChC,4HAA4H;QACrH,MAAM,CAAC,EAAE,MAAM,CAAC;QACvB,iFAAiF;QAC1E,QAAQ,CAAC,EAAE,MAAM,CAAC;QACzB,yFAAyF;QAClF,OAAO,CAAC,EAAE,MAAM,CAAC;QACxB,mRAAmR;QAC5Q,QAAQ,CAAC,EAAE,MAAM,CAAC;QACzB,uJAAuJ;QAChJ,OAAO,CAAC,EAAE,MAAM,CAAC;QACxB,gHAAgH;QACzG,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;QAC/B,iDAAiD;QAC1C,UAAU,CAAC,EAAE,eAAe,CAAC;QAEpC,iJAAiJ;oBAC9H,WAAW,EAAE,MAAM;KAGvC;CACF"}