mxcad 1.0.246 → 1.0.247
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/fonts/ltypeshp.shx +0 -0
- package/dist/mxcad.d.ts +1 -1
- package/dist/mxcad.es.js +876 -872
- package/dist/mxcad.umd.js +3 -3
- package/dist/res/mxiconv.data +0 -0
- package/dist/wasm/2d/mxdrawassembly_min.js +4 -4
- package/dist/wasm/2d/mxdrawassembly_min.wasm +0 -0
- package/dist/wasm/2d-st/mxdrawassembly_min.js +4 -4
- package/dist/wasm/2d-st/mxdrawassembly_minst.wasm +0 -0
- package/package.json +1 -1
|
Binary file
|
package/dist/mxcad.d.ts
CHANGED
|
@@ -2454,6 +2454,7 @@ export declare class MxCADResbuf extends McRxObject {
|
|
|
2454
2454
|
* @description 实体的类型表
|
|
2455
2455
|
* | 类型 | 描述 |
|
|
2456
2456
|
* | ------- | ------- |
|
|
2457
|
+
* | POINT | 文字 |
|
|
2457
2458
|
* | TEXT | 文字 |
|
|
2458
2459
|
* | MTEXT | 多行文字 |
|
|
2459
2460
|
* | CIRCLE | 圆 |
|
|
@@ -6713,7 +6714,6 @@ export declare class McDbDimension extends McDbEntity {
|
|
|
6713
6714
|
* 重新计算标注块
|
|
6714
6715
|
* @example
|
|
6715
6716
|
* ```ts
|
|
6716
|
-
* //设置 dim 为有效标注实体
|
|
6717
6717
|
* dim.recomputeDimBlock()
|
|
6718
6718
|
* ```
|
|
6719
6719
|
*/
|