mxdraw 0.1.377 → 0.1.378

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
@@ -3757,6 +3757,10 @@ declare enum AcquirePointType {
3757
3757
  kAPTGridTrace = 7,
3758
3758
  kAPTLockDynIn = 8
3759
3759
  }
3760
+ declare enum OsModeExParam {
3761
+ kLineTangentOsmode = 0,
3762
+ kCircleTangentOsmode = 1
3763
+ }
3760
3764
  declare class MrxDbgUiPrBase {
3761
3765
  protected imp: any;
3762
3766
  protected status: MrxDbgUiPrBaseReturn;
@@ -3870,6 +3874,10 @@ declare class MrxDbgUiPrBase {
3870
3874
  * 设置是否禁用捕捉
3871
3875
  */
3872
3876
  setDisableOsnap(isDisable: boolean): void;
3877
+ /**
3878
+ * 设置捕捉时的扩展捕捉参数。
3879
+ */
3880
+ setOsModeExParam(lVal: OsModeExParam): any;
3873
3881
  /**
3874
3882
  * 是否输入点遍移一个距离
3875
3883
  */
@@ -5715,6 +5723,8 @@ type Mx_MxCursorType = MxCursorType;
5715
5723
  declare const Mx_MxCursorType: typeof MxCursorType;
5716
5724
  type Mx_DetailedResult = DetailedResult;
5717
5725
  declare const Mx_DetailedResult: typeof DetailedResult;
5726
+ type Mx_OsModeExParam = OsModeExParam;
5727
+ declare const Mx_OsModeExParam: typeof OsModeExParam;
5718
5728
  type Mx_AcquirePointType = AcquirePointType;
5719
5729
  declare const Mx_AcquirePointType: typeof AcquirePointType;
5720
5730
  type Mx_AcquirePointOsnapMode = AcquirePointOsnapMode;
@@ -5798,6 +5808,7 @@ declare namespace Mx {
5798
5808
  Mx_MrxDbgUiPrBase as MrxDbgUiPrBase,
5799
5809
  Mx_MxCursorType as MxCursorType,
5800
5810
  Mx_DetailedResult as DetailedResult,
5811
+ Mx_OsModeExParam as OsModeExParam,
5801
5812
  Mx_AcquirePointType as AcquirePointType,
5802
5813
  Mx_AcquirePointOsnapMode as AcquirePointOsnapMode,
5803
5814
  Mx_DynamicInputType as DynamicInputType,
@@ -5818,4 +5829,4 @@ declare global {
5818
5829
  }
5819
5830
  }
5820
5831
 
5821
- export { AcquirePointOsnapMode, AcquirePointType, DetailedResult, DynamicInputType, Layer, McEdGetPointWorldDrawObject, McGePoint3d, McGePoint3dArray, McGeTool, McGiWorldDraw, McGiWorldDrawType, MrxDbgUiPrAngle, MrxDbgUiPrBase, MrxDbgUiPrBaseReturn, MrxDbgUiPrDist, MrxDbgUiPrInt, MrxDbgUiPrKeyWord, MrxDbgUiPrPoint, MrxDbgUiPrString, MrxDbgUtils, Mx2PointArc, Mx3PointArc, MxCursorType, MxDb2LineAngularDimension, MxDbAlignedDimension, MxDbAnyLine, MxDbArcShapeDraw, MxDbArea, MxDbArrow, MxDbCircleArc, MxDbCircleShape, MxDbCloudLine, MxDbCoord, MxDbDatabase, MxDbEllipse, MxDbEllipseArc, MxDbEllipseShape, MxDbEntity, MxDbGradientLine, MxDbGroup, MxDbHatch, MxDbImage, MxDbLayerTableRecord, MxDbLeadComment, MxDbLeadTag, MxDbLine, MxDbLineShape, MxDbPolyline, MxDbRect, MxDbRectBoxLeadComment, MxDbRegularPolygon, MxDbRegularPolygonShape, MxDbRingShape, MxDbSVG, MxDbSVGText, MxDbShape, MxDbSplineCurve, MxDbStarShape, MxDbText, MxDrawObject, MxFilters, MxFun, MxPaintBrush, MxTempMarkDraw, MxThreeJS, MxType, Mxassembly, UserInputControls, Mx as default, loadCoreCode, store, useCanvasResizeListener };
5832
+ export { AcquirePointOsnapMode, AcquirePointType, DetailedResult, DynamicInputType, Layer, McEdGetPointWorldDrawObject, McGePoint3d, McGePoint3dArray, McGeTool, McGiWorldDraw, McGiWorldDrawType, MrxDbgUiPrAngle, MrxDbgUiPrBase, MrxDbgUiPrBaseReturn, MrxDbgUiPrDist, MrxDbgUiPrInt, MrxDbgUiPrKeyWord, MrxDbgUiPrPoint, MrxDbgUiPrString, MrxDbgUtils, Mx2PointArc, Mx3PointArc, MxCursorType, MxDb2LineAngularDimension, MxDbAlignedDimension, MxDbAnyLine, MxDbArcShapeDraw, MxDbArea, MxDbArrow, MxDbCircleArc, MxDbCircleShape, MxDbCloudLine, MxDbCoord, MxDbDatabase, MxDbEllipse, MxDbEllipseArc, MxDbEllipseShape, MxDbEntity, MxDbGradientLine, MxDbGroup, MxDbHatch, MxDbImage, MxDbLayerTableRecord, MxDbLeadComment, MxDbLeadTag, MxDbLine, MxDbLineShape, MxDbPolyline, MxDbRect, MxDbRectBoxLeadComment, MxDbRegularPolygon, MxDbRegularPolygonShape, MxDbRingShape, MxDbSVG, MxDbSVGText, MxDbShape, MxDbSplineCurve, MxDbStarShape, MxDbText, MxDrawObject, MxFilters, MxFun, MxPaintBrush, MxTempMarkDraw, MxThreeJS, MxType, Mxassembly, OsModeExParam, UserInputControls, Mx as default, loadCoreCode, store, useCanvasResizeListener };