@jlceda/pro-api-types 0.1.154 → 0.1.155
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/index.d.ts +10 -10
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -348,7 +348,7 @@ declare class DMT_Folder {
|
|
|
348
348
|
* 删除文件夹
|
|
349
349
|
*
|
|
350
350
|
* @public
|
|
351
|
-
* @param teamUuid -
|
|
351
|
+
* @param teamUuid - 团队 UUID
|
|
352
352
|
* @param folderUuid - 文件夹 UUID
|
|
353
353
|
* @returns 操作是否成功
|
|
354
354
|
*/
|
|
@@ -731,7 +731,7 @@ declare class DMT_Schematic {
|
|
|
731
731
|
* 文档树 / 选择控制类
|
|
732
732
|
*
|
|
733
733
|
* @public
|
|
734
|
-
* @remarks
|
|
734
|
+
* @remarks 在文档树内进行选择焦点的���询、控制
|
|
735
735
|
*/
|
|
736
736
|
declare class DMT_SelectControl {
|
|
737
737
|
/**
|
|
@@ -2154,7 +2154,7 @@ declare interface IDMT_IndicatorMarkerShape {
|
|
|
2154
2154
|
*/
|
|
2155
2155
|
bottom?: number;
|
|
2156
2156
|
/**
|
|
2157
|
-
*
|
|
2157
|
+
* 矩形:��� X
|
|
2158
2158
|
*/
|
|
2159
2159
|
left?: number;
|
|
2160
2160
|
/**
|
|
@@ -2854,7 +2854,7 @@ declare interface IPCB_EqualLengthNetGroupItem {
|
|
|
2854
2854
|
}
|
|
2855
2855
|
|
|
2856
2856
|
/**
|
|
2857
|
-
*
|
|
2857
|
+
* 图���属性
|
|
2858
2858
|
*
|
|
2859
2859
|
* @public
|
|
2860
2860
|
*/
|
|
@@ -3507,7 +3507,7 @@ declare class IPCB_PrimitiveAttribute implements IPCB_Primitive {
|
|
|
3507
3507
|
*/
|
|
3508
3508
|
setState_LineWidth(lineWidth: number): IPCB_PrimitiveAttribute;
|
|
3509
3509
|
/**
|
|
3510
|
-
*
|
|
3510
|
+
* 设置属性状���:对齐模式
|
|
3511
3511
|
*
|
|
3512
3512
|
* @beta
|
|
3513
3513
|
* @param alignMode - 对齐模式
|
|
@@ -4787,7 +4787,7 @@ declare class IPCB_PrimitiveLine implements IPCB_Primitive {
|
|
|
4787
4787
|
*
|
|
4788
4788
|
* @beta
|
|
4789
4789
|
* @param includeVias - 是否包含导线两端的过孔
|
|
4790
|
-
* @returns
|
|
4790
|
+
* @returns 整段���线内的所有直线、圆弧线,以及两端连接的过孔(如果有)
|
|
4791
4791
|
*/
|
|
4792
4792
|
getEntireTrack(includeVias: true): Promise<Array<IPCB_PrimitiveLine | IPCB_PrimitiveArc | IPCB_PrimitiveVia>>;
|
|
4793
4793
|
}
|
|
@@ -8590,7 +8590,7 @@ declare class ISCH_PrimitiveRectangle implements ISCH_Primitive {
|
|
|
8590
8590
|
*/
|
|
8591
8591
|
setState_Height(height: number): ISCH_PrimitiveRectangle;
|
|
8592
8592
|
/**
|
|
8593
|
-
*
|
|
8593
|
+
* 设置属性状态���圆角半径
|
|
8594
8594
|
*
|
|
8595
8595
|
* @beta
|
|
8596
8596
|
* @param cornerRadius - 圆角半径
|
|
@@ -9211,7 +9211,7 @@ declare class LIB_3DModel {
|
|
|
9211
9211
|
* @beta
|
|
9212
9212
|
* @param key - 搜索关键字
|
|
9213
9213
|
* @param libraryUuid - 库 UUID,默认为系统库,可以使用 {@link LIB_LibrariesList} 内的接口获取
|
|
9214
|
-
* @param classification -
|
|
9214
|
+
* @param classification - 分类,默认��全部
|
|
9215
9215
|
* @param itemsOfPage - 一页搜索结果的数量
|
|
9216
9216
|
* @param page - 页数
|
|
9217
9217
|
* @returns 搜索到的 3D 模型属性列表
|
|
@@ -9963,7 +9963,7 @@ declare class PCB_Document {
|
|
|
9963
9963
|
* 启动飞线计算功能
|
|
9964
9964
|
*
|
|
9965
9965
|
* @public
|
|
9966
|
-
* @remarks
|
|
9966
|
+
* @remarks 在启动时将会触发一次飞线计算
|
|
9967
9967
|
* @returns 操作是否成功
|
|
9968
9968
|
*/
|
|
9969
9969
|
startCalculatingRatline(): Promise<boolean>;
|
|
@@ -12378,7 +12378,7 @@ declare class PNL_Document {
|
|
|
12378
12378
|
}
|
|
12379
12379
|
|
|
12380
12380
|
/**
|
|
12381
|
-
*
|
|
12381
|
+
* ���理图 & 符号 / 文档操作类
|
|
12382
12382
|
*
|
|
12383
12383
|
* @public
|
|
12384
12384
|
* @remarks 对设计文档总体进行的操作
|