mxcad 1.0.332 → 1.0.333
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 +1 -1
- package/dist/mxcad.es.js +1188 -1209
- package/dist/mxcad.umd.js +3 -3
- package/dist/wasm/2d/mxdrawassembly_min.wasm +0 -0
- package/dist/wasm/2d-st/mxdrawassembly_minst.wasm +0 -0
- package/package.json +2 -2
package/dist/mxcad.d.ts
CHANGED
|
@@ -7751,7 +7751,7 @@ export declare class McDbPoint extends McDbEntity {
|
|
|
7751
7751
|
* 表示图案填充类,实现实心颜色填充和各种图案填充效果
|
|
7752
7752
|
* @example
|
|
7753
7753
|
* ```ts
|
|
7754
|
-
import { MxCADUiPrPoint, MxCADUtility, McDbHatch, MxCpp, McDb} from "mxcad"
|
|
7754
|
+
import { MxCADUiPrPoint, MxCADUtility, McDbHatch, MxCpp, McDb, McCmColor} from "mxcad"
|
|
7755
7755
|
//选点填充
|
|
7756
7756
|
const getPoint = new MxCADUiPrPoint();
|
|
7757
7757
|
console.log("\n指定填充区域内部一点:");
|