mxcad 1.0.95 → 1.0.96

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
@@ -464,6 +464,10 @@ export declare class McObjectId {
464
464
  * 返回MxCAD McDbCurve 对象。
465
465
  */
466
466
  getMcDbCurve(): McDbCurve | null;
467
+ /**
468
+ * 返回MxCAD McDbDimension 对象。
469
+ */
470
+ getMcDbDimension(): McDbDimension | null;
467
471
  clone(): McDbObject | null;
468
472
  /**
469
473
  * 返回id指向的对象名称.
@@ -1685,6 +1689,10 @@ export declare class McDbDimension extends McDbEntity {
1685
1689
  * @param val 标注变量对象 ID
1686
1690
  */
1687
1691
  setDimVarObjectId(iType: number, val: McObjectId): void;
1692
+ /**
1693
+ * 得到标注对象中的所有文字内容
1694
+ */
1695
+ GetAllText(): McGeStringArray;
1688
1696
  }
1689
1697
  /**
1690
1698
  * 对齐标注尺寸类
@@ -2861,6 +2869,7 @@ export declare class McObject {
2861
2869
  export declare class McAppType {
2862
2870
  private imp;
2863
2871
  MxCADAssist: any;
2872
+ private objectIdToObjectCalls;
2864
2873
  /**
2865
2874
  * 初始化 McAppType 对象。
2866
2875
  * @param imp 传入的 imp 对象。
@@ -2909,6 +2918,7 @@ export declare class McAppType {
2909
2918
  * 判断一个对象id是否指类类型名对象
2910
2919
  */
2911
2920
  ObjectIdIsKindOf(lIdIndex: number, className: string): boolean;
2921
+ private initObjectIdToObjectCalls;
2912
2922
  /**
2913
2923
  * 将对象 id 转换为 McDbObject 对象。
2914
2924
  * @param lIdIndex 对象的 id。