mxcad 1.0.394 → 1.0.395

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.es.js CHANGED
@@ -14596,7 +14596,7 @@ win.McDrawObjectEvent_asciiToUTF8 = function (hexstr) {
14596
14596
  return MxG2312Obj.decodeFromGb2312Imp(hexstr);
14597
14597
  };
14598
14598
 
14599
- const version$1 = "1.0.393";
14599
+ const version$1 = "1.0.394";
14600
14600
 
14601
14601
  var isSharedArrayBuffer = "SharedArrayBuffer" in window;
14602
14602
  var isCdn = document.currentScript && /unpkg\.com\/mxcad/.test(document.currentScript.src);
@@ -41028,7 +41028,7 @@ function _Mx_Ucs() {
41028
41028
  break;
41029
41029
  }
41030
41030
  mxcad.database.ucsMatrix = McGeMatrix3d.kIdentity;
41031
- MxFun.acutPrintf("\n \u8BBE\u7F6E\u6210\u4E16\u754C\u5750\u6807\u7CFB\u6210\u529F");
41031
+ MxFun.acutPrintf("\n \u8BBE\u7F6E\u6210\u4E16\u754C\u5750\u6807\u7CFB\u6210\u529F\n");
41032
41032
  return _context.abrupt("return");
41033
41033
  case 13:
41034
41034
  if (!(ret === MrxDbgUiPrBaseReturn.kKeyWord)) {
@@ -41114,7 +41114,7 @@ function _Mx_Ucs() {
41114
41114
  return _context.abrupt("return");
41115
41115
  case 38:
41116
41116
  mxcad.database.ucsMatrix = ucsToWcsMat;
41117
- MxFun.acutPrintf("\n \u8BBE\u7F6EUCS\u5750\u6807\u7CFB\u6210\u529F");
41117
+ MxFun.acutPrintf("\n \u8BBE\u7F6EUCS\u5750\u6807\u7CFB\u6210\u529F\n");
41118
41118
  return _context.abrupt("return");
41119
41119
  case 41:
41120
41120
  case "end":
@@ -41151,7 +41151,7 @@ function _Mx_Plan() {
41151
41151
  dAng2 = vec.angleTo2(McGeVector3d.kXAxis, McGeVector3d.kNegateZAxis);
41152
41152
  dAng2 = normalizeAngle(dAng2);
41153
41153
  mxcad.zoomAngle(dAng2);
41154
- MxFun.acutPrintf("\n \u89C6\u533A\u65CB\u8F6C\u6210\u529F,\u89D2\u5EA6 = " + (dAng2 * 180 / Math.PI).toFixed(2) + " \u5EA6");
41154
+ MxFun.acutPrintf("\n \u89C6\u533A\u65CB\u8F6C\u6210\u529F,\u89D2\u5EA6 = " + (dAng2 * 180 / Math.PI).toFixed(2) + " \u5EA6\n");
41155
41155
  return _context2.abrupt("return");
41156
41156
  case 16:
41157
41157
  if (!(ret !== MrxDbgUiPrBaseReturn.kOk && ret !== MrxDbgUiPrBaseReturn.kKeyWord)) {
@@ -41219,7 +41219,7 @@ function _Mx_Plan() {
41219
41219
  case 50:
41220
41220
  dAng = normalizeAngle(dAng);
41221
41221
  mxcad.zoomAngle(dAng);
41222
- MxFun.acutPrintf("\n \u89C6\u533A\u65CB\u8F6C\u6210\u529F,\u89D2\u5EA6 = " + (dAng * 180 / Math.PI).toFixed(2) + " \u5EA6");
41222
+ MxFun.acutPrintf("\n \u89C6\u533A\u65CB\u8F6C\u6210\u529F,\u89D2\u5EA6 = " + (dAng * 180 / Math.PI).toFixed(2) + " \u5EA6\n");
41223
41223
  case 53:
41224
41224
  case "end":
41225
41225
  return _context2.stop();
@@ -41320,7 +41320,7 @@ function _Mx_Ucs_ByObject() {
41320
41320
  ucsToWcsMat.setToTranslation(new McGeVector3d(ptOrigin.x, ptOrigin.y, ptOrigin.z));
41321
41321
  ucsToWcsMat = ucsToWcsMat.postMultBy(new McGeMatrix3d().setToRotation(dAng, McGeVector3d.kZAxis, McGePoint3d.kOrigin));
41322
41322
  mxcad.database.ucsMatrix = ucsToWcsMat;
41323
- MxFun.acutPrintf("\n UCS\u5DF2\u6839\u636E\u5BF9\u8C61\u5BF9\u9F50");
41323
+ MxFun.acutPrintf("\n UCS\u5DF2\u6839\u636E\u5BF9\u8C61\u5BF9\u9F50\n");
41324
41324
  case 42:
41325
41325
  case "end":
41326
41326
  return _context3.stop();