mxdraw 0.1.282 → 0.1.283

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/dist/mxdraw.d.ts CHANGED
@@ -2037,6 +2037,14 @@ declare class MxDrawObject extends Node<MxDrawEvents, Node<any, any>> {
2037
2037
  * ```
2038
2038
  */
2039
2039
  zoomW(minPt: THREE.Vector3, maxPt: THREE.Vector3, isWorld?: boolean): void;
2040
+ /**
2041
+ * 保存当前显示范围.
2042
+ */
2043
+ saveZoom(): void;
2044
+ /**
2045
+ * 恢复当前显示范围.
2046
+ */
2047
+ recoverZoom(): void;
2040
2048
  /**
2041
2049
  * 把当前显示范围移到指定的位置,dCenX,dCenY是DWG图纸坐标。
2042
2050
  * @param minPt DWG图纸坐标1 THREE.Vector3