mxdraw 0.1.191 → 0.1.193

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 CHANGED
@@ -3104,7 +3104,7 @@ declare class MrxDbgUtilsClass {
3104
3104
  * @example
3105
3105
  * ```
3106
3106
  */
3107
- getCorner(pt1: THREE.Vector3, strPrompt?: string, drawSelectCroner?: boolean, detailedResult?: Function): Promise<THREE.Vector3 | null>;
3107
+ getCorner(pt1: THREE.Vector3, strPrompt?: string, drawSelectCroner?: boolean, detailedResult?: Function, isDisableAllTrace?: boolean): Promise<THREE.Vector3 | null>;
3108
3108
  }
3109
3109
  declare const MrxDbgUtils: MrxDbgUtilsClass;
3110
3110
 
@@ -3456,6 +3456,15 @@ declare class MrxDbgUiPrBase {
3456
3456
  * 是否禁用捕捉
3457
3457
  */
3458
3458
  isDisableOsnap(): boolean;
3459
+ setDisableDynamicTrace(isDisable: boolean): void;
3460
+ isDisableDynamicTrace(): boolean;
3461
+ setDisablePolarAxisTrace(isDisable: boolean): void;
3462
+ isDisablePolarAxisTrace(): boolean;
3463
+ setDisableGridTrace(isDisable: boolean): void;
3464
+ isDisableGridTrace(): boolean;
3465
+ setDisableOrthoTrace(isDisable: boolean): void;
3466
+ isDisableOrthoTrace(): boolean;
3467
+ disableAllTrace(isDisable?: boolean): void;
3459
3468
  /**
3460
3469
  * 返回输入控制设置,UserInputControls
3461
3470
  */