@mlightcad/cad-viewer 1.2.4 → 1.3.0

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 (84) hide show
  1. package/README.md +5 -0
  2. package/dist/app/app.d.ts.map +1 -1
  3. package/dist/app/register.d.ts.map +1 -1
  4. package/dist/command/index.d.ts +0 -1
  5. package/dist/command/index.d.ts.map +1 -1
  6. package/dist/component/MlCadViewer.vue.d.ts +6 -1
  7. package/dist/component/MlCadViewer.vue.d.ts.map +1 -1
  8. package/dist/component/common/MlBaseDialog.vue.d.ts.map +1 -1
  9. package/dist/component/common/MlBaseInputNumber.vue.d.ts +35 -0
  10. package/dist/component/common/MlBaseInputNumber.vue.d.ts.map +1 -0
  11. package/dist/component/common/MlColorDropdown.vue.d.ts +22 -0
  12. package/dist/component/common/MlColorDropdown.vue.d.ts.map +1 -0
  13. package/dist/component/common/MlColorIndexPicker.vue.d.ts +19 -0
  14. package/dist/component/common/MlColorIndexPicker.vue.d.ts.map +1 -0
  15. package/dist/component/common/index.d.ts +3 -0
  16. package/dist/component/common/index.d.ts.map +1 -1
  17. package/dist/component/dialog/MlColorPickerDlg.vue.d.ts +29 -0
  18. package/dist/component/dialog/MlColorPickerDlg.vue.d.ts.map +1 -0
  19. package/dist/component/dialog/index.d.ts +2 -1
  20. package/dist/component/dialog/index.d.ts.map +1 -1
  21. package/dist/component/index.d.ts +1 -1
  22. package/dist/component/index.d.ts.map +1 -1
  23. package/dist/component/layout/MlEntityInfo.vue.d.ts.map +1 -1
  24. package/dist/component/layout/MlLanguageSelector.vue.d.ts.map +1 -1
  25. package/dist/component/layout/MlMainMenu.vue.d.ts.map +1 -1
  26. package/dist/component/layout/index.d.ts +0 -1
  27. package/dist/component/layout/index.d.ts.map +1 -1
  28. package/dist/component/palette/MlEntityProperties.vue.d.ts +32 -0
  29. package/dist/component/palette/MlEntityProperties.vue.d.ts.map +1 -0
  30. package/dist/component/{layerManager → palette}/MlLayerList.vue.d.ts +5 -4
  31. package/dist/component/palette/MlLayerList.vue.d.ts.map +1 -0
  32. package/dist/component/{layerManager/MlLayerManager.vue.d.ts → palette/MlPaletteManager.vue.d.ts} +1 -1
  33. package/dist/component/palette/MlPaletteManager.vue.d.ts.map +1 -0
  34. package/dist/component/palette/index.d.ts +2 -0
  35. package/dist/component/palette/index.d.ts.map +1 -0
  36. package/dist/component/statusBar/MlProgress.vue.d.ts.map +1 -1
  37. package/dist/component/statusBar/MlSettingButton.vue.d.ts.map +1 -1
  38. package/dist/component/statusBar/MlStatusBar.vue.d.ts +15 -2
  39. package/dist/component/statusBar/MlStatusBar.vue.d.ts.map +1 -1
  40. package/dist/component/statusBar/MlThemeButton.vue.d.ts +14 -1
  41. package/dist/component/statusBar/MlThemeButton.vue.d.ts.map +1 -1
  42. package/dist/composable/index.d.ts +2 -0
  43. package/dist/composable/index.d.ts.map +1 -1
  44. package/dist/composable/useHover.d.ts +3336 -0
  45. package/dist/composable/useHover.d.ts.map +1 -0
  46. package/dist/composable/useLayers.d.ts +3 -0
  47. package/dist/composable/useLayers.d.ts.map +1 -1
  48. package/dist/composable/useLocale.d.ts +23 -6
  49. package/dist/composable/useLocale.d.ts.map +1 -1
  50. package/dist/composable/useSelectionSet.d.ts +6 -0
  51. package/dist/composable/useSelectionSet.d.ts.map +1 -0
  52. package/dist/composable/useSettings.d.ts +3 -0
  53. package/dist/composable/useSettings.d.ts.map +1 -1
  54. package/dist/index.css +1 -1
  55. package/dist/index.js +2748 -1836
  56. package/dist/locale/en/command.d.ts +0 -9
  57. package/dist/locale/en/command.d.ts.map +1 -1
  58. package/dist/locale/en/dialog.d.ts +5 -0
  59. package/dist/locale/en/dialog.d.ts.map +1 -1
  60. package/dist/locale/en/entity.d.ts +77 -0
  61. package/dist/locale/en/entity.d.ts.map +1 -1
  62. package/dist/locale/en/main.d.ts +24 -19
  63. package/dist/locale/en/main.d.ts.map +1 -1
  64. package/dist/locale/i18n.d.ts +6 -671
  65. package/dist/locale/i18n.d.ts.map +1 -1
  66. package/dist/locale/types.d.ts +2 -2
  67. package/dist/locale/types.d.ts.map +1 -1
  68. package/dist/locale/zh/command.d.ts +0 -9
  69. package/dist/locale/zh/command.d.ts.map +1 -1
  70. package/dist/locale/zh/dialog.d.ts +5 -0
  71. package/dist/locale/zh/dialog.d.ts.map +1 -1
  72. package/dist/locale/zh/entity.d.ts +77 -0
  73. package/dist/locale/zh/entity.d.ts.map +1 -1
  74. package/dist/locale/zh/main.d.ts +24 -19
  75. package/dist/locale/zh/main.d.ts.map +1 -1
  76. package/package.json +11 -10
  77. package/dist/command/AcApLogCmd.d.ts +0 -12
  78. package/dist/command/AcApLogCmd.d.ts.map +0 -1
  79. package/dist/component/layerManager/MlLayerList.vue.d.ts.map +0 -1
  80. package/dist/component/layerManager/MlLayerManager.vue.d.ts.map +0 -1
  81. package/dist/component/layerManager/index.d.ts +0 -2
  82. package/dist/component/layerManager/index.d.ts.map +0 -1
  83. package/dist/component/layout/MlCommandLine.vue.d.ts +0 -3
  84. package/dist/component/layout/MlCommandLine.vue.d.ts.map +0 -1
