@manycore/custom-sdk 1.12.1 → 1.12.2-alpha.1
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 +2 -1
- package/index.js +15 -15
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1162,7 +1162,8 @@ export declare class FittingDesignService extends BaseService {
|
|
|
1162
1162
|
export declare interface IGetModelIntersectedOption extends IBaseOptions {
|
|
1163
1163
|
/**
|
|
1164
1164
|
* 含义为交接面/体进行运算过程中的阈值容差;即两个平行面之间,生成交接信息时,最大距离
|
|
1165
|
-
* 默认值为 0.
|
|
1165
|
+
* 默认值为 0.1mm
|
|
1166
|
+
* 单位:毫米
|
|
1166
1167
|
*/
|
|
1167
1168
|
tolerance?: number;
|
|
1168
1169
|
}
|