mxcad 1.0.116 → 1.0.118

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
@@ -3594,6 +3594,8 @@ export interface MxDraw3d extends WasmConfig {
3594
3594
  getViewCursorX: () => number;
3595
3595
  /** 获取视图中鼠标Y位置 */
3596
3596
  getViewCursorY: () => number;
3597
+ /** 获取视图中鼠标Z位置 */
3598
+ getViewCursorZ: () => number;
3597
3599
  /** 删除选中实体 */
3598
3600
  removeSelectedObjects: () => void;
3599
3601
  /** 加载贴图图片 */
@@ -6297,6 +6299,7 @@ export declare class MdGeBRep {
6297
6299
  AddModelTexture(theFileName: string): void;
6298
6300
  RemoveModelTexture(): void;
6299
6301
  ChangeSelectedMaterial(material: MdGeMaterialAspect): void;
6302
+ AddClipPlane(pln: MdGePlane): void;
6300
6303
  }
6301
6304
  /**
6302
6305
  * 表示颜色