@jlceda/pro-api-types 0.1.81 → 0.1.82
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 +4 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1187,7 +1187,7 @@ declare enum EPCB_LayerId {
|
|
|
1187
1187
|
SHELL_3D_TOP = 54,
|
|
1188
1188
|
/** 3D 外壳底层 */
|
|
1189
1189
|
SHELL_3D_BOTTOM = 55,
|
|
1190
|
-
/**
|
|
1190
|
+
/** 钻���图层 */
|
|
1191
1191
|
DRILL_DRAWING = 56
|
|
1192
1192
|
}
|
|
1193
1193
|
|
|
@@ -4004,7 +4004,7 @@ declare class IPCB_PrimitivePolyline implements IPCB_Primitive {
|
|
|
4004
4004
|
*/
|
|
4005
4005
|
setState_Layer(layer: TPCB_LayersOfLine): IPCB_PrimitivePolyline;
|
|
4006
4006
|
/**
|
|
4007
|
-
*
|
|
4007
|
+
* 设置属性状态:单多边形
|
|
4008
4008
|
*
|
|
4009
4009
|
* @beta
|
|
4010
4010
|
* @param polygon - 单多边形
|
|
@@ -5686,7 +5686,7 @@ declare class LIB_Cbb {
|
|
|
5686
5686
|
*/
|
|
5687
5687
|
get(cbbUuid: string, libraryUuid?: string): Promise<ILIB_CbbItem | undefined>;
|
|
5688
5688
|
/**
|
|
5689
|
-
*
|
|
5689
|
+
* 复制复用模块
|
|
5690
5690
|
*
|
|
5691
5691
|
* @beta
|
|
5692
5692
|
* @param cbbUuid - 复用模块 UUID
|
|
@@ -7323,7 +7323,7 @@ declare class PCB_PrimitiveArc implements IPCB_PrimitiveAPI {
|
|
|
7323
7323
|
* @param net - 网络名称
|
|
7324
7324
|
* @param layer - 层
|
|
7325
7325
|
* @param primitiveLock - 是否锁定
|
|
7326
|
-
* @returns
|
|
7326
|
+
* @returns 圆弧线图元对象数组
|
|
7327
7327
|
*/
|
|
7328
7328
|
getAll(net?: string, layer?: TPCB_LayersOfLine, primitiveLock?: boolean): Promise<Array<IPCB_PrimitiveArc>>;
|
|
7329
7329
|
}
|