@jlceda/pro-api-types 0.1.155 → 0.1.156
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 +11 -11
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -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 - 圆角半径
|
|
@@ -9210,8 +9210,8 @@ declare class LIB_3DModel {
|
|
|
9210
9210
|
*
|
|
9211
9211
|
* @beta
|
|
9212
9212
|
* @param key - 搜索关键字
|
|
9213
|
-
* @param libraryUuid - 库 UUID,默认为系统库,可以使用 {@link LIB_LibrariesList}
|
|
9214
|
-
* @param classification -
|
|
9213
|
+
* @param libraryUuid - 库 UUID,默认为系统库,可以使用 {@link LIB_LibrariesList} 内的接���获取
|
|
9214
|
+
* @param classification - 分类,默认为全部
|
|
9215
9215
|
* @param itemsOfPage - 一页搜索结果的数量
|
|
9216
9216
|
* @param page - 页数
|
|
9217
9217
|
* @returns 搜索到的 3D 模型属性列表
|
|
@@ -12372,13 +12372,13 @@ declare class PNL_Document {
|
|
|
12372
12372
|
* 保存文档
|
|
12373
12373
|
*
|
|
12374
12374
|
* @beta
|
|
12375
|
-
* @returns
|
|
12375
|
+
* @returns 保存操作是否成功,保存失败、上传失败等错误均返��� `false`
|
|
12376
12376
|
*/
|
|
12377
12377
|
save(): Promise<boolean>;
|
|
12378
12378
|
}
|
|
12379
12379
|
|
|
12380
12380
|
/**
|
|
12381
|
-
*
|
|
12381
|
+
* 原理图 & 符号 / 文档操作类
|
|
12382
12382
|
*
|
|
12383
12383
|
* @public
|
|
12384
12384
|
* @remarks 对设计文档总体进行的操作
|
|
@@ -12770,7 +12770,7 @@ declare class SCH_PrimitiveCircle implements ISCH_PrimitiveAPI {
|
|
|
12770
12770
|
* @param radius - 半径
|
|
12771
12771
|
* @param color - 颜色,`null` 表示默认
|
|
12772
12772
|
* @param fillColor - 填充颜色,`none` 表示无填充,`null` 表示默认
|
|
12773
|
-
* @param lineWidth -
|
|
12773
|
+
* @param lineWidth - 线���,范围 `1-10`,`null` 表示默认
|
|
12774
12774
|
* @param lineType - 线型,`null` 表示默认
|
|
12775
12775
|
* @param fillStyle - 填充样式,`null` 表示默认
|
|
12776
12776
|
* @returns 圆图元对象
|