@jlceda/pro-api-types 0.1.71 → 0.1.73
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 +9 -9
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -413,7 +413,7 @@ declare class DMT_Project {
|
|
|
413
413
|
* @beta
|
|
414
414
|
* @param projectFriendlyName - 工程友好名称
|
|
415
415
|
* @param projectName - 工程名称,仅支持字母 `a-zA-Z`、数字 `0-9`、中划线 `-`,如若不指定,则根据工程友好名称自动生成
|
|
416
|
-
* @param teamUuid - 团队 UUID
|
|
416
|
+
* @param teamUuid - 团队 UUID,如若不指定,则默认为个人;在不存在个人工程的环境下必须指定团队 UUID
|
|
417
417
|
* @param folderUuid - 文件夹 UUID,如若不指定,则为根文件夹
|
|
418
418
|
* @param description - 工程描述
|
|
419
419
|
* @param collaborationMode - 工程协作模式,如若团队权限无需工程设置协作模式,则该参数将被忽略
|
|
@@ -595,7 +595,7 @@ declare class DMT_Schematic {
|
|
|
595
595
|
*/
|
|
596
596
|
getCurrentSchematicInfo(): Promise<IDMT_SchematicItem | undefined>;
|
|
597
597
|
/**
|
|
598
|
-
*
|
|
598
|
+
* 获取当前原理���图页的详细属性
|
|
599
599
|
*
|
|
600
600
|
* @beta
|
|
601
601
|
* @remarks 将会获取当前打开且拥有最后输入焦点的原理图图页的详细属性
|
|
@@ -1193,7 +1193,7 @@ declare enum EPCB_LayerType {
|
|
|
1193
1193
|
SILKSCREEN = 3,
|
|
1194
1194
|
/** 阻焊层 */
|
|
1195
1195
|
SOLDER_MASK = 4,
|
|
1196
|
-
/**
|
|
1196
|
+
/** ���膏(助焊)层 */
|
|
1197
1197
|
PASTE_MASK = 5,
|
|
1198
1198
|
/** 装配层 */
|
|
1199
1199
|
ASSEMBLY = 6,
|
|
@@ -2554,7 +2554,7 @@ declare class IPCB_PrimitiveDimension implements IPCB_Primitive {
|
|
|
2554
2554
|
* @returns
|
|
2555
2555
|
*/
|
|
2556
2556
|
getState_PrimitiveId(): string;
|
|
2557
|
-
/** @alpha 所有的 setState_*
|
|
2557
|
+
/** @alpha 所有的 setState_* 方法都需要对数据进行基本的格式校验 */
|
|
2558
2558
|
/**
|
|
2559
2559
|
* 设置属性状态:尺寸标注类型
|
|
2560
2560
|
*
|
|
@@ -2862,7 +2862,7 @@ declare class IPCB_PrimitiveLine implements IPCB_Primitive {
|
|
|
2862
2862
|
*/
|
|
2863
2863
|
toSync(): IPCB_PrimitiveLine;
|
|
2864
2864
|
/**
|
|
2865
|
-
*
|
|
2865
|
+
* 查询图元是否为异步图元
|
|
2866
2866
|
*/
|
|
2867
2867
|
isAsync(): boolean;
|
|
2868
2868
|
/**
|
|
@@ -4325,7 +4325,7 @@ declare class LIB_Cbb {
|
|
|
4325
4325
|
*/
|
|
4326
4326
|
get(cbbUuid: string, libraryUuid?: string): Promise<ILIB_CbbItem | undefined>;
|
|
4327
4327
|
/**
|
|
4328
|
-
*
|
|
4328
|
+
* 复制���用模块
|
|
4329
4329
|
*
|
|
4330
4330
|
* @beta
|
|
4331
4331
|
* @param cbbUuid - 复用模块 UUID
|
|
@@ -5579,7 +5579,7 @@ declare class PCB_ManufactureData {
|
|
|
5579
5579
|
*
|
|
5580
5580
|
* @beta
|
|
5581
5581
|
* @remarks
|
|
5582
|
-
* 请注意:只有以 STEP
|
|
5582
|
+
* 请注意:只有以 STEP 格式���入的元件模型,才能在导出的 STEP 文件中体现
|
|
5583
5583
|
*
|
|
5584
5584
|
* 可以使用 {@link SYS_FileSystem.saveFile} 接口将文件导出到本地文件系统
|
|
5585
5585
|
* @param fileName - 文件名
|
|
@@ -7243,7 +7243,7 @@ declare class SCH_PrimitivePin implements ISCH_PrimitiveAPI {
|
|
|
7243
7243
|
* 修改引脚
|
|
7244
7244
|
*
|
|
7245
7245
|
* @beta
|
|
7246
|
-
* @param primitiveId -
|
|
7246
|
+
* @param primitiveId - 图�� ID
|
|
7247
7247
|
* @param x - 坐标 X
|
|
7248
7248
|
* @param y - 坐标 Y
|
|
7249
7249
|
* @param pinNumber - 引脚编号
|
|
@@ -8447,7 +8447,7 @@ declare type TPCB_LayerTypesOfInnerLayer = EPCB_LayerType.SIGNAL | EPCB_LayerTyp
|
|
|
8447
8447
|
*
|
|
8448
8448
|
* 单多边形的数据由以下几种模式组合而成:
|
|
8449
8449
|
*
|
|
8450
|
-
* ① L
|
|
8450
|
+
* ① L ���线模式
|
|
8451
8451
|
*
|
|
8452
8452
|
* `x1 y1 L x2 y3 x3 y3 ...`
|
|
8453
8453
|
*
|