@pilotdev/pilot-web-2d 25.3.2-alpha → 25.4.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.
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -73,6 +73,7 @@ export namespace Viewer3DIcons {
|
|
|
73
73
|
const VIEWER_MEASUREMENT_EDGE_ICON: string;
|
|
74
74
|
const VIEWER_MEASUREMENT_PLANE_ICON: string;
|
|
75
75
|
const VIEWER_MEASUREMENT_PERPENDICULAR_ICON: string;
|
|
76
|
+
const VIEWER_MEASUREMENT_POINT_COORDINATES_ICON: string;
|
|
76
77
|
const VIEWER_MEASUREMENT_DIMENSION_ICON: string;
|
|
77
78
|
const VIEWER_ZOOM_TO_FIT_ICON: string;
|
|
78
79
|
const VIEWER_RENDER_OPTIONS_ICON: string;
|