@@ -0,0 +1,3336 @@
1
+ import { AcDbEntity, AcDbObjectId } from '@mlightcad/data-model';
2
+ /**
3
+ * Composable: useHover
4
+ *
5
+ * Tracks which CAD entity is currently hovered in the active view.
6
+ *
7
+ * This composable automatically listens to `hover` and `unhover` events
8
+ * from the `AcApDocManager.instance.curView.events` system in the CAD viewer.
9
+ * It exposes reactive state containing:
10
+ *
11
+ * - The currently hovered entity (`entity`)
12
+ * - The hovered entity’s object ID (`id`)
13
+ * - The mouse position when hovering (`mouse`)
14
+ * - A boolean indicating if an entity is hovered (`hovered`)
15
+ *
16
+ * When the component using this composable unmounts,
17
+ * all event listeners are automatically cleaned up.
18
+ *
19
+ * ---
20
+ * @example
21
+ * ```ts
22
+ * import { useHover } from '@/composables/useHover'
23
+ * import { computed } from 'vue'
24
+ * import { colorName, entityName } from '@/locale'
25
+ *
26
+ * export default {
27
+ * setup() {
28
+ * const { hovered, entity, mouse } = useHover()
29
+ *
30
+ * // Example: compute entity info for display
31
+ * const info = computed(() => {
32
+ * if (!entity.value) return null
33
+ * return {
34
+ * type: entityName(entity.value),
35
+ * color: colorName(entity.value.color.toString()),
36
+ * layer: entity.value.layer,
37
+ * lineType: entity.value.lineType
38
+ * }
39
+ * })
40
+ *
41
+ * // Example: compute tooltip position
42
+ * const tooltipStyle = computed(() => ({
43
+ * left: `${mouse.value.x + 10}px`,
44
+ * top: `${mouse.value.y + 10}px`
45
+ * }))
46
+ *
47
+ * return { hovered, info, tooltipStyle }
48
+ * }
49
+ * }
50
+ * ```
51
+ *
52
+ * ---
53
+ * @returns {{
54
+ * hovered: import('vue').Ref<boolean>;
55
+ * entity: import('vue').Ref<AcDbEntity | null>;
56
+ * id: import('vue').Ref<AcDbObjectId | null>;
57
+ * mouse: import('vue').Ref<{ x: number; y: number }>;
58
+ * }}
59
+ * Reactive state tracking the current hover context.
60
+ */
61
+ export declare function useHover(): {
62
+ hovered: import('vue').Ref<boolean, boolean>;
63
+ entity: import('vue').Ref<{
64
+ readonly type: string;
65
+ layer: string;
66
+ color: {
67
+ colorMethod: import('@mlightcad/data-model').AcCmColorMethod;
68
+ readonly red: number | undefined;
69
+ readonly green: number | undefined;
70
+ readonly blue: number | undefined;
71
+ readonly RGB: number | undefined;
72
+ setRGB: (r: number, g: number, b: number) => import('@mlightcad/data-model').AcCmColor;
73
+ setRGBValue: (value: number | undefined | null) => import('@mlightcad/data-model').AcCmColor;
74
+ setRGBFromCss: (cssString: string) => import('@mlightcad/data-model').AcCmColor;
75
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
76
+ readonly hexColor: string | undefined;
77
+ readonly cssColor: string | undefined;
78
+ colorIndex: number | undefined;
79
+ readonly isByColor: boolean;
80
+ readonly isByACI: boolean;
81
+ readonly isByLayer: boolean;
82
+ setByLayer: (value?: number) => import('@mlightcad/data-model').AcCmColor;
83
+ readonly isByBlock: boolean;
84
+ setByBlock: (value?: number) => import('@mlightcad/data-model').AcCmColor;
85
+ colorName: string | undefined;
86
+ clone: () => import('@mlightcad/data-model').AcCmColor;
87
+ copy: (other: import('@mlightcad/data-model').AcCmColor) => import('@mlightcad/data-model').AcCmColor;
88
+ equals: (other: import('@mlightcad/data-model').AcCmColor) => boolean;
89
+ toString: () => string;
90
+ };
91
+ readonly rgbColor: number;
92
+ lineType: string;
93
+ lineWeight: number;
94
+ linetypeScale: number;
95
+ visibility: boolean;
96
+ transparency: number;
97
+ readonly properties: {
98
+ type: string;
99
+ groups: {
100
+ groupName: import('@mlightcad/data-model').AcDbEntityPropertyGroupName;
101
+ properties: {
102
+ accessor: {
103
+ get: () => unknown;
104
+ set?: ((value: unknown) => void) | undefined;
105
+ };
106
+ name: string;
107
+ type: import('@mlightcad/data-model').AcDbEntityPropertyType;
108
+ options?: {
109
+ label: string;
110
+ value: unknown;
111
+ }[] | undefined;
112
+ editable?: boolean | undefined;
113
+ }[];
114
+ }[];
115
+ };
116
+ subGetGripPoints: () => import('@mlightcad/data-model').AcGePoint3d[];
117
+ subGetOsnapPoints: (osnapMode: import('@mlightcad/data-model').AcDbOsnapMode, pickPoint: AcGePoint3dLike, lastPoint: AcGePoint3dLike, snapPoints: import('@mlightcad/data-model').AcGePoint3d[]) => void;
118
+ transformBy: (matrix: import('@mlightcad/data-model').AcGeMatrix3d) => AcDbEntity;
119
+ readonly geometricExtents: {
120
+ min: {
121
+ x: number;
122
+ y: number;
123
+ z: number;
124
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
125
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
126
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
127
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
128
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
129
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
130
+ getComponent: (index: number) => number;
131
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
132
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
133
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
134
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
135
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
136
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
137
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
138
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
139
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
140
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
141
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
142
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
143
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
144
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
145
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
146
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
147
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
148
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
149
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
150
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
151
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
152
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
153
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
154
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
155
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
156
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
157
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
158
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
159
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
160
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
161
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
162
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
163
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
164
+ lengthSq: () => number;
165
+ length: () => number;
166
+ manhattanLength: () => number;
167
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
168
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
169
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
170
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
171
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
172
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
173
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
174
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
175
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
176
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
177
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
178
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
179
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
180
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
181
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
182
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
183
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
184
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
185
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
186
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
187
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
188
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
189
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
190
+ };
191
+ max: {
192
+ x: number;
193
+ y: number;
194
+ z: number;
195
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
196
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
197
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
198
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
199
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
200
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
201
+ getComponent: (index: number) => number;
202
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
203
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
204
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
205
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
206
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
207
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
208
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
209
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
210
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
211
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
212
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
213
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
214
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
215
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
216
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
217
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
218
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
219
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
220
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
221
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
222
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
223
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
224
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
225
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
226
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
227
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
228
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
229
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
230
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
231
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
232
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
233
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
234
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
235
+ lengthSq: () => number;
236
+ length: () => number;
237
+ manhattanLength: () => number;
238
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
239
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
240
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
241
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
242
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
243
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
244
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
245
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
246
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
247
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
248
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
249
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
250
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
251
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
252
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
253
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
254
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
255
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
256
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
257
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
258
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
259
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
260
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
261
+ };
262
+ set: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
263
+ setFromArray: (array: number[]) => import('@mlightcad/data-model').AcGeBox3d;
264
+ setFromPoints: (points: import('@mlightcad/data-model').AcGeVector3dLike[]) => import('@mlightcad/data-model').AcGeBox3d;
265
+ setFromCenterAndSize: (center: import('@mlightcad/data-model').AcGeVector3dLike, size: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
266
+ clone: () => import('@mlightcad/data-model').AcGeBox3d;
267
+ copy: (box: import('@mlightcad/data-model').AcGeBox3d) => import('@mlightcad/data-model').AcGeBox3d;
268
+ makeEmpty: () => import('@mlightcad/data-model').AcGeBox3d;
269
+ isEmpty: () => boolean;
270
+ getCenter: (target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
271
+ getSize: (target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
272
+ readonly center: {
273
+ x: number;
274
+ y: number;
275
+ z: number;
276
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
277
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
278
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
279
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
280
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
281
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
282
+ getComponent: (index: number) => number;
283
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
284
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
285
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
286
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
287
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
288
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
289
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
290
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
291
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
292
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
293
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
294
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
295
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
296
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
297
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
298
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
299
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
300
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
301
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
302
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
303
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
304
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
305
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
306
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
307
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
308
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
309
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
310
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
311
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
312
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
313
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
314
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
315
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
316
+ lengthSq: () => number;
317
+ length: () => number;
318
+ manhattanLength: () => number;
319
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
320
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
321
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
322
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
323
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
324
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
325
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
326
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
327
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
328
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
329
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
330
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
331
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
332
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
333
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
334
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
335
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
336
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
337
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
338
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
339
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
340
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
341
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
342
+ };
343
+ readonly size: {
344
+ x: number;
345
+ y: number;
346
+ z: number;
347
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
348
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
349
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
350
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
351
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
352
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
353
+ getComponent: (index: number) => number;
354
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
355
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
356
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
357
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
358
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
359
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
360
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
361
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
362
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
363
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
364
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
365
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
366
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
367
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
368
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
369
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
370
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
371
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
372
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
373
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
374
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
375
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
376
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
377
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
378
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
379
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
380
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
381
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
382
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
383
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
384
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
385
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
386
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
387
+ lengthSq: () => number;
388
+ length: () => number;
389
+ manhattanLength: () => number;
390
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
391
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
392
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
393
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
394
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
395
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
396
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
397
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
398
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
399
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
400
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
401
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
402
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
403
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
404
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
405
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
406
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
407
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
408
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
409
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
410
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
411
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
412
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
413
+ };
414
+ expandByPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
415
+ expandByVector: (vector: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
416
+ expandByScalar: (scalar: number) => import('@mlightcad/data-model').AcGeBox3d;
417
+ containsPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
418
+ containsBox: (box: import('@mlightcad/data-model').AcGeBox3d) => boolean;
419
+ getParameter: (point: import('@mlightcad/data-model').AcGeVector3dLike, target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
420
+ intersectsBox: (box: import('@mlightcad/data-model').AcGeBox3d) => boolean;
421
+ intersectsPlane: (plane: import('@mlightcad/data-model').AcGePlane) => boolean;
422
+ clampPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike, target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
423
+ distanceToPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike) => number;
424
+ intersect: (box: import('@mlightcad/data-model').AcGeBox3d) => import('@mlightcad/data-model').AcGeBox3d;
425
+ union: (box: import('@mlightcad/data-model').AcGeBox3d) => import('@mlightcad/data-model').AcGeBox3d;
426
+ applyMatrix4: (matrix: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeBox3d;
427
+ translate: (offset: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
428
+ equals: (box: import('@mlightcad/data-model').AcGeBox3d) => boolean;
429
+ };
430
+ draw: (renderer: import('@mlightcad/data-model').AcGiRenderer, delay?: boolean) => import('@mlightcad/data-model').AcGiEntity | undefined;
431
+ triggerModifiedEvent: () => void;
432
+ readonly lineStyle: {
433
+ type: AcGiStyleType;
434
+ arrows?: {
435
+ firstArrow?: {
436
+ type: import('@mlightcad/data-model').AcGiArrowType;
437
+ inversed?: boolean | undefined;
438
+ appended?: boolean | undefined;
439
+ scale?: number | undefined;
440
+ visible: boolean;
441
+ } | undefined;
442
+ secondArrow?: {
443
+ type: import('@mlightcad/data-model').AcGiArrowType;
444
+ inversed?: boolean | undefined;
445
+ appended?: boolean | undefined;
446
+ scale?: number | undefined;
447
+ visible: boolean;
448
+ } | undefined;
449
+ } | undefined;
450
+ name: string;
451
+ standardFlag: number;
452
+ description: string;
453
+ totalPatternLength: number;
454
+ pattern?: {
455
+ elementLength: number;
456
+ elementTypeFlag: number;
457
+ shapeNumber?: number | undefined;
458
+ styleObjectId?: string | undefined;
459
+ scale?: number | undefined;
460
+ rotation?: number | undefined;
461
+ offsetX?: number | undefined;
462
+ offsetY?: number | undefined;
463
+ text?: string | undefined;
464
+ }[] | undefined;
465
+ };
466
+ readonly attrs: {
467
+ attributes: {
468
+ [x: string]: any;
469
+ objectId?: AcDbObjectId | undefined;
470
+ ownerId?: AcDbObjectId | undefined;
471
+ };
472
+ changed: {
473
+ [x: string]: any;
474
+ objectId?: AcDbObjectId | undefined;
475
+ ownerId?: AcDbObjectId | undefined;
476
+ };
477
+ readonly events: {
478
+ attrChanged: {
479
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
480
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
481
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
482
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
483
+ };
484
+ modelChanged: {
485
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
486
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
487
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
488
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
489
+ };
490
+ };
491
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
492
+ set: {
493
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
494
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
495
+ };
496
+ has: (key: string) => boolean;
497
+ hasChanged: (key?: string | undefined) => boolean;
498
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
499
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
500
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
501
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
502
+ };
503
+ getAttr: (attrName: string) => any;
504
+ getAttrWithoutException: (attrName: string) => any;
505
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
506
+ objectId: AcDbObjectId;
507
+ ownerId: AcDbObjectId;
508
+ database: {
509
+ readonly events: {
510
+ dictObjetSet: {
511
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbDictObjectEventArgs) => void) => void;
512
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbDictObjectEventArgs) => void) => void;
513
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbDictObjectEventArgs) => void) => void;
514
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbDictObjectEventArgs | undefined, ...args: unknown[]) => void;
515
+ };
516
+ dictObjectErased: {
517
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbDictObjectEventArgs) => void) => void;
518
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbDictObjectEventArgs) => void) => void;
519
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbDictObjectEventArgs) => void) => void;
520
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbDictObjectEventArgs | undefined, ...args: unknown[]) => void;
521
+ };
522
+ entityAppended: {
523
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbEntityEventArgs) => void) => void;
524
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbEntityEventArgs) => void) => void;
525
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbEntityEventArgs) => void) => void;
526
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbEntityEventArgs | undefined, ...args: unknown[]) => void;
527
+ };
528
+ entityModified: {
529
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbEntityEventArgs) => void) => void;
530
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbEntityEventArgs) => void) => void;
531
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbEntityEventArgs) => void) => void;
532
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbEntityEventArgs | undefined, ...args: unknown[]) => void;
533
+ };
534
+ layerAppended: {
535
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerEventArgs) => void) => void;
536
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerEventArgs) => void) => void;
537
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerEventArgs) => void) => void;
538
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbLayerEventArgs | undefined, ...args: unknown[]) => void;
539
+ };
540
+ layerModified: {
541
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerModifiedEventArgs) => void) => void;
542
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerModifiedEventArgs) => void) => void;
543
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerModifiedEventArgs) => void) => void;
544
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbLayerModifiedEventArgs | undefined, ...args: unknown[]) => void;
545
+ };
546
+ layerErased: {
547
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerEventArgs) => void) => void;
548
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerEventArgs) => void) => void;
549
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerEventArgs) => void) => void;
550
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbLayerEventArgs | undefined, ...args: unknown[]) => void;
551
+ };
552
+ openProgress: {
553
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbProgressdEventArgs) => void) => void;
554
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbProgressdEventArgs) => void) => void;
555
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbProgressdEventArgs) => void) => void;
556
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbProgressdEventArgs | undefined, ...args: unknown[]) => void;
557
+ };
558
+ headerSysVarChanged: {
559
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbHeaderSysVarEventArgs) => void) => void;
560
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbHeaderSysVarEventArgs) => void) => void;
561
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbHeaderSysVarEventArgs) => void) => void;
562
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbHeaderSysVarEventArgs | undefined, ...args: unknown[]) => void;
563
+ };
564
+ };
565
+ readonly tables: {
566
+ readonly blockTable: {
567
+ readonly modelSpace: {
568
+ readonly isModelSapce: boolean;
569
+ readonly isPaperSapce: boolean;
570
+ origin: {
571
+ x: number;
572
+ y: number;
573
+ z: number;
574
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGePoint3d;
575
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
576
+ setX: (x: number) => import('@mlightcad/data-model').AcGePoint3d;
577
+ setY: (y: number) => import('@mlightcad/data-model').AcGePoint3d;
578
+ setZ: (z: number) => import('@mlightcad/data-model').AcGePoint3d;
579
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGePoint3d;
580
+ getComponent: (index: number) => number;
581
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
582
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
583
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
584
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
585
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
586
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGePoint3d;
587
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
588
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
589
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
590
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
591
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
592
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
593
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGePoint3d;
594
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGePoint3d;
595
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGePoint3d;
596
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGePoint3d;
597
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
598
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGePoint3d;
599
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
600
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
601
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
602
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
603
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
604
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
605
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGePoint3d;
606
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGePoint3d;
607
+ floor: () => import('@mlightcad/data-model').AcGePoint3d;
608
+ ceil: () => import('@mlightcad/data-model').AcGePoint3d;
609
+ round: () => import('@mlightcad/data-model').AcGePoint3d;
610
+ roundToZero: () => import('@mlightcad/data-model').AcGePoint3d;
611
+ negate: () => import('@mlightcad/data-model').AcGePoint3d;
612
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
613
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
614
+ lengthSq: () => number;
615
+ length: () => number;
616
+ manhattanLength: () => number;
617
+ normalize: () => import('@mlightcad/data-model').AcGePoint3d;
618
+ setLength: (l: number) => import('@mlightcad/data-model').AcGePoint3d;
619
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGePoint3d;
620
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGePoint3d;
621
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
622
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
623
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGePoint3d;
624
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGePoint3d;
625
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
626
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
627
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
628
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
629
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
630
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
631
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
632
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGePoint3d;
633
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGePoint3d;
634
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
635
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGePoint3d;
636
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
637
+ random: () => import('@mlightcad/data-model').AcGePoint3d;
638
+ randomDirection: () => import('@mlightcad/data-model').AcGePoint3d;
639
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
640
+ };
641
+ layoutId: AcDbObjectId;
642
+ appendEntity: (entity: AcDbEntity | AcDbEntity[]) => void;
643
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<AcDbEntity>;
644
+ getIdAt: (id: string) => AcDbEntity | undefined;
645
+ name: string;
646
+ readonly attrs: {
647
+ attributes: {
648
+ [x: string]: any;
649
+ name?: string | undefined;
650
+ objectId?: AcDbObjectId | undefined;
651
+ ownerId?: AcDbObjectId | undefined;
652
+ };
653
+ changed: {
654
+ [x: string]: any;
655
+ name?: string | undefined;
656
+ objectId?: AcDbObjectId | undefined;
657
+ ownerId?: AcDbObjectId | undefined;
658
+ };
659
+ readonly events: {
660
+ attrChanged: {
661
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>) => void) => void;
662
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>) => void) => void;
663
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>) => void) => void;
664
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs> | undefined, ...args: unknown[]) => void;
665
+ };
666
+ modelChanged: {
667
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>) => void) => void;
668
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>) => void) => void;
669
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>) => void) => void;
670
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs> | undefined, ...args: unknown[]) => void;
671
+ };
672
+ };
673
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs[A] | undefined;
674
+ set: {
675
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>;
676
+ (key: Partial<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>;
677
+ };
678
+ has: (key: string) => boolean;
679
+ hasChanged: (key?: string | undefined) => boolean;
680
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>;
681
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs[A] | null | undefined;
682
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>;
683
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>;
684
+ };
685
+ getAttr: (attrName: string) => any;
686
+ getAttrWithoutException: (attrName: string) => any;
687
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs[A] | undefined) => void;
688
+ objectId: AcDbObjectId;
689
+ ownerId: AcDbObjectId;
690
+ database: /*elided*/ any;
691
+ close: () => void;
692
+ };
693
+ readonly numEntries: number;
694
+ add: (record: import('@mlightcad/data-model').AcDbBlockTableRecord) => void;
695
+ remove: (name: string) => boolean;
696
+ removeId: (id: AcDbObjectId) => boolean;
697
+ removeAll: () => void;
698
+ has: (name: string) => boolean;
699
+ hasId: (id: string) => boolean;
700
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbBlockTableRecord | undefined;
701
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbBlockTableRecord | undefined;
702
+ getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbBlockTableRecord | undefined;
703
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbBlockTableRecord>;
704
+ readonly attrs: {
705
+ attributes: {
706
+ [x: string]: any;
707
+ objectId?: AcDbObjectId | undefined;
708
+ ownerId?: AcDbObjectId | undefined;
709
+ };
710
+ changed: {
711
+ [x: string]: any;
712
+ objectId?: AcDbObjectId | undefined;
713
+ ownerId?: AcDbObjectId | undefined;
714
+ };
715
+ readonly events: {
716
+ attrChanged: {
717
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
718
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
719
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
720
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
721
+ };
722
+ modelChanged: {
723
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
724
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
725
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
726
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
727
+ };
728
+ };
729
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
730
+ set: {
731
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
732
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
733
+ };
734
+ has: (key: string) => boolean;
735
+ hasChanged: (key?: string | undefined) => boolean;
736
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
737
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
738
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
739
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
740
+ };
741
+ getAttr: (attrName: string) => any;
742
+ getAttrWithoutException: (attrName: string) => any;
743
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
744
+ objectId: AcDbObjectId;
745
+ ownerId: AcDbObjectId;
746
+ database: /*elided*/ any;
747
+ close: () => void;
748
+ };
749
+ readonly dimStyleTable: {
750
+ readonly numEntries: number;
751
+ add: (record: import('@mlightcad/data-model').AcDbDimStyleTableRecord) => void;
752
+ remove: (name: string) => boolean;
753
+ removeId: (id: AcDbObjectId) => boolean;
754
+ removeAll: () => void;
755
+ has: (name: string) => boolean;
756
+ hasId: (id: string) => boolean;
757
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbDimStyleTableRecord | undefined;
758
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbDimStyleTableRecord | undefined;
759
+ getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbDimStyleTableRecord | undefined;
760
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbDimStyleTableRecord>;
761
+ readonly attrs: {
762
+ attributes: {
763
+ [x: string]: any;
764
+ objectId?: AcDbObjectId | undefined;
765
+ ownerId?: AcDbObjectId | undefined;
766
+ };
767
+ changed: {
768
+ [x: string]: any;
769
+ objectId?: AcDbObjectId | undefined;
770
+ ownerId?: AcDbObjectId | undefined;
771
+ };
772
+ readonly events: {
773
+ attrChanged: {
774
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
775
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
776
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
777
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
778
+ };
779
+ modelChanged: {
780
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
781
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
782
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
783
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
784
+ };
785
+ };
786
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
787
+ set: {
788
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
789
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
790
+ };
791
+ has: (key: string) => boolean;
792
+ hasChanged: (key?: string | undefined) => boolean;
793
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
794
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
795
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
796
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
797
+ };
798
+ getAttr: (attrName: string) => any;
799
+ getAttrWithoutException: (attrName: string) => any;
800
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
801
+ objectId: AcDbObjectId;
802
+ ownerId: AcDbObjectId;
803
+ database: /*elided*/ any;
804
+ close: () => void;
805
+ };
806
+ readonly linetypeTable: {
807
+ readonly numEntries: number;
808
+ add: (record: import('@mlightcad/data-model').AcDbLinetypeTableRecord) => void;
809
+ remove: (name: string) => boolean;
810
+ removeId: (id: AcDbObjectId) => boolean;
811
+ removeAll: () => void;
812
+ has: (name: string) => boolean;
813
+ hasId: (id: string) => boolean;
814
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbLinetypeTableRecord | undefined;
815
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLinetypeTableRecord | undefined;
816
+ getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLinetypeTableRecord | undefined;
817
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbLinetypeTableRecord>;
818
+ readonly attrs: {
819
+ attributes: {
820
+ [x: string]: any;
821
+ objectId?: AcDbObjectId | undefined;
822
+ ownerId?: AcDbObjectId | undefined;
823
+ };
824
+ changed: {
825
+ [x: string]: any;
826
+ objectId?: AcDbObjectId | undefined;
827
+ ownerId?: AcDbObjectId | undefined;
828
+ };
829
+ readonly events: {
830
+ attrChanged: {
831
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
832
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
833
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
834
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
835
+ };
836
+ modelChanged: {
837
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
838
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
839
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
840
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
841
+ };
842
+ };
843
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
844
+ set: {
845
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
846
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
847
+ };
848
+ has: (key: string) => boolean;
849
+ hasChanged: (key?: string | undefined) => boolean;
850
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
851
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
852
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
853
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
854
+ };
855
+ getAttr: (attrName: string) => any;
856
+ getAttrWithoutException: (attrName: string) => any;
857
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
858
+ objectId: AcDbObjectId;
859
+ ownerId: AcDbObjectId;
860
+ database: /*elided*/ any;
861
+ close: () => void;
862
+ };
863
+ readonly textStyleTable: {
864
+ readonly fonts: string[];
865
+ readonly numEntries: number;
866
+ add: (record: import('@mlightcad/data-model').AcDbTextStyleTableRecord) => void;
867
+ remove: (name: string) => boolean;
868
+ removeId: (id: AcDbObjectId) => boolean;
869
+ removeAll: () => void;
870
+ has: (name: string) => boolean;
871
+ hasId: (id: string) => boolean;
872
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbTextStyleTableRecord | undefined;
873
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbTextStyleTableRecord | undefined;
874
+ getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbTextStyleTableRecord | undefined;
875
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbTextStyleTableRecord>;
876
+ readonly attrs: {
877
+ attributes: {
878
+ [x: string]: any;
879
+ objectId?: AcDbObjectId | undefined;
880
+ ownerId?: AcDbObjectId | undefined;
881
+ };
882
+ changed: {
883
+ [x: string]: any;
884
+ objectId?: AcDbObjectId | undefined;
885
+ ownerId?: AcDbObjectId | undefined;
886
+ };
887
+ readonly events: {
888
+ attrChanged: {
889
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
890
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
891
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
892
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
893
+ };
894
+ modelChanged: {
895
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
896
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
897
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
898
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
899
+ };
900
+ };
901
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
902
+ set: {
903
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
904
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
905
+ };
906
+ has: (key: string) => boolean;
907
+ hasChanged: (key?: string | undefined) => boolean;
908
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
909
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
910
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
911
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
912
+ };
913
+ getAttr: (attrName: string) => any;
914
+ getAttrWithoutException: (attrName: string) => any;
915
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
916
+ objectId: AcDbObjectId;
917
+ ownerId: AcDbObjectId;
918
+ database: /*elided*/ any;
919
+ close: () => void;
920
+ };
921
+ readonly layerTable: {
922
+ add: (record: import('@mlightcad/data-model').AcDbLayerTableRecord) => void;
923
+ readonly numEntries: number;
924
+ remove: (name: string) => boolean;
925
+ removeId: (id: AcDbObjectId) => boolean;
926
+ removeAll: () => void;
927
+ has: (name: string) => boolean;
928
+ hasId: (id: string) => boolean;
929
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbLayerTableRecord | undefined;
930
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayerTableRecord | undefined;
931
+ getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayerTableRecord | undefined;
932
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbLayerTableRecord>;
933
+ readonly attrs: {
934
+ attributes: {
935
+ [x: string]: any;
936
+ objectId?: AcDbObjectId | undefined;
937
+ ownerId?: AcDbObjectId | undefined;
938
+ };
939
+ changed: {
940
+ [x: string]: any;
941
+ objectId?: AcDbObjectId | undefined;
942
+ ownerId?: AcDbObjectId | undefined;
943
+ };
944
+ readonly events: {
945
+ attrChanged: {
946
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
947
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
948
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
949
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
950
+ };
951
+ modelChanged: {
952
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
953
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
954
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
955
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
956
+ };
957
+ };
958
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
959
+ set: {
960
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
961
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
962
+ };
963
+ has: (key: string) => boolean;
964
+ hasChanged: (key?: string | undefined) => boolean;
965
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
966
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
967
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
968
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
969
+ };
970
+ getAttr: (attrName: string) => any;
971
+ getAttrWithoutException: (attrName: string) => any;
972
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
973
+ objectId: AcDbObjectId;
974
+ ownerId: AcDbObjectId;
975
+ database: /*elided*/ any;
976
+ close: () => void;
977
+ };
978
+ readonly viewportTable: {
979
+ readonly numEntries: number;
980
+ add: (record: import('@mlightcad/data-model').AcDbViewportTableRecord) => void;
981
+ remove: (name: string) => boolean;
982
+ removeId: (id: AcDbObjectId) => boolean;
983
+ removeAll: () => void;
984
+ has: (name: string) => boolean;
985
+ hasId: (id: string) => boolean;
986
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbViewportTableRecord | undefined;
987
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbViewportTableRecord | undefined;
988
+ getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbViewportTableRecord | undefined;
989
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbViewportTableRecord>;
990
+ readonly attrs: {
991
+ attributes: {
992
+ [x: string]: any;
993
+ objectId?: AcDbObjectId | undefined;
994
+ ownerId?: AcDbObjectId | undefined;
995
+ };
996
+ changed: {
997
+ [x: string]: any;
998
+ objectId?: AcDbObjectId | undefined;
999
+ ownerId?: AcDbObjectId | undefined;
1000
+ };
1001
+ readonly events: {
1002
+ attrChanged: {
1003
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1004
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1005
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1006
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
1007
+ };
1008
+ modelChanged: {
1009
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1010
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1011
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1012
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
1013
+ };
1014
+ };
1015
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
1016
+ set: {
1017
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
1018
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
1019
+ };
1020
+ has: (key: string) => boolean;
1021
+ hasChanged: (key?: string | undefined) => boolean;
1022
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
1023
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
1024
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
1025
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
1026
+ };
1027
+ getAttr: (attrName: string) => any;
1028
+ getAttrWithoutException: (attrName: string) => any;
1029
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
1030
+ objectId: AcDbObjectId;
1031
+ ownerId: AcDbObjectId;
1032
+ database: /*elided*/ any;
1033
+ close: () => void;
1034
+ };
1035
+ };
1036
+ readonly dictionaries: {
1037
+ readonly layouts: {
1038
+ getBtrIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayout | undefined;
1039
+ readonly maxTabOrder: number;
1040
+ readonly numEntries: number;
1041
+ setAt: (key: string, value: import('@mlightcad/data-model').AcDbLayout) => void;
1042
+ remove: (name: string) => boolean;
1043
+ removeId: (id: string) => boolean;
1044
+ removeAll: () => void;
1045
+ has: (name: string) => boolean;
1046
+ hasId: (id: string) => boolean;
1047
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbLayout | undefined;
1048
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayout | undefined;
1049
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbLayout>;
1050
+ readonly attrs: {
1051
+ attributes: {
1052
+ [x: string]: any;
1053
+ objectId?: AcDbObjectId | undefined;
1054
+ ownerId?: AcDbObjectId | undefined;
1055
+ };
1056
+ changed: {
1057
+ [x: string]: any;
1058
+ objectId?: AcDbObjectId | undefined;
1059
+ ownerId?: AcDbObjectId | undefined;
1060
+ };
1061
+ readonly events: {
1062
+ attrChanged: {
1063
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1064
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1065
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1066
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
1067
+ };
1068
+ modelChanged: {
1069
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1070
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1071
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1072
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
1073
+ };
1074
+ };
1075
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
1076
+ set: {
1077
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
1078
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
1079
+ };
1080
+ has: (key: string) => boolean;
1081
+ hasChanged: (key?: string | undefined) => boolean;
1082
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
1083
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
1084
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
1085
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
1086
+ };
1087
+ getAttr: (attrName: string) => any;
1088
+ getAttrWithoutException: (attrName: string) => any;
1089
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
1090
+ objectId: AcDbObjectId;
1091
+ ownerId: AcDbObjectId;
1092
+ database: /*elided*/ any;
1093
+ close: () => void;
1094
+ };
1095
+ readonly imageDefs: {
1096
+ readonly numEntries: number;
1097
+ setAt: (key: string, value: import('@mlightcad/data-model').AcDbRasterImageDef) => void;
1098
+ remove: (name: string) => boolean;
1099
+ removeId: (id: string) => boolean;
1100
+ removeAll: () => void;
1101
+ has: (name: string) => boolean;
1102
+ hasId: (id: string) => boolean;
1103
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbRasterImageDef | undefined;
1104
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbRasterImageDef | undefined;
1105
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbRasterImageDef>;
1106
+ readonly attrs: {
1107
+ attributes: {
1108
+ [x: string]: any;
1109
+ objectId?: AcDbObjectId | undefined;
1110
+ ownerId?: AcDbObjectId | undefined;
1111
+ };
1112
+ changed: {
1113
+ [x: string]: any;
1114
+ objectId?: AcDbObjectId | undefined;
1115
+ ownerId?: AcDbObjectId | undefined;
1116
+ };
1117
+ readonly events: {
1118
+ attrChanged: {
1119
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1120
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1121
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1122
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
1123
+ };
1124
+ modelChanged: {
1125
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1126
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1127
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1128
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
1129
+ };
1130
+ };
1131
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
1132
+ set: {
1133
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
1134
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
1135
+ };
1136
+ has: (key: string) => boolean;
1137
+ hasChanged: (key?: string | undefined) => boolean;
1138
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
1139
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
1140
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
1141
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
1142
+ };
1143
+ getAttr: (attrName: string) => any;
1144
+ getAttrWithoutException: (attrName: string) => any;
1145
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
1146
+ objectId: AcDbObjectId;
1147
+ ownerId: AcDbObjectId;
1148
+ database: /*elided*/ any;
1149
+ close: () => void;
1150
+ };
1151
+ };
1152
+ currentSpaceId: AcDbObjectId;
1153
+ aunits: number;
1154
+ version: {
1155
+ name: string;
1156
+ value: number;
1157
+ };
1158
+ insunits: number;
1159
+ ltscale: number;
1160
+ cecolor: {
1161
+ colorMethod: import('@mlightcad/data-model').AcCmColorMethod;
1162
+ readonly red: number | undefined;
1163
+ readonly green: number | undefined;
1164
+ readonly blue: number | undefined;
1165
+ readonly RGB: number | undefined;
1166
+ setRGB: (r: number, g: number, b: number) => import('@mlightcad/data-model').AcCmColor;
1167
+ setRGBValue: (value: number | undefined | null) => import('@mlightcad/data-model').AcCmColor;
1168
+ setRGBFromCss: (cssString: string) => import('@mlightcad/data-model').AcCmColor;
1169
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
1170
+ readonly hexColor: string | undefined;
1171
+ readonly cssColor: string | undefined;
1172
+ colorIndex: number | undefined;
1173
+ readonly isByColor: boolean;
1174
+ readonly isByACI: boolean;
1175
+ readonly isByLayer: boolean;
1176
+ setByLayer: (value?: number) => import('@mlightcad/data-model').AcCmColor;
1177
+ readonly isByBlock: boolean;
1178
+ setByBlock: (value?: number) => import('@mlightcad/data-model').AcCmColor;
1179
+ colorName: string | undefined;
1180
+ clone: () => import('@mlightcad/data-model').AcCmColor;
1181
+ copy: (other: import('@mlightcad/data-model').AcCmColor) => import('@mlightcad/data-model').AcCmColor;
1182
+ equals: (other: import('@mlightcad/data-model').AcCmColor) => boolean;
1183
+ toString: () => string;
1184
+ };
1185
+ celtscale: number;
1186
+ angBase: number;
1187
+ angDir: number;
1188
+ extmax: {
1189
+ x: number;
1190
+ y: number;
1191
+ z: number;
1192
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGePoint3d;
1193
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
1194
+ setX: (x: number) => import('@mlightcad/data-model').AcGePoint3d;
1195
+ setY: (y: number) => import('@mlightcad/data-model').AcGePoint3d;
1196
+ setZ: (z: number) => import('@mlightcad/data-model').AcGePoint3d;
1197
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGePoint3d;
1198
+ getComponent: (index: number) => number;
1199
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
1200
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
1201
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
1202
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
1203
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1204
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGePoint3d;
1205
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1206
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
1207
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1208
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1209
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
1210
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1211
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGePoint3d;
1212
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGePoint3d;
1213
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGePoint3d;
1214
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGePoint3d;
1215
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
1216
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGePoint3d;
1217
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
1218
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1219
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
1220
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1221
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1222
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1223
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGePoint3d;
1224
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGePoint3d;
1225
+ floor: () => import('@mlightcad/data-model').AcGePoint3d;
1226
+ ceil: () => import('@mlightcad/data-model').AcGePoint3d;
1227
+ round: () => import('@mlightcad/data-model').AcGePoint3d;
1228
+ roundToZero: () => import('@mlightcad/data-model').AcGePoint3d;
1229
+ negate: () => import('@mlightcad/data-model').AcGePoint3d;
1230
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1231
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
1232
+ lengthSq: () => number;
1233
+ length: () => number;
1234
+ manhattanLength: () => number;
1235
+ normalize: () => import('@mlightcad/data-model').AcGePoint3d;
1236
+ setLength: (l: number) => import('@mlightcad/data-model').AcGePoint3d;
1237
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGePoint3d;
1238
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGePoint3d;
1239
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1240
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1241
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGePoint3d;
1242
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGePoint3d;
1243
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1244
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
1245
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1246
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1247
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1248
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
1249
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
1250
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGePoint3d;
1251
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGePoint3d;
1252
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
1253
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGePoint3d;
1254
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
1255
+ random: () => import('@mlightcad/data-model').AcGePoint3d;
1256
+ randomDirection: () => import('@mlightcad/data-model').AcGePoint3d;
1257
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
1258
+ };
1259
+ extmin: {
1260
+ x: number;
1261
+ y: number;
1262
+ z: number;
1263
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGePoint3d;
1264
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
1265
+ setX: (x: number) => import('@mlightcad/data-model').AcGePoint3d;
1266
+ setY: (y: number) => import('@mlightcad/data-model').AcGePoint3d;
1267
+ setZ: (z: number) => import('@mlightcad/data-model').AcGePoint3d;
1268
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGePoint3d;
1269
+ getComponent: (index: number) => number;
1270
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
1271
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
1272
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
1273
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
1274
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1275
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGePoint3d;
1276
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1277
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
1278
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1279
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1280
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
1281
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1282
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGePoint3d;
1283
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGePoint3d;
1284
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGePoint3d;
1285
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGePoint3d;
1286
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
1287
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGePoint3d;
1288
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
1289
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1290
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
1291
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1292
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1293
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1294
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGePoint3d;
1295
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGePoint3d;
1296
+ floor: () => import('@mlightcad/data-model').AcGePoint3d;
1297
+ ceil: () => import('@mlightcad/data-model').AcGePoint3d;
1298
+ round: () => import('@mlightcad/data-model').AcGePoint3d;
1299
+ roundToZero: () => import('@mlightcad/data-model').AcGePoint3d;
1300
+ negate: () => import('@mlightcad/data-model').AcGePoint3d;
1301
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1302
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
1303
+ lengthSq: () => number;
1304
+ length: () => number;
1305
+ manhattanLength: () => number;
1306
+ normalize: () => import('@mlightcad/data-model').AcGePoint3d;
1307
+ setLength: (l: number) => import('@mlightcad/data-model').AcGePoint3d;
1308
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGePoint3d;
1309
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGePoint3d;
1310
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1311
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1312
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGePoint3d;
1313
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGePoint3d;
1314
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
1315
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
1316
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1317
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1318
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1319
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
1320
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
1321
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGePoint3d;
1322
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGePoint3d;
1323
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
1324
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGePoint3d;
1325
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
1326
+ random: () => import('@mlightcad/data-model').AcGePoint3d;
1327
+ randomDirection: () => import('@mlightcad/data-model').AcGePoint3d;
1328
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
1329
+ };
1330
+ readonly extents: {
1331
+ min: {
1332
+ x: number;
1333
+ y: number;
1334
+ z: number;
1335
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
1336
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1337
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
1338
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
1339
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
1340
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
1341
+ getComponent: (index: number) => number;
1342
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
1343
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1344
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1345
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1346
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1347
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
1348
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1349
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1350
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1351
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1352
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1353
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1354
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
1355
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
1356
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1357
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1358
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1359
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
1360
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1361
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1362
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1363
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1364
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1365
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1366
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
1367
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
1368
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
1369
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
1370
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
1371
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
1372
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
1373
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1374
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
1375
+ lengthSq: () => number;
1376
+ length: () => number;
1377
+ manhattanLength: () => number;
1378
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
1379
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
1380
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1381
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1382
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1383
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1384
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1385
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1386
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1387
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
1388
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1389
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1390
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1391
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1392
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1393
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1394
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1395
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
1396
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
1397
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
1398
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
1399
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
1400
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
1401
+ };
1402
+ max: {
1403
+ x: number;
1404
+ y: number;
1405
+ z: number;
1406
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
1407
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1408
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
1409
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
1410
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
1411
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
1412
+ getComponent: (index: number) => number;
1413
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
1414
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1415
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1416
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1417
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1418
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
1419
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1420
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1421
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1422
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1423
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1424
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1425
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
1426
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
1427
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1428
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1429
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1430
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
1431
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1432
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1433
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1434
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1435
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1436
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1437
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
1438
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
1439
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
1440
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
1441
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
1442
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
1443
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
1444
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1445
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
1446
+ lengthSq: () => number;
1447
+ length: () => number;
1448
+ manhattanLength: () => number;
1449
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
1450
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
1451
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1452
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1453
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1454
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1455
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1456
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1457
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1458
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
1459
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1460
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1461
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1462
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1463
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1464
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1465
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1466
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
1467
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
1468
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
1469
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
1470
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
1471
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
1472
+ };
1473
+ set: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
1474
+ setFromArray: (array: number[]) => import('@mlightcad/data-model').AcGeBox3d;
1475
+ setFromPoints: (points: import('@mlightcad/data-model').AcGeVector3dLike[]) => import('@mlightcad/data-model').AcGeBox3d;
1476
+ setFromCenterAndSize: (center: import('@mlightcad/data-model').AcGeVector3dLike, size: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
1477
+ clone: () => import('@mlightcad/data-model').AcGeBox3d;
1478
+ copy: (box: import('@mlightcad/data-model').AcGeBox3d) => import('@mlightcad/data-model').AcGeBox3d;
1479
+ makeEmpty: () => import('@mlightcad/data-model').AcGeBox3d;
1480
+ isEmpty: () => boolean;
1481
+ getCenter: (target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1482
+ getSize: (target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1483
+ readonly center: {
1484
+ x: number;
1485
+ y: number;
1486
+ z: number;
1487
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
1488
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1489
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
1490
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
1491
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
1492
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
1493
+ getComponent: (index: number) => number;
1494
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
1495
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1496
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1497
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1498
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1499
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
1500
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1501
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1502
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1503
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1504
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1505
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1506
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
1507
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
1508
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1509
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1510
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1511
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
1512
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1513
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1514
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1515
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1516
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1517
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1518
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
1519
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
1520
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
1521
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
1522
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
1523
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
1524
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
1525
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1526
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
1527
+ lengthSq: () => number;
1528
+ length: () => number;
1529
+ manhattanLength: () => number;
1530
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
1531
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
1532
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1533
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1534
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1535
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1536
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1537
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1538
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1539
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
1540
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1541
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1542
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1543
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1544
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1545
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1546
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1547
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
1548
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
1549
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
1550
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
1551
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
1552
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
1553
+ };
1554
+ readonly size: {
1555
+ x: number;
1556
+ y: number;
1557
+ z: number;
1558
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
1559
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1560
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
1561
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
1562
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
1563
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
1564
+ getComponent: (index: number) => number;
1565
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
1566
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1567
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1568
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1569
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1570
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
1571
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1572
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1573
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1574
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1575
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1576
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1577
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
1578
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
1579
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1580
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1581
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1582
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
1583
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1584
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1585
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1586
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1587
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1588
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1589
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
1590
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
1591
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
1592
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
1593
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
1594
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
1595
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
1596
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1597
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
1598
+ lengthSq: () => number;
1599
+ length: () => number;
1600
+ manhattanLength: () => number;
1601
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
1602
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
1603
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1604
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1605
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1606
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1607
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1608
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1609
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1610
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
1611
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1612
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1613
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1614
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1615
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1616
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1617
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1618
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
1619
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
1620
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
1621
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
1622
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
1623
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
1624
+ };
1625
+ expandByPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
1626
+ expandByVector: (vector: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
1627
+ expandByScalar: (scalar: number) => import('@mlightcad/data-model').AcGeBox3d;
1628
+ containsPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
1629
+ containsBox: (box: import('@mlightcad/data-model').AcGeBox3d) => boolean;
1630
+ getParameter: (point: import('@mlightcad/data-model').AcGeVector3dLike, target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1631
+ intersectsBox: (box: import('@mlightcad/data-model').AcGeBox3d) => boolean;
1632
+ intersectsPlane: (plane: import('@mlightcad/data-model').AcGePlane) => boolean;
1633
+ clampPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike, target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1634
+ distanceToPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1635
+ intersect: (box: import('@mlightcad/data-model').AcGeBox3d) => import('@mlightcad/data-model').AcGeBox3d;
1636
+ union: (box: import('@mlightcad/data-model').AcGeBox3d) => import('@mlightcad/data-model').AcGeBox3d;
1637
+ applyMatrix4: (matrix: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeBox3d;
1638
+ translate: (offset: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
1639
+ equals: (box: import('@mlightcad/data-model').AcGeBox3d) => boolean;
1640
+ };
1641
+ pdmode: number;
1642
+ pdsize: number;
1643
+ read: (data: ArrayBuffer, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions, fileType?: import('@mlightcad/data-model').AcDbFileType) => Promise<void>;
1644
+ openUri: (url: string, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions) => Promise<void>;
1645
+ regen: () => Promise<void>;
1646
+ createDefaultData: (options?: import('@mlightcad/data-model').AcDbCreateDefaultDataOptions) => void;
1647
+ readonly attrs: {
1648
+ attributes: {
1649
+ [x: string]: any;
1650
+ objectId?: AcDbObjectId | undefined;
1651
+ ownerId?: AcDbObjectId | undefined;
1652
+ };
1653
+ changed: {
1654
+ [x: string]: any;
1655
+ objectId?: AcDbObjectId | undefined;
1656
+ ownerId?: AcDbObjectId | undefined;
1657
+ };
1658
+ readonly events: {
1659
+ attrChanged: {
1660
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1661
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1662
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1663
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
1664
+ };
1665
+ modelChanged: {
1666
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1667
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1668
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
1669
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
1670
+ };
1671
+ };
1672
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
1673
+ set: {
1674
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
1675
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
1676
+ };
1677
+ has: (key: string) => boolean;
1678
+ hasChanged: (key?: string | undefined) => boolean;
1679
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
1680
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
1681
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
1682
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
1683
+ };
1684
+ getAttr: (attrName: string) => any;
1685
+ getAttrWithoutException: (attrName: string) => any;
1686
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
1687
+ objectId: AcDbObjectId;
1688
+ ownerId: AcDbObjectId;
1689
+ database: /*elided*/ any;
1690
+ close: () => void;
1691
+ };
1692
+ close: () => void;
1693
+ } | null, AcDbEntity | {
1694
+ readonly type: string;
1695
+ layer: string;
1696
+ color: {
1697
+ colorMethod: import('@mlightcad/data-model').AcCmColorMethod;
1698
+ readonly red: number | undefined;
1699
+ readonly green: number | undefined;
1700
+ readonly blue: number | undefined;
1701
+ readonly RGB: number | undefined;
1702
+ setRGB: (r: number, g: number, b: number) => import('@mlightcad/data-model').AcCmColor;
1703
+ setRGBValue: (value: number | undefined | null) => import('@mlightcad/data-model').AcCmColor;
1704
+ setRGBFromCss: (cssString: string) => import('@mlightcad/data-model').AcCmColor;
1705
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
1706
+ readonly hexColor: string | undefined;
1707
+ readonly cssColor: string | undefined;
1708
+ colorIndex: number | undefined;
1709
+ readonly isByColor: boolean;
1710
+ readonly isByACI: boolean;
1711
+ readonly isByLayer: boolean;
1712
+ setByLayer: (value?: number) => import('@mlightcad/data-model').AcCmColor;
1713
+ readonly isByBlock: boolean;
1714
+ setByBlock: (value?: number) => import('@mlightcad/data-model').AcCmColor;
1715
+ colorName: string | undefined;
1716
+ clone: () => import('@mlightcad/data-model').AcCmColor;
1717
+ copy: (other: import('@mlightcad/data-model').AcCmColor) => import('@mlightcad/data-model').AcCmColor;
1718
+ equals: (other: import('@mlightcad/data-model').AcCmColor) => boolean;
1719
+ toString: () => string;
1720
+ };
1721
+ readonly rgbColor: number;
1722
+ lineType: string;
1723
+ lineWeight: number;
1724
+ linetypeScale: number;
1725
+ visibility: boolean;
1726
+ transparency: number;
1727
+ readonly properties: {
1728
+ type: string;
1729
+ groups: {
1730
+ groupName: import('@mlightcad/data-model').AcDbEntityPropertyGroupName;
1731
+ properties: {
1732
+ accessor: {
1733
+ get: () => unknown;
1734
+ set?: ((value: unknown) => void) | undefined;
1735
+ };
1736
+ name: string;
1737
+ type: import('@mlightcad/data-model').AcDbEntityPropertyType;
1738
+ options?: {
1739
+ label: string;
1740
+ value: unknown;
1741
+ }[] | undefined;
1742
+ editable?: boolean | undefined;
1743
+ }[];
1744
+ }[];
1745
+ };
1746
+ subGetGripPoints: () => import('@mlightcad/data-model').AcGePoint3d[];
1747
+ subGetOsnapPoints: (osnapMode: import('@mlightcad/data-model').AcDbOsnapMode, pickPoint: AcGePoint3dLike, lastPoint: AcGePoint3dLike, snapPoints: import('@mlightcad/data-model').AcGePoint3d[]) => void;
1748
+ transformBy: (matrix: import('@mlightcad/data-model').AcGeMatrix3d) => AcDbEntity;
1749
+ readonly geometricExtents: {
1750
+ min: {
1751
+ x: number;
1752
+ y: number;
1753
+ z: number;
1754
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
1755
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1756
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
1757
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
1758
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
1759
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
1760
+ getComponent: (index: number) => number;
1761
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
1762
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1763
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1764
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1765
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1766
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
1767
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1768
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1769
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1770
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1771
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1772
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1773
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
1774
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
1775
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1776
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1777
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1778
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
1779
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1780
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1781
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1782
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1783
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1784
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1785
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
1786
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
1787
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
1788
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
1789
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
1790
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
1791
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
1792
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1793
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
1794
+ lengthSq: () => number;
1795
+ length: () => number;
1796
+ manhattanLength: () => number;
1797
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
1798
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
1799
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1800
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1801
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1802
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1803
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1804
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1805
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1806
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
1807
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1808
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1809
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1810
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1811
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1812
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1813
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1814
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
1815
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
1816
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
1817
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
1818
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
1819
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
1820
+ };
1821
+ max: {
1822
+ x: number;
1823
+ y: number;
1824
+ z: number;
1825
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
1826
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1827
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
1828
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
1829
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
1830
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
1831
+ getComponent: (index: number) => number;
1832
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
1833
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1834
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1835
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1836
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1837
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
1838
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1839
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1840
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1841
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1842
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1843
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1844
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
1845
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
1846
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1847
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1848
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1849
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
1850
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1851
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1852
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1853
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1854
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1855
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1856
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
1857
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
1858
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
1859
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
1860
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
1861
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
1862
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
1863
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1864
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
1865
+ lengthSq: () => number;
1866
+ length: () => number;
1867
+ manhattanLength: () => number;
1868
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
1869
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
1870
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1871
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1872
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1873
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1874
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1875
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1876
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1877
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
1878
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1879
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1880
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1881
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1882
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1883
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1884
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1885
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
1886
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
1887
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
1888
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
1889
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
1890
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
1891
+ };
1892
+ set: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
1893
+ setFromArray: (array: number[]) => import('@mlightcad/data-model').AcGeBox3d;
1894
+ setFromPoints: (points: import('@mlightcad/data-model').AcGeVector3dLike[]) => import('@mlightcad/data-model').AcGeBox3d;
1895
+ setFromCenterAndSize: (center: import('@mlightcad/data-model').AcGeVector3dLike, size: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
1896
+ clone: () => import('@mlightcad/data-model').AcGeBox3d;
1897
+ copy: (box: import('@mlightcad/data-model').AcGeBox3d) => import('@mlightcad/data-model').AcGeBox3d;
1898
+ makeEmpty: () => import('@mlightcad/data-model').AcGeBox3d;
1899
+ isEmpty: () => boolean;
1900
+ getCenter: (target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1901
+ getSize: (target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1902
+ readonly center: {
1903
+ x: number;
1904
+ y: number;
1905
+ z: number;
1906
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
1907
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1908
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
1909
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
1910
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
1911
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
1912
+ getComponent: (index: number) => number;
1913
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
1914
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1915
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1916
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1917
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1918
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
1919
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1920
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1921
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1922
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1923
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1924
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1925
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
1926
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
1927
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1928
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1929
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1930
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
1931
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1932
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1933
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1934
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1935
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1936
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1937
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
1938
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
1939
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
1940
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
1941
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
1942
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
1943
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
1944
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1945
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
1946
+ lengthSq: () => number;
1947
+ length: () => number;
1948
+ manhattanLength: () => number;
1949
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
1950
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
1951
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1952
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
1953
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1954
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1955
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1956
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
1957
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1958
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
1959
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1960
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1961
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
1962
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1963
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
1964
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1965
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
1966
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
1967
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
1968
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
1969
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
1970
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
1971
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
1972
+ };
1973
+ readonly size: {
1974
+ x: number;
1975
+ y: number;
1976
+ z: number;
1977
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
1978
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1979
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
1980
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
1981
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
1982
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
1983
+ getComponent: (index: number) => number;
1984
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
1985
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1986
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
1987
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1988
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1989
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
1990
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1991
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
1992
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1993
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1994
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
1995
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
1996
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
1997
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
1998
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
1999
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
2000
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
2001
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
2002
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
2003
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2004
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
2005
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2006
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2007
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2008
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
2009
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
2010
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
2011
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
2012
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
2013
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
2014
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
2015
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2016
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
2017
+ lengthSq: () => number;
2018
+ length: () => number;
2019
+ manhattanLength: () => number;
2020
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
2021
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
2022
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
2023
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
2024
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2025
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2026
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
2027
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
2028
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2029
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
2030
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2031
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2032
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2033
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
2034
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
2035
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
2036
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
2037
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
2038
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
2039
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
2040
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
2041
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
2042
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
2043
+ };
2044
+ expandByPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
2045
+ expandByVector: (vector: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
2046
+ expandByScalar: (scalar: number) => import('@mlightcad/data-model').AcGeBox3d;
2047
+ containsPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
2048
+ containsBox: (box: import('@mlightcad/data-model').AcGeBox3d) => boolean;
2049
+ getParameter: (point: import('@mlightcad/data-model').AcGeVector3dLike, target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
2050
+ intersectsBox: (box: import('@mlightcad/data-model').AcGeBox3d) => boolean;
2051
+ intersectsPlane: (plane: import('@mlightcad/data-model').AcGePlane) => boolean;
2052
+ clampPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike, target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
2053
+ distanceToPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2054
+ intersect: (box: import('@mlightcad/data-model').AcGeBox3d) => import('@mlightcad/data-model').AcGeBox3d;
2055
+ union: (box: import('@mlightcad/data-model').AcGeBox3d) => import('@mlightcad/data-model').AcGeBox3d;
2056
+ applyMatrix4: (matrix: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeBox3d;
2057
+ translate: (offset: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
2058
+ equals: (box: import('@mlightcad/data-model').AcGeBox3d) => boolean;
2059
+ };
2060
+ draw: (renderer: import('@mlightcad/data-model').AcGiRenderer, delay?: boolean) => import('@mlightcad/data-model').AcGiEntity | undefined;
2061
+ triggerModifiedEvent: () => void;
2062
+ readonly lineStyle: {
2063
+ type: AcGiStyleType;
2064
+ arrows?: {
2065
+ firstArrow?: {
2066
+ type: import('@mlightcad/data-model').AcGiArrowType;
2067
+ inversed?: boolean | undefined;
2068
+ appended?: boolean | undefined;
2069
+ scale?: number | undefined;
2070
+ visible: boolean;
2071
+ } | undefined;
2072
+ secondArrow?: {
2073
+ type: import('@mlightcad/data-model').AcGiArrowType;
2074
+ inversed?: boolean | undefined;
2075
+ appended?: boolean | undefined;
2076
+ scale?: number | undefined;
2077
+ visible: boolean;
2078
+ } | undefined;
2079
+ } | undefined;
2080
+ name: string;
2081
+ standardFlag: number;
2082
+ description: string;
2083
+ totalPatternLength: number;
2084
+ pattern?: {
2085
+ elementLength: number;
2086
+ elementTypeFlag: number;
2087
+ shapeNumber?: number | undefined;
2088
+ styleObjectId?: string | undefined;
2089
+ scale?: number | undefined;
2090
+ rotation?: number | undefined;
2091
+ offsetX?: number | undefined;
2092
+ offsetY?: number | undefined;
2093
+ text?: string | undefined;
2094
+ }[] | undefined;
2095
+ };
2096
+ readonly attrs: {
2097
+ attributes: {
2098
+ [x: string]: any;
2099
+ objectId?: AcDbObjectId | undefined;
2100
+ ownerId?: AcDbObjectId | undefined;
2101
+ };
2102
+ changed: {
2103
+ [x: string]: any;
2104
+ objectId?: AcDbObjectId | undefined;
2105
+ ownerId?: AcDbObjectId | undefined;
2106
+ };
2107
+ readonly events: {
2108
+ attrChanged: {
2109
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2110
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2111
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2112
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2113
+ };
2114
+ modelChanged: {
2115
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2116
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2117
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2118
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2119
+ };
2120
+ };
2121
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
2122
+ set: {
2123
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2124
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2125
+ };
2126
+ has: (key: string) => boolean;
2127
+ hasChanged: (key?: string | undefined) => boolean;
2128
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2129
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
2130
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2131
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2132
+ };
2133
+ getAttr: (attrName: string) => any;
2134
+ getAttrWithoutException: (attrName: string) => any;
2135
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
2136
+ objectId: AcDbObjectId;
2137
+ ownerId: AcDbObjectId;
2138
+ database: {
2139
+ readonly events: {
2140
+ dictObjetSet: {
2141
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbDictObjectEventArgs) => void) => void;
2142
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbDictObjectEventArgs) => void) => void;
2143
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbDictObjectEventArgs) => void) => void;
2144
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbDictObjectEventArgs | undefined, ...args: unknown[]) => void;
2145
+ };
2146
+ dictObjectErased: {
2147
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbDictObjectEventArgs) => void) => void;
2148
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbDictObjectEventArgs) => void) => void;
2149
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbDictObjectEventArgs) => void) => void;
2150
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbDictObjectEventArgs | undefined, ...args: unknown[]) => void;
2151
+ };
2152
+ entityAppended: {
2153
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbEntityEventArgs) => void) => void;
2154
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbEntityEventArgs) => void) => void;
2155
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbEntityEventArgs) => void) => void;
2156
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbEntityEventArgs | undefined, ...args: unknown[]) => void;
2157
+ };
2158
+ entityModified: {
2159
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbEntityEventArgs) => void) => void;
2160
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbEntityEventArgs) => void) => void;
2161
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbEntityEventArgs) => void) => void;
2162
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbEntityEventArgs | undefined, ...args: unknown[]) => void;
2163
+ };
2164
+ layerAppended: {
2165
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerEventArgs) => void) => void;
2166
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerEventArgs) => void) => void;
2167
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerEventArgs) => void) => void;
2168
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbLayerEventArgs | undefined, ...args: unknown[]) => void;
2169
+ };
2170
+ layerModified: {
2171
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerModifiedEventArgs) => void) => void;
2172
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerModifiedEventArgs) => void) => void;
2173
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerModifiedEventArgs) => void) => void;
2174
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbLayerModifiedEventArgs | undefined, ...args: unknown[]) => void;
2175
+ };
2176
+ layerErased: {
2177
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerEventArgs) => void) => void;
2178
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerEventArgs) => void) => void;
2179
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbLayerEventArgs) => void) => void;
2180
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbLayerEventArgs | undefined, ...args: unknown[]) => void;
2181
+ };
2182
+ openProgress: {
2183
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbProgressdEventArgs) => void) => void;
2184
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbProgressdEventArgs) => void) => void;
2185
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbProgressdEventArgs) => void) => void;
2186
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbProgressdEventArgs | undefined, ...args: unknown[]) => void;
2187
+ };
2188
+ headerSysVarChanged: {
2189
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbHeaderSysVarEventArgs) => void) => void;
2190
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbHeaderSysVarEventArgs) => void) => void;
2191
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcDbHeaderSysVarEventArgs) => void) => void;
2192
+ dispatch: (payload?: import('@mlightcad/data-model').AcDbHeaderSysVarEventArgs | undefined, ...args: unknown[]) => void;
2193
+ };
2194
+ };
2195
+ readonly tables: {
2196
+ readonly blockTable: {
2197
+ readonly modelSpace: {
2198
+ readonly isModelSapce: boolean;
2199
+ readonly isPaperSapce: boolean;
2200
+ origin: {
2201
+ x: number;
2202
+ y: number;
2203
+ z: number;
2204
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGePoint3d;
2205
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
2206
+ setX: (x: number) => import('@mlightcad/data-model').AcGePoint3d;
2207
+ setY: (y: number) => import('@mlightcad/data-model').AcGePoint3d;
2208
+ setZ: (z: number) => import('@mlightcad/data-model').AcGePoint3d;
2209
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGePoint3d;
2210
+ getComponent: (index: number) => number;
2211
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
2212
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
2213
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
2214
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
2215
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2216
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGePoint3d;
2217
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2218
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
2219
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2220
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2221
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
2222
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2223
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGePoint3d;
2224
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGePoint3d;
2225
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGePoint3d;
2226
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGePoint3d;
2227
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
2228
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGePoint3d;
2229
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
2230
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2231
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
2232
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2233
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2234
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2235
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGePoint3d;
2236
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGePoint3d;
2237
+ floor: () => import('@mlightcad/data-model').AcGePoint3d;
2238
+ ceil: () => import('@mlightcad/data-model').AcGePoint3d;
2239
+ round: () => import('@mlightcad/data-model').AcGePoint3d;
2240
+ roundToZero: () => import('@mlightcad/data-model').AcGePoint3d;
2241
+ negate: () => import('@mlightcad/data-model').AcGePoint3d;
2242
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2243
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
2244
+ lengthSq: () => number;
2245
+ length: () => number;
2246
+ manhattanLength: () => number;
2247
+ normalize: () => import('@mlightcad/data-model').AcGePoint3d;
2248
+ setLength: (l: number) => import('@mlightcad/data-model').AcGePoint3d;
2249
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGePoint3d;
2250
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGePoint3d;
2251
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2252
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2253
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGePoint3d;
2254
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGePoint3d;
2255
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2256
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
2257
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2258
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2259
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2260
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
2261
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
2262
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGePoint3d;
2263
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGePoint3d;
2264
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
2265
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGePoint3d;
2266
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
2267
+ random: () => import('@mlightcad/data-model').AcGePoint3d;
2268
+ randomDirection: () => import('@mlightcad/data-model').AcGePoint3d;
2269
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
2270
+ };
2271
+ layoutId: AcDbObjectId;
2272
+ appendEntity: (entity: AcDbEntity | AcDbEntity[]) => void;
2273
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<AcDbEntity>;
2274
+ getIdAt: (id: string) => AcDbEntity | undefined;
2275
+ name: string;
2276
+ readonly attrs: {
2277
+ attributes: {
2278
+ [x: string]: any;
2279
+ name?: string | undefined;
2280
+ objectId?: AcDbObjectId | undefined;
2281
+ ownerId?: AcDbObjectId | undefined;
2282
+ };
2283
+ changed: {
2284
+ [x: string]: any;
2285
+ name?: string | undefined;
2286
+ objectId?: AcDbObjectId | undefined;
2287
+ ownerId?: AcDbObjectId | undefined;
2288
+ };
2289
+ readonly events: {
2290
+ attrChanged: {
2291
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>) => void) => void;
2292
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>) => void) => void;
2293
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>) => void) => void;
2294
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs> | undefined, ...args: unknown[]) => void;
2295
+ };
2296
+ modelChanged: {
2297
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>) => void) => void;
2298
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>) => void) => void;
2299
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>) => void) => void;
2300
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs> | undefined, ...args: unknown[]) => void;
2301
+ };
2302
+ };
2303
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs[A] | undefined;
2304
+ set: {
2305
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>;
2306
+ (key: Partial<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>;
2307
+ };
2308
+ has: (key: string) => boolean;
2309
+ hasChanged: (key?: string | undefined) => boolean;
2310
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>;
2311
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs[A] | null | undefined;
2312
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>;
2313
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs>;
2314
+ };
2315
+ getAttr: (attrName: string) => any;
2316
+ getAttrWithoutException: (attrName: string) => any;
2317
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs[A] | undefined) => void;
2318
+ objectId: AcDbObjectId;
2319
+ ownerId: AcDbObjectId;
2320
+ database: /*elided*/ any;
2321
+ close: () => void;
2322
+ };
2323
+ readonly numEntries: number;
2324
+ add: (record: import('@mlightcad/data-model').AcDbBlockTableRecord) => void;
2325
+ remove: (name: string) => boolean;
2326
+ removeId: (id: AcDbObjectId) => boolean;
2327
+ removeAll: () => void;
2328
+ has: (name: string) => boolean;
2329
+ hasId: (id: string) => boolean;
2330
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbBlockTableRecord | undefined;
2331
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbBlockTableRecord | undefined;
2332
+ getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbBlockTableRecord | undefined;
2333
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbBlockTableRecord>;
2334
+ readonly attrs: {
2335
+ attributes: {
2336
+ [x: string]: any;
2337
+ objectId?: AcDbObjectId | undefined;
2338
+ ownerId?: AcDbObjectId | undefined;
2339
+ };
2340
+ changed: {
2341
+ [x: string]: any;
2342
+ objectId?: AcDbObjectId | undefined;
2343
+ ownerId?: AcDbObjectId | undefined;
2344
+ };
2345
+ readonly events: {
2346
+ attrChanged: {
2347
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2348
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2349
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2350
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2351
+ };
2352
+ modelChanged: {
2353
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2354
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2355
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2356
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2357
+ };
2358
+ };
2359
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
2360
+ set: {
2361
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2362
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2363
+ };
2364
+ has: (key: string) => boolean;
2365
+ hasChanged: (key?: string | undefined) => boolean;
2366
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2367
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
2368
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2369
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2370
+ };
2371
+ getAttr: (attrName: string) => any;
2372
+ getAttrWithoutException: (attrName: string) => any;
2373
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
2374
+ objectId: AcDbObjectId;
2375
+ ownerId: AcDbObjectId;
2376
+ database: /*elided*/ any;
2377
+ close: () => void;
2378
+ };
2379
+ readonly dimStyleTable: {
2380
+ readonly numEntries: number;
2381
+ add: (record: import('@mlightcad/data-model').AcDbDimStyleTableRecord) => void;
2382
+ remove: (name: string) => boolean;
2383
+ removeId: (id: AcDbObjectId) => boolean;
2384
+ removeAll: () => void;
2385
+ has: (name: string) => boolean;
2386
+ hasId: (id: string) => boolean;
2387
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbDimStyleTableRecord | undefined;
2388
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbDimStyleTableRecord | undefined;
2389
+ getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbDimStyleTableRecord | undefined;
2390
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbDimStyleTableRecord>;
2391
+ readonly attrs: {
2392
+ attributes: {
2393
+ [x: string]: any;
2394
+ objectId?: AcDbObjectId | undefined;
2395
+ ownerId?: AcDbObjectId | undefined;
2396
+ };
2397
+ changed: {
2398
+ [x: string]: any;
2399
+ objectId?: AcDbObjectId | undefined;
2400
+ ownerId?: AcDbObjectId | undefined;
2401
+ };
2402
+ readonly events: {
2403
+ attrChanged: {
2404
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2405
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2406
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2407
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2408
+ };
2409
+ modelChanged: {
2410
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2411
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2412
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2413
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2414
+ };
2415
+ };
2416
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
2417
+ set: {
2418
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2419
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2420
+ };
2421
+ has: (key: string) => boolean;
2422
+ hasChanged: (key?: string | undefined) => boolean;
2423
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2424
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
2425
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2426
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2427
+ };
2428
+ getAttr: (attrName: string) => any;
2429
+ getAttrWithoutException: (attrName: string) => any;
2430
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
2431
+ objectId: AcDbObjectId;
2432
+ ownerId: AcDbObjectId;
2433
+ database: /*elided*/ any;
2434
+ close: () => void;
2435
+ };
2436
+ readonly linetypeTable: {
2437
+ readonly numEntries: number;
2438
+ add: (record: import('@mlightcad/data-model').AcDbLinetypeTableRecord) => void;
2439
+ remove: (name: string) => boolean;
2440
+ removeId: (id: AcDbObjectId) => boolean;
2441
+ removeAll: () => void;
2442
+ has: (name: string) => boolean;
2443
+ hasId: (id: string) => boolean;
2444
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbLinetypeTableRecord | undefined;
2445
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLinetypeTableRecord | undefined;
2446
+ getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLinetypeTableRecord | undefined;
2447
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbLinetypeTableRecord>;
2448
+ readonly attrs: {
2449
+ attributes: {
2450
+ [x: string]: any;
2451
+ objectId?: AcDbObjectId | undefined;
2452
+ ownerId?: AcDbObjectId | undefined;
2453
+ };
2454
+ changed: {
2455
+ [x: string]: any;
2456
+ objectId?: AcDbObjectId | undefined;
2457
+ ownerId?: AcDbObjectId | undefined;
2458
+ };
2459
+ readonly events: {
2460
+ attrChanged: {
2461
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2462
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2463
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2464
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2465
+ };
2466
+ modelChanged: {
2467
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2468
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2469
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2470
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2471
+ };
2472
+ };
2473
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
2474
+ set: {
2475
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2476
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2477
+ };
2478
+ has: (key: string) => boolean;
2479
+ hasChanged: (key?: string | undefined) => boolean;
2480
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2481
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
2482
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2483
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2484
+ };
2485
+ getAttr: (attrName: string) => any;
2486
+ getAttrWithoutException: (attrName: string) => any;
2487
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
2488
+ objectId: AcDbObjectId;
2489
+ ownerId: AcDbObjectId;
2490
+ database: /*elided*/ any;
2491
+ close: () => void;
2492
+ };
2493
+ readonly textStyleTable: {
2494
+ readonly fonts: string[];
2495
+ readonly numEntries: number;
2496
+ add: (record: import('@mlightcad/data-model').AcDbTextStyleTableRecord) => void;
2497
+ remove: (name: string) => boolean;
2498
+ removeId: (id: AcDbObjectId) => boolean;
2499
+ removeAll: () => void;
2500
+ has: (name: string) => boolean;
2501
+ hasId: (id: string) => boolean;
2502
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbTextStyleTableRecord | undefined;
2503
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbTextStyleTableRecord | undefined;
2504
+ getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbTextStyleTableRecord | undefined;
2505
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbTextStyleTableRecord>;
2506
+ readonly attrs: {
2507
+ attributes: {
2508
+ [x: string]: any;
2509
+ objectId?: AcDbObjectId | undefined;
2510
+ ownerId?: AcDbObjectId | undefined;
2511
+ };
2512
+ changed: {
2513
+ [x: string]: any;
2514
+ objectId?: AcDbObjectId | undefined;
2515
+ ownerId?: AcDbObjectId | undefined;
2516
+ };
2517
+ readonly events: {
2518
+ attrChanged: {
2519
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2520
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2521
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2522
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2523
+ };
2524
+ modelChanged: {
2525
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2526
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2527
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2528
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2529
+ };
2530
+ };
2531
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
2532
+ set: {
2533
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2534
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2535
+ };
2536
+ has: (key: string) => boolean;
2537
+ hasChanged: (key?: string | undefined) => boolean;
2538
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2539
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
2540
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2541
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2542
+ };
2543
+ getAttr: (attrName: string) => any;
2544
+ getAttrWithoutException: (attrName: string) => any;
2545
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
2546
+ objectId: AcDbObjectId;
2547
+ ownerId: AcDbObjectId;
2548
+ database: /*elided*/ any;
2549
+ close: () => void;
2550
+ };
2551
+ readonly layerTable: {
2552
+ add: (record: import('@mlightcad/data-model').AcDbLayerTableRecord) => void;
2553
+ readonly numEntries: number;
2554
+ remove: (name: string) => boolean;
2555
+ removeId: (id: AcDbObjectId) => boolean;
2556
+ removeAll: () => void;
2557
+ has: (name: string) => boolean;
2558
+ hasId: (id: string) => boolean;
2559
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbLayerTableRecord | undefined;
2560
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayerTableRecord | undefined;
2561
+ getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayerTableRecord | undefined;
2562
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbLayerTableRecord>;
2563
+ readonly attrs: {
2564
+ attributes: {
2565
+ [x: string]: any;
2566
+ objectId?: AcDbObjectId | undefined;
2567
+ ownerId?: AcDbObjectId | undefined;
2568
+ };
2569
+ changed: {
2570
+ [x: string]: any;
2571
+ objectId?: AcDbObjectId | undefined;
2572
+ ownerId?: AcDbObjectId | undefined;
2573
+ };
2574
+ readonly events: {
2575
+ attrChanged: {
2576
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2577
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2578
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2579
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2580
+ };
2581
+ modelChanged: {
2582
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2583
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2584
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2585
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2586
+ };
2587
+ };
2588
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
2589
+ set: {
2590
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2591
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2592
+ };
2593
+ has: (key: string) => boolean;
2594
+ hasChanged: (key?: string | undefined) => boolean;
2595
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2596
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
2597
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2598
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2599
+ };
2600
+ getAttr: (attrName: string) => any;
2601
+ getAttrWithoutException: (attrName: string) => any;
2602
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
2603
+ objectId: AcDbObjectId;
2604
+ ownerId: AcDbObjectId;
2605
+ database: /*elided*/ any;
2606
+ close: () => void;
2607
+ };
2608
+ readonly viewportTable: {
2609
+ readonly numEntries: number;
2610
+ add: (record: import('@mlightcad/data-model').AcDbViewportTableRecord) => void;
2611
+ remove: (name: string) => boolean;
2612
+ removeId: (id: AcDbObjectId) => boolean;
2613
+ removeAll: () => void;
2614
+ has: (name: string) => boolean;
2615
+ hasId: (id: string) => boolean;
2616
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbViewportTableRecord | undefined;
2617
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbViewportTableRecord | undefined;
2618
+ getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbViewportTableRecord | undefined;
2619
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbViewportTableRecord>;
2620
+ readonly attrs: {
2621
+ attributes: {
2622
+ [x: string]: any;
2623
+ objectId?: AcDbObjectId | undefined;
2624
+ ownerId?: AcDbObjectId | undefined;
2625
+ };
2626
+ changed: {
2627
+ [x: string]: any;
2628
+ objectId?: AcDbObjectId | undefined;
2629
+ ownerId?: AcDbObjectId | undefined;
2630
+ };
2631
+ readonly events: {
2632
+ attrChanged: {
2633
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2634
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2635
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2636
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2637
+ };
2638
+ modelChanged: {
2639
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2640
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2641
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2642
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2643
+ };
2644
+ };
2645
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
2646
+ set: {
2647
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2648
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2649
+ };
2650
+ has: (key: string) => boolean;
2651
+ hasChanged: (key?: string | undefined) => boolean;
2652
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2653
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
2654
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2655
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2656
+ };
2657
+ getAttr: (attrName: string) => any;
2658
+ getAttrWithoutException: (attrName: string) => any;
2659
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
2660
+ objectId: AcDbObjectId;
2661
+ ownerId: AcDbObjectId;
2662
+ database: /*elided*/ any;
2663
+ close: () => void;
2664
+ };
2665
+ };
2666
+ readonly dictionaries: {
2667
+ readonly layouts: {
2668
+ getBtrIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayout | undefined;
2669
+ readonly maxTabOrder: number;
2670
+ readonly numEntries: number;
2671
+ setAt: (key: string, value: import('@mlightcad/data-model').AcDbLayout) => void;
2672
+ remove: (name: string) => boolean;
2673
+ removeId: (id: string) => boolean;
2674
+ removeAll: () => void;
2675
+ has: (name: string) => boolean;
2676
+ hasId: (id: string) => boolean;
2677
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbLayout | undefined;
2678
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayout | undefined;
2679
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbLayout>;
2680
+ readonly attrs: {
2681
+ attributes: {
2682
+ [x: string]: any;
2683
+ objectId?: AcDbObjectId | undefined;
2684
+ ownerId?: AcDbObjectId | undefined;
2685
+ };
2686
+ changed: {
2687
+ [x: string]: any;
2688
+ objectId?: AcDbObjectId | undefined;
2689
+ ownerId?: AcDbObjectId | undefined;
2690
+ };
2691
+ readonly events: {
2692
+ attrChanged: {
2693
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2694
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2695
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2696
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2697
+ };
2698
+ modelChanged: {
2699
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2700
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2701
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2702
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2703
+ };
2704
+ };
2705
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
2706
+ set: {
2707
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2708
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2709
+ };
2710
+ has: (key: string) => boolean;
2711
+ hasChanged: (key?: string | undefined) => boolean;
2712
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2713
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
2714
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2715
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2716
+ };
2717
+ getAttr: (attrName: string) => any;
2718
+ getAttrWithoutException: (attrName: string) => any;
2719
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
2720
+ objectId: AcDbObjectId;
2721
+ ownerId: AcDbObjectId;
2722
+ database: /*elided*/ any;
2723
+ close: () => void;
2724
+ };
2725
+ readonly imageDefs: {
2726
+ readonly numEntries: number;
2727
+ setAt: (key: string, value: import('@mlightcad/data-model').AcDbRasterImageDef) => void;
2728
+ remove: (name: string) => boolean;
2729
+ removeId: (id: string) => boolean;
2730
+ removeAll: () => void;
2731
+ has: (name: string) => boolean;
2732
+ hasId: (id: string) => boolean;
2733
+ getAt: (name: string) => import('@mlightcad/data-model').AcDbRasterImageDef | undefined;
2734
+ getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbRasterImageDef | undefined;
2735
+ newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbRasterImageDef>;
2736
+ readonly attrs: {
2737
+ attributes: {
2738
+ [x: string]: any;
2739
+ objectId?: AcDbObjectId | undefined;
2740
+ ownerId?: AcDbObjectId | undefined;
2741
+ };
2742
+ changed: {
2743
+ [x: string]: any;
2744
+ objectId?: AcDbObjectId | undefined;
2745
+ ownerId?: AcDbObjectId | undefined;
2746
+ };
2747
+ readonly events: {
2748
+ attrChanged: {
2749
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2750
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2751
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2752
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2753
+ };
2754
+ modelChanged: {
2755
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2756
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2757
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
2758
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
2759
+ };
2760
+ };
2761
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
2762
+ set: {
2763
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2764
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2765
+ };
2766
+ has: (key: string) => boolean;
2767
+ hasChanged: (key?: string | undefined) => boolean;
2768
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2769
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
2770
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
2771
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
2772
+ };
2773
+ getAttr: (attrName: string) => any;
2774
+ getAttrWithoutException: (attrName: string) => any;
2775
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
2776
+ objectId: AcDbObjectId;
2777
+ ownerId: AcDbObjectId;
2778
+ database: /*elided*/ any;
2779
+ close: () => void;
2780
+ };
2781
+ };
2782
+ currentSpaceId: AcDbObjectId;
2783
+ aunits: number;
2784
+ version: {
2785
+ name: string;
2786
+ value: number;
2787
+ };
2788
+ insunits: number;
2789
+ ltscale: number;
2790
+ cecolor: {
2791
+ colorMethod: import('@mlightcad/data-model').AcCmColorMethod;
2792
+ readonly red: number | undefined;
2793
+ readonly green: number | undefined;
2794
+ readonly blue: number | undefined;
2795
+ readonly RGB: number | undefined;
2796
+ setRGB: (r: number, g: number, b: number) => import('@mlightcad/data-model').AcCmColor;
2797
+ setRGBValue: (value: number | undefined | null) => import('@mlightcad/data-model').AcCmColor;
2798
+ setRGBFromCss: (cssString: string) => import('@mlightcad/data-model').AcCmColor;
2799
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
2800
+ readonly hexColor: string | undefined;
2801
+ readonly cssColor: string | undefined;
2802
+ colorIndex: number | undefined;
2803
+ readonly isByColor: boolean;
2804
+ readonly isByACI: boolean;
2805
+ readonly isByLayer: boolean;
2806
+ setByLayer: (value?: number) => import('@mlightcad/data-model').AcCmColor;
2807
+ readonly isByBlock: boolean;
2808
+ setByBlock: (value?: number) => import('@mlightcad/data-model').AcCmColor;
2809
+ colorName: string | undefined;
2810
+ clone: () => import('@mlightcad/data-model').AcCmColor;
2811
+ copy: (other: import('@mlightcad/data-model').AcCmColor) => import('@mlightcad/data-model').AcCmColor;
2812
+ equals: (other: import('@mlightcad/data-model').AcCmColor) => boolean;
2813
+ toString: () => string;
2814
+ };
2815
+ celtscale: number;
2816
+ angBase: number;
2817
+ angDir: number;
2818
+ extmax: {
2819
+ x: number;
2820
+ y: number;
2821
+ z: number;
2822
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGePoint3d;
2823
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
2824
+ setX: (x: number) => import('@mlightcad/data-model').AcGePoint3d;
2825
+ setY: (y: number) => import('@mlightcad/data-model').AcGePoint3d;
2826
+ setZ: (z: number) => import('@mlightcad/data-model').AcGePoint3d;
2827
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGePoint3d;
2828
+ getComponent: (index: number) => number;
2829
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
2830
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
2831
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
2832
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
2833
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2834
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGePoint3d;
2835
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2836
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
2837
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2838
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2839
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
2840
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2841
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGePoint3d;
2842
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGePoint3d;
2843
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGePoint3d;
2844
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGePoint3d;
2845
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
2846
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGePoint3d;
2847
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
2848
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2849
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
2850
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2851
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2852
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2853
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGePoint3d;
2854
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGePoint3d;
2855
+ floor: () => import('@mlightcad/data-model').AcGePoint3d;
2856
+ ceil: () => import('@mlightcad/data-model').AcGePoint3d;
2857
+ round: () => import('@mlightcad/data-model').AcGePoint3d;
2858
+ roundToZero: () => import('@mlightcad/data-model').AcGePoint3d;
2859
+ negate: () => import('@mlightcad/data-model').AcGePoint3d;
2860
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2861
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
2862
+ lengthSq: () => number;
2863
+ length: () => number;
2864
+ manhattanLength: () => number;
2865
+ normalize: () => import('@mlightcad/data-model').AcGePoint3d;
2866
+ setLength: (l: number) => import('@mlightcad/data-model').AcGePoint3d;
2867
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGePoint3d;
2868
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGePoint3d;
2869
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2870
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2871
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGePoint3d;
2872
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGePoint3d;
2873
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2874
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
2875
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2876
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2877
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2878
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
2879
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
2880
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGePoint3d;
2881
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGePoint3d;
2882
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
2883
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGePoint3d;
2884
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
2885
+ random: () => import('@mlightcad/data-model').AcGePoint3d;
2886
+ randomDirection: () => import('@mlightcad/data-model').AcGePoint3d;
2887
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
2888
+ };
2889
+ extmin: {
2890
+ x: number;
2891
+ y: number;
2892
+ z: number;
2893
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGePoint3d;
2894
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
2895
+ setX: (x: number) => import('@mlightcad/data-model').AcGePoint3d;
2896
+ setY: (y: number) => import('@mlightcad/data-model').AcGePoint3d;
2897
+ setZ: (z: number) => import('@mlightcad/data-model').AcGePoint3d;
2898
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGePoint3d;
2899
+ getComponent: (index: number) => number;
2900
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
2901
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
2902
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
2903
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
2904
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2905
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGePoint3d;
2906
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2907
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
2908
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2909
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2910
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
2911
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2912
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGePoint3d;
2913
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGePoint3d;
2914
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGePoint3d;
2915
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGePoint3d;
2916
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
2917
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGePoint3d;
2918
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
2919
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2920
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGePoint3d;
2921
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2922
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2923
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2924
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGePoint3d;
2925
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGePoint3d;
2926
+ floor: () => import('@mlightcad/data-model').AcGePoint3d;
2927
+ ceil: () => import('@mlightcad/data-model').AcGePoint3d;
2928
+ round: () => import('@mlightcad/data-model').AcGePoint3d;
2929
+ roundToZero: () => import('@mlightcad/data-model').AcGePoint3d;
2930
+ negate: () => import('@mlightcad/data-model').AcGePoint3d;
2931
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2932
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
2933
+ lengthSq: () => number;
2934
+ length: () => number;
2935
+ manhattanLength: () => number;
2936
+ normalize: () => import('@mlightcad/data-model').AcGePoint3d;
2937
+ setLength: (l: number) => import('@mlightcad/data-model').AcGePoint3d;
2938
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGePoint3d;
2939
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGePoint3d;
2940
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2941
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2942
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGePoint3d;
2943
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGePoint3d;
2944
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGePoint3d;
2945
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
2946
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2947
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2948
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
2949
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
2950
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGePoint3d;
2951
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGePoint3d;
2952
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGePoint3d;
2953
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
2954
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGePoint3d;
2955
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
2956
+ random: () => import('@mlightcad/data-model').AcGePoint3d;
2957
+ randomDirection: () => import('@mlightcad/data-model').AcGePoint3d;
2958
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
2959
+ };
2960
+ readonly extents: {
2961
+ min: {
2962
+ x: number;
2963
+ y: number;
2964
+ z: number;
2965
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
2966
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
2967
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
2968
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
2969
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
2970
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
2971
+ getComponent: (index: number) => number;
2972
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
2973
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
2974
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
2975
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
2976
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2977
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
2978
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2979
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
2980
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2981
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2982
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
2983
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2984
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
2985
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
2986
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
2987
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
2988
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
2989
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
2990
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
2991
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2992
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
2993
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2994
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2995
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
2996
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
2997
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
2998
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
2999
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
3000
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
3001
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
3002
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
3003
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3004
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
3005
+ lengthSq: () => number;
3006
+ length: () => number;
3007
+ manhattanLength: () => number;
3008
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
3009
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
3010
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
3011
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
3012
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3013
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3014
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
3015
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
3016
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3017
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
3018
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3019
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3020
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3021
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3022
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3023
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
3024
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
3025
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
3026
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
3027
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
3028
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
3029
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
3030
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
3031
+ };
3032
+ max: {
3033
+ x: number;
3034
+ y: number;
3035
+ z: number;
3036
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
3037
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
3038
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
3039
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
3040
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
3041
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
3042
+ getComponent: (index: number) => number;
3043
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
3044
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
3045
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
3046
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
3047
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3048
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
3049
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3050
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
3051
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3052
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3053
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
3054
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3055
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
3056
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
3057
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
3058
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
3059
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3060
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
3061
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3062
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3063
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
3064
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3065
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3066
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3067
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
3068
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
3069
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
3070
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
3071
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
3072
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
3073
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
3074
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3075
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
3076
+ lengthSq: () => number;
3077
+ length: () => number;
3078
+ manhattanLength: () => number;
3079
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
3080
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
3081
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
3082
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
3083
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3084
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3085
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
3086
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
3087
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3088
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
3089
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3090
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3091
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3092
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3093
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3094
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
3095
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
3096
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
3097
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
3098
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
3099
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
3100
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
3101
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
3102
+ };
3103
+ set: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
3104
+ setFromArray: (array: number[]) => import('@mlightcad/data-model').AcGeBox3d;
3105
+ setFromPoints: (points: import('@mlightcad/data-model').AcGeVector3dLike[]) => import('@mlightcad/data-model').AcGeBox3d;
3106
+ setFromCenterAndSize: (center: import('@mlightcad/data-model').AcGeVector3dLike, size: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
3107
+ clone: () => import('@mlightcad/data-model').AcGeBox3d;
3108
+ copy: (box: import('@mlightcad/data-model').AcGeBox3d) => import('@mlightcad/data-model').AcGeBox3d;
3109
+ makeEmpty: () => import('@mlightcad/data-model').AcGeBox3d;
3110
+ isEmpty: () => boolean;
3111
+ getCenter: (target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
3112
+ getSize: (target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
3113
+ readonly center: {
3114
+ x: number;
3115
+ y: number;
3116
+ z: number;
3117
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
3118
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
3119
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
3120
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
3121
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
3122
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
3123
+ getComponent: (index: number) => number;
3124
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
3125
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
3126
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
3127
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
3128
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3129
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
3130
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3131
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
3132
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3133
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3134
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
3135
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3136
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
3137
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
3138
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
3139
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
3140
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3141
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
3142
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3143
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3144
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
3145
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3146
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3147
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3148
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
3149
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
3150
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
3151
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
3152
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
3153
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
3154
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
3155
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3156
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
3157
+ lengthSq: () => number;
3158
+ length: () => number;
3159
+ manhattanLength: () => number;
3160
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
3161
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
3162
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
3163
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
3164
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3165
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3166
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
3167
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
3168
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3169
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
3170
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3171
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3172
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3173
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3174
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3175
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
3176
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
3177
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
3178
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
3179
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
3180
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
3181
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
3182
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
3183
+ };
3184
+ readonly size: {
3185
+ x: number;
3186
+ y: number;
3187
+ z: number;
3188
+ set: (x: number, y: number, z: number) => import('@mlightcad/data-model').AcGeVector3d;
3189
+ setScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
3190
+ setX: (x: number) => import('@mlightcad/data-model').AcGeVector3d;
3191
+ setY: (y: number) => import('@mlightcad/data-model').AcGeVector3d;
3192
+ setZ: (z: number) => import('@mlightcad/data-model').AcGeVector3d;
3193
+ setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGeVector3d;
3194
+ getComponent: (index: number) => number;
3195
+ clone: () => import('@mlightcad/data-model').AcGeVector3d;
3196
+ copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
3197
+ add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGeVector3d;
3198
+ addScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
3199
+ addVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3200
+ addScaledVector: (v: import('@mlightcad/data-model').AcGeVector3dLike, s: number) => import('@mlightcad/data-model').AcGeVector3d;
3201
+ sub: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3202
+ subScalar: (s: number) => import('@mlightcad/data-model').AcGeVector3d;
3203
+ subVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3204
+ multiply: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3205
+ multiplyScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
3206
+ multiplyVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3207
+ applyEuler: (euler: import('@mlightcad/data-model').AcGeEuler) => import('@mlightcad/data-model').AcGeVector3d;
3208
+ applyAxisAngle: (axis: import('@mlightcad/data-model').AcGeVector3dLike, angle: number) => import('@mlightcad/data-model').AcGeVector3d;
3209
+ applyMatrix3: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
3210
+ applyNormalMatrix: (m: import('@mlightcad/data-model').AcGeMatrix2d) => import('@mlightcad/data-model').AcGeVector3d;
3211
+ applyMatrix4: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3212
+ applyQuaternion: (q: import('@mlightcad/data-model').AcGeQuaternion) => import('@mlightcad/data-model').AcGeVector3d;
3213
+ transformDirection: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3214
+ divide: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3215
+ divideScalar: (scalar: number) => import('@mlightcad/data-model').AcGeVector3d;
3216
+ min: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3217
+ max: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3218
+ clamp: (min: import('@mlightcad/data-model').AcGeVector3dLike, max: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3219
+ clampScalar: (minVal: number, maxVal: number) => import('@mlightcad/data-model').AcGeVector3d;
3220
+ clampLength: (min: number, max: number) => import('@mlightcad/data-model').AcGeVector3d;
3221
+ floor: () => import('@mlightcad/data-model').AcGeVector3d;
3222
+ ceil: () => import('@mlightcad/data-model').AcGeVector3d;
3223
+ round: () => import('@mlightcad/data-model').AcGeVector3d;
3224
+ roundToZero: () => import('@mlightcad/data-model').AcGeVector3d;
3225
+ negate: () => import('@mlightcad/data-model').AcGeVector3d;
3226
+ dot: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3227
+ isParallelTo: (vec: import('@mlightcad/data-model').AcGeVector3d) => boolean;
3228
+ lengthSq: () => number;
3229
+ length: () => number;
3230
+ manhattanLength: () => number;
3231
+ normalize: () => import('@mlightcad/data-model').AcGeVector3d;
3232
+ setLength: (l: number) => import('@mlightcad/data-model').AcGeVector3d;
3233
+ lerp: (v: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
3234
+ lerpVectors: (v1: import('@mlightcad/data-model').AcGeVector3dLike, v2: import('@mlightcad/data-model').AcGeVector3dLike, alpha: number) => import('@mlightcad/data-model').AcGeVector3d;
3235
+ cross: (v: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3236
+ crossVectors: (a: import('@mlightcad/data-model').AcGeVector3dLike, b: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3237
+ projectOnVector: (v: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
3238
+ projectOnPlane: (planeNormal: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
3239
+ reflect: (normal: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeVector3d;
3240
+ angleTo: (v: import('@mlightcad/data-model').AcGeVector3d) => number;
3241
+ distanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3242
+ distanceToSquared: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3243
+ manhattanDistanceTo: (v: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3244
+ setFromMatrixPosition: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3245
+ setFromMatrixScale: (m: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeVector3d;
3246
+ setFromMatrixColumn: (m: import('@mlightcad/data-model').AcGeMatrix3d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
3247
+ setFromMatrix3Column: (m: import('@mlightcad/data-model').AcGeMatrix2d, index: number) => import('@mlightcad/data-model').AcGeVector3d;
3248
+ equals: (v: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
3249
+ fromArray: (array: number[], offset?: number) => import('@mlightcad/data-model').AcGeVector3d;
3250
+ toArray: (array?: number[] | Float32Array, offset?: number) => number[] | Float32Array;
3251
+ random: () => import('@mlightcad/data-model').AcGeVector3d;
3252
+ randomDirection: () => import('@mlightcad/data-model').AcGeVector3d;
3253
+ [Symbol.iterator]: () => Generator<number, void, unknown>;
3254
+ };
3255
+ expandByPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
3256
+ expandByVector: (vector: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
3257
+ expandByScalar: (scalar: number) => import('@mlightcad/data-model').AcGeBox3d;
3258
+ containsPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike) => boolean;
3259
+ containsBox: (box: import('@mlightcad/data-model').AcGeBox3d) => boolean;
3260
+ getParameter: (point: import('@mlightcad/data-model').AcGeVector3dLike, target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
3261
+ intersectsBox: (box: import('@mlightcad/data-model').AcGeBox3d) => boolean;
3262
+ intersectsPlane: (plane: import('@mlightcad/data-model').AcGePlane) => boolean;
3263
+ clampPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike, target: import('@mlightcad/data-model').AcGeVector3d) => import('@mlightcad/data-model').AcGeVector3d;
3264
+ distanceToPoint: (point: import('@mlightcad/data-model').AcGeVector3dLike) => number;
3265
+ intersect: (box: import('@mlightcad/data-model').AcGeBox3d) => import('@mlightcad/data-model').AcGeBox3d;
3266
+ union: (box: import('@mlightcad/data-model').AcGeBox3d) => import('@mlightcad/data-model').AcGeBox3d;
3267
+ applyMatrix4: (matrix: import('@mlightcad/data-model').AcGeMatrix3d) => import('@mlightcad/data-model').AcGeBox3d;
3268
+ translate: (offset: import('@mlightcad/data-model').AcGeVector3dLike) => import('@mlightcad/data-model').AcGeBox3d;
3269
+ equals: (box: import('@mlightcad/data-model').AcGeBox3d) => boolean;
3270
+ };
3271
+ pdmode: number;
3272
+ pdsize: number;
3273
+ read: (data: ArrayBuffer, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions, fileType?: import('@mlightcad/data-model').AcDbFileType) => Promise<void>;
3274
+ openUri: (url: string, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions) => Promise<void>;
3275
+ regen: () => Promise<void>;
3276
+ createDefaultData: (options?: import('@mlightcad/data-model').AcDbCreateDefaultDataOptions) => void;
3277
+ readonly attrs: {
3278
+ attributes: {
3279
+ [x: string]: any;
3280
+ objectId?: AcDbObjectId | undefined;
3281
+ ownerId?: AcDbObjectId | undefined;
3282
+ };
3283
+ changed: {
3284
+ [x: string]: any;
3285
+ objectId?: AcDbObjectId | undefined;
3286
+ ownerId?: AcDbObjectId | undefined;
3287
+ };
3288
+ readonly events: {
3289
+ attrChanged: {
3290
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
3291
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
3292
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
3293
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
3294
+ };
3295
+ modelChanged: {
3296
+ addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
3297
+ removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
3298
+ replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
3299
+ dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
3300
+ };
3301
+ };
3302
+ get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
3303
+ set: {
3304
+ <A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
3305
+ (key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
3306
+ };
3307
+ has: (key: string) => boolean;
3308
+ hasChanged: (key?: string | undefined) => boolean;
3309
+ changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
3310
+ previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
3311
+ previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
3312
+ clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
3313
+ };
3314
+ getAttr: (attrName: string) => any;
3315
+ getAttrWithoutException: (attrName: string) => any;
3316
+ setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
3317
+ objectId: AcDbObjectId;
3318
+ ownerId: AcDbObjectId;
3319
+ database: /*elided*/ any;
3320
+ close: () => void;
3321
+ };
3322
+ close: () => void;
3323
+ } | null>;
3324
+ id: import('vue').Ref<string | null, string | null>;
3325
+ mouse: import('vue').Ref<{
3326
+ x: number;
3327
+ y: number;
3328
+ }, {
3329
+ x: number;
3330
+ y: number;
3331
+ } | {
3332
+ x: number;
3333
+ y: number;
3334
+ }>;
3335
+ };
3336
+ //# sourceMappingURL=useHover.d.ts.map