@pilotdev/pilot-web-3d 25.3.2-alpha → 25.5.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 +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -229,6 +229,7 @@ export namespace Viewer3DIcons {
|
|
|
229
229
|
const VIEWER_MEASUREMENT_EDGE_ICON: string;
|
|
230
230
|
const VIEWER_MEASUREMENT_PLANE_ICON: string;
|
|
231
231
|
const VIEWER_MEASUREMENT_PERPENDICULAR_ICON: string;
|
|
232
|
+
const VIEWER_MEASUREMENT_POINT_COORDINATES_ICON: string;
|
|
232
233
|
const VIEWER_MEASUREMENT_DIMENSION_ICON: string;
|
|
233
234
|
const VIEWER_ZOOM_TO_FIT_ICON: string;
|
|
234
235
|
const VIEWER_RENDER_OPTIONS_ICON: string;
|
|
@@ -1893,6 +1894,7 @@ export interface ModelPart {
|
|
|
1893
1894
|
setModelPartPlacement(placement: THREE.Matrix4Tuple | number[]): void;
|
|
1894
1895
|
setModelPartScaling(scaling: number): void;
|
|
1895
1896
|
getViewObject(): ViewObject;
|
|
1897
|
+
getVirtualOrigin(): THREE.Vector3;
|
|
1896
1898
|
dispose(): void;
|
|
1897
1899
|
}
|
|
1898
1900
|
export class ModelPartVisibilityState {
|