mxcad 1.0.384 → 1.0.385

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/mxcad.d.ts CHANGED
@@ -3092,7 +3092,12 @@ export declare class MxCADUiPrBase {
3092
3092
  getPoint.setLastInputPoint(new McGePoint3d(0,0,0));
3093
3093
  * ```
3094
3094
  */
3095
- setLastInputPoint(pt: McGePoint3d): void;
3095
+ setLastInputPoint(pt: McGePoint3d | undefined): void;
3096
+ /**
3097
+ * 返回上一次的输入点。
3098
+ * @returns 选择的关键字
3099
+ */
3100
+ getLastInputPoint(): McGePoint3d | undefined;
3096
3101
  /**
3097
3102
  * 提示字符串
3098
3103
  * @returns 提示消息