mxdraw 0.1.346 → 0.1.347
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 +8 -0
- package/dist/mxdraw.esm.js +1 -1
- package/dist/mxdraw.umd.js +1 -1
- package/package.json +1 -1
package/dist/mxdraw.d.ts
CHANGED
|
@@ -3433,6 +3433,14 @@ declare class McEdGetPointWorldDrawObject {
|
|
|
3433
3433
|
[x: string]: any;
|
|
3434
3434
|
private _McEdGetPointWorldDraw;
|
|
3435
3435
|
constructor();
|
|
3436
|
+
/**
|
|
3437
|
+
* 设置一个变换矩阵
|
|
3438
|
+
* @example
|
|
3439
|
+
* ``` typescript
|
|
3440
|
+
* ```
|
|
3441
|
+
*
|
|
3442
|
+
*/
|
|
3443
|
+
initMat(_matCAD: any, _matThree: THREE.Matrix4): void;
|
|
3436
3444
|
/**
|
|
3437
3445
|
* 绘制圆
|
|
3438
3446
|
* @param cen 圆心位置
|