@kudashi/kds-api 2.13.30 → 2.13.31

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.
Files changed (3) hide show
  1. package/README.md +274 -271
  2. package/api.d.ts +4869 -4870
  3. package/package.json +18 -18
package/README.md CHANGED
@@ -1,271 +1,274 @@
1
- # 酷大师api
2
-
3
- # api changelog
4
-
5
- # version 2.13.30(2025-02-27)
6
- - 新增KArchFace, KArchWall, KArchRoom, KArchPillar, KArchOpening相关api
7
- - 新增KDesign.isShellSolid, KApplicationObserver.onGroupInstanceActivated, KApplicationObserver.onGroupInstanceDeactivated
8
-
9
- # version 2.13.29(2025-02-20)
10
- - 新增KGroupInstance.getInstanceParentGroupDefinition
11
- - 新增KDesign.getEditPathsToGroupInstance KDesign.activateEditPath KDesign.toggleEntitiesVisible
12
- - 新增isVisible判断模型是否可见
13
-
14
- # version 2.13.28(2025-02-11)
15
- - 支持三方插件存储模型库
16
- - 插件标题支持多语言机制,详情参考:https://manual.kujiale.com/kds-plugin-document/1.0.0/docs/tutorial/%E9%85%B7%E5%A4%A7%E5%B8%88%E6%8F%92%E4%BB%B6%E6%A0%BC%E5%BC%8F%E8%A6%81%E6%B1%82
17
-
18
- # version 2.13.27(2028-01-07)
19
- - KDesign.startOperation和KDesign.commitOperation之间的操作更加兼容undo/redo
20
- - KGroupInstance.setCustomProperty和KGroupDefinition.setCustomProperty兼容undo/redo
21
- - 增加KView.getModelSnapshot
22
-
23
- # version 2.13.26(2024-11-26)
24
- - 增加KTopoEdge.getKey()
25
-
26
- # version 2.13.25(2024-11-25)
27
- - 增加KSurface.getPoint()
28
-
29
- # version 2.13.25(2024-11-25)
30
- - 增加KSurface.getPoint()
31
-
32
- # version 2.13.24
33
- - deactivateGroupInstance改为异步
34
-
35
- # version 2.13.23
36
- - 个人库材质上传限制
37
- - 增加KDesign.inflateFaces
38
-
39
- # version 2.13.22
40
- - 增加KDesign.saveInstanceAsLibraryProject
41
-
42
- # version 2.13.21
43
- - 增加KApplicationUI.getSelectControlAxises
44
- - 增加KGroupInstance.getLocalBoundingBox
45
-
46
- # version 2.13.20
47
- - 增加KDesign.enterExpressMode
48
-
49
- # version 2.13.19
50
- - 支持插件multiViews
51
-
52
- # version 2.13.14(2023-0919)
53
- - 增加KPluginView接口对应multiViews中每个View
54
- - 增加一些apaas api
55
- - KApplication.getPluginViewById
56
- - KApplication.registerMessageHandler
57
- - KApplication.unRegisterMessageHandler
58
- - KApplicationUI.toggleSketchToolBar
59
- - KApplicationUI.togglePropertyPanelVisibility
60
- - KApplicationUI.switchToCurrentPluginAssetPanel
61
- - KApplicationUI.injectMenuItems
62
- - KApplicationUI.injectToolItems
63
- - KApplicationUI.toggleMaterialReplacePanel
64
- - KDesign.createInstanceFromAnotherProject
65
- - KPluginView
66
- # version 2.13.12(2023-0718)
67
- - 增加了一些apaas api:
68
- - KDesign.thickenFaces
69
- - KDesign.uploadMaterial
70
- - KTestHelper增加了turnOffShellValidation和undefineShellValidation命令
71
-
72
- # version 2.13.11(2023-07-0-7)
73
- - 在KDesign中增加了:
74
- - exitExpressMode
75
-
76
- # version 2.13.10(2023-06-20)
77
- - 在KDesign中增加了:
78
- - breakGroupReference
79
- - reparentGroupInstance
80
-
81
- # version 2.13.9(2023-05-30)
82
- - 在KDesign中增加了:
83
- - assignMaterialForEntities()
84
- - assignDecorationMaterialForEntities()
85
- - brushDecorationMaterialToEntities()
86
- - editMaterialParamsOfFace()
87
- - adjustMaterialMapping()
88
- - clearMaterial()
89
- - getFacePavingGroupByFace()
90
- - 在KCamera中增加了:
91
- - setPosition()
92
- - setTarget()
93
- - 在KPickHelper中增加了:
94
- - pickByPoint3d()
95
- - 在KView中增加了:
96
- - getScreenSnopShot()
97
- - 添加材质连续对象KFacePavingGroup
98
-
99
- # version 2.13.7(2023-05-18)
100
- - 在KFace中增加了:
101
- - getCustomProperty()
102
- - setCustomProperty()
103
- - deleteCustomProperty()
104
- - 在KGroupDefinition和KGroupInstance中增加了:
105
- - getCustomProperty()
106
- - setCustomProperty()
107
- - getAllCustomPropertiesKey()
108
- - 在KGroupInstance中增加了:
109
- - isInvisible()
110
- - 在KDesign中增加了:
111
- - shareModel()
112
- - addFaceHoles()
113
- - getMaterialOfFace()
114
- - getMaterialParamsOfFace()
115
- - findGroupInstancesByAppKey()
116
- - findGroupInstancesByResource()
117
- - toggleGroupInstancesVisible()
118
- - alignShells()
119
- - flipFace(face: KFace)
120
- - 在KApplicationObserver中增加了:
121
- - onModelChanged()
122
- - 在KApplicationUI中增加了:
123
- - toggleShowInvisibleModel()
124
- - getActivePluginEntrancePosition()
125
- - showPopover()
126
- - isShownInvisibleModel()
127
- - 增加了枚举类型:
128
- - KGroupDefinitionType.Variable来表示变量化成组
129
- - 在KTestHelper中增加了:
130
- - purgeMaterialsInDesign()
131
- - clearAllDecorationMaterials()
132
- - 更新了math的apaas api版本,引入了很多新类型:
133
- - "@qunhe/math-apaas-api": "3.0.0",
134
- - "@qunhe/math-apaas-impl": "3.0.0",
135
- - 修复了如下问题:
136
- - boolean()没有导出KBooleanType类型的问题
137
- - fillet()返回类型不能使用map类型的问题
138
- - KSelection.getAllEntities()增加了默认参数,来控制是否包含vertex;默认为false保持和原来行为一致
139
- - 吸附结果中添加了吸附点的normal值
140
-
141
- # version 2.13.6(2022-11-29)
142
- - Adjust the parameters of the following APIs:
143
- - drawArrow3d
144
- - drawCylinder
145
-
146
- # version 2.13.5(2022-11-28)
147
- - Add API:
148
- - drawArrow3d
149
- - getShortestPath
150
-
151
- # version 2.13.4(2022-11-01)
152
- - Add API:
153
- - drawCylinder
154
- - clearTemporaryShapesByIds
155
- - getYunDesignInfo
156
- - executeRequest
157
- - Rebuilding API, change the return value of the following API from boolean to "{ id: string }":
158
- - drawPoints
159
- - drawLines
160
- - drawPolylines
161
- - drawText
162
- - drawPromptLine
163
-
164
- # version 2.13.3
165
-
166
- # version 2.13.2(2022-07-15)
167
- - Add KApplication Chinese comment
168
- - Add KPluginUIAndStorage Chinese comment
169
-
170
- # version 2.13.2(2022-07-15)
171
- - Remove the qunhe brep api
172
- - Add KApplication Chinese comment
173
- - Add KPluginUIAndStorage Chinese comment
174
-
175
- # version 2.13.1(2022-02-23)
176
- - Added KEuler and KQuaternion.
177
- - Modified the return type of KGeomLib.faces2dBoolean.
178
- - Added some Chinese comments.
179
- - Add the KTestHelper class.
180
- - Add the getTestHelper method in the KApplication class.
181
- - Add the fillet method in the KDesign class.
182
- - Add the transformVertices in the KDesign class.
183
- - Added an API createAlignCCSMatrix4.
184
- - Add the getHoveredItem method in the KToolHelper class.
185
- - Add the loadMaterial method in the KDesign class.
186
- - Add the getBoundingBox method in the KGroupDefinition class.
187
- - Add the assignMaterialForFaces method in the KDesign class.
188
- - Add the assignMaterialForGroupInstance method in the KDesign class.
189
- - Add the isInExpressMode method in the KGroupDefinition class.
190
- - Add the setExcludedInferenceEntities method in the KToolHelper class.
191
- - Add the clearExcludedInferenceEntities method in the KToolHelper class.
192
- - The KApplication.onPluginClosed will be called after 200ms of closing plugin.
193
- - Add the closable param in the KToastOption.
194
- - Add the success method in the KToast.
195
- - Added parameter propagateContinuousEdge in the moveVertices method.
196
- - Remove the withMerge parameter in the moveVertices method.
197
- - Remove the withMerge parameter in the moveEdge method.
198
- - Remove the withMerge parameter in the transformShells method.
199
- - Make version consistent with KuDaShi.
200
- - Change KGeomLib.faces2dBoolean API.
201
-
202
- # version 1.0.26
203
- - Add the mergeFaces method in the KDesign class.
204
- - Add the bulkCopyGroupInstances method in the KDesign class.
205
- - Modify the createInstanceFromExternalResources method in the KDesign class.
206
- - Add the matchEntities method in the KGroupDefinition class.
207
-
208
- # version 1.0.25
209
- - Add the KApplicationObserver class, which provides additional utilities for KApplication.
210
- - Add the save method in the KDesign class.
211
- - Add the KToolHelper class, which provides additional utilities for KTool.
212
- - Add removeEdges and getEditPath two methods in the KDesign class.
213
- - Add isReversed method in the KFace and KHalfEdge classes.
214
- - Add drawPolylines method in KView class.
215
- - Add signedDistanceTo method in KSurface class.
216
- - Add isOnSameSide method in KVector3d class.
217
-
218
- ## version 1.0.24
219
- - Add the KPickHelper class, which is used to pick entities.
220
-
221
- ## version 1.0.23
222
- - Add the setSoftEdgesVisible method in the KDesign class.
223
-
224
- ## version 1.0.22
225
- - modify parameters of the boolean method in the KDesign class.
226
-
227
- ## version 1.0.21
228
- - Add the faceSplitByFace method in the KDesign class.
229
- - Add the faceSplitByGroup method in the KDesign class.
230
- - Add the createInstanceFromExternalResources method in the KDesign class.
231
- - Add the createShellFromMesh method in the KDesign class.
232
-
233
- ## version 1.0.20
234
- - Rename the withMerge argument to beCopyToInstance in the copyFaces method in the KDesign class.
235
- - Add KApplicationUI interface to enable/disable tool bar, menu bar, resource panel, etc.
236
- - The copyFaces method in the KDesign class will return group instance if we set withMerge false.
237
- - Add the createEmptyGroupInstance method in the KDesign class.
238
- - Add the activateGroupInstance method in the KDesign class.
239
- - Add the deactivateGroupInstance method in the KDesign class.
240
- - Add the getDesignId method in the KDesign class.
241
-
242
- ## version 1.0.19
243
- - Add the onKeyUp method in the KTool class.
244
- - Add the getUp method in the KCamera class.
245
- - Rename the 'getCameraMode' method in KCamera to 'getMode'.
246
- - Rename the 'getCameraPosition' method in KCamera to 'getPosition'.
247
- - Rename the 'getCameraTarget' method in KCamera to 'getTarget'.
248
-
249
- ## version 1.0.18
250
- - Add the addFaces method in the KDesign class.
251
- - Add the setEdgesSoft method in the KDesign class.
252
- - Add the setVerticesSoft method in the KDesign class.
253
- - Add the boolean method in the KDesign class.
254
- - Add the offset method in the KDesign class.
255
-
256
- ## version 1.0.17
257
- - Modify the KTool to support to get the inference entity and the inference instance path.
258
-
259
- ## version 1.0.16
260
- - Rename KGeometry to KGeomLib.
261
- - Add the moveVertices method in the KDesign class.
262
- - Rename the 'onUseInference' method in KTool to 'allowUsingInference'.
263
- - Delete the 'startAngle' and 'endAngle' properties from the KArc3d and KArc2d classes.
264
- - The interfaces to get continuous edges and continuous faces infos are provided in the KEdge and KFace class.
265
- - The selection event is provided. You can create a selection observer to observe the selection change.
266
- - Drawing temporary interfaces in the KView class are provided, which can be use to draw temporary shaped in KTool.
267
-
268
- ## version 1.0.15
269
- - The sweepFollowEdges and sweepFollowCurves methods will remove the face that the contour belongs to.
270
- - The sweepFollowEdges and sweepFollowCurves methods returns a new parameter 'addedShells'.
271
-
1
+ # 酷大师api
2
+
3
+ # api changelog
4
+
5
+ # version 2.13.31(2025-03-18)
6
+ - 新增createPluginModelLibrary
7
+
8
+ # version 2.13.30(2025-02-27)
9
+ - 新增KArchFace, KArchWall, KArchRoom, KArchPillar, KArchOpening相关api
10
+ - 新增KDesign.isShellSolid, KApplicationObserver.onGroupInstanceActivated, KApplicationObserver.onGroupInstanceDeactivated
11
+
12
+ # version 2.13.29(2025-02-20)
13
+ - 新增KGroupInstance.getInstanceParentGroupDefinition
14
+ - 新增KDesign.getEditPathsToGroupInstance KDesign.activateEditPath KDesign.toggleEntitiesVisible
15
+ - 新增isVisible判断模型是否可见
16
+
17
+ # version 2.13.28(2025-02-11)
18
+ - 支持三方插件存储模型库
19
+ - 插件标题支持多语言机制,详情参考:https://manual.kujiale.com/kds-plugin-document/1.0.0/docs/tutorial/%E9%85%B7%E5%A4%A7%E5%B8%88%E6%8F%92%E4%BB%B6%E6%A0%BC%E5%BC%8F%E8%A6%81%E6%B1%82
20
+
21
+ # version 2.13.27(2028-01-07)
22
+ - KDesign.startOperation和KDesign.commitOperation之间的操作更加兼容undo/redo
23
+ - KGroupInstance.setCustomProperty和KGroupDefinition.setCustomProperty兼容undo/redo
24
+ - 增加KView.getModelSnapshot
25
+
26
+ # version 2.13.26(2024-11-26)
27
+ - 增加KTopoEdge.getKey()
28
+
29
+ # version 2.13.25(2024-11-25)
30
+ - 增加KSurface.getPoint()
31
+
32
+ # version 2.13.25(2024-11-25)
33
+ - 增加KSurface.getPoint()
34
+
35
+ # version 2.13.24
36
+ - deactivateGroupInstance改为异步
37
+
38
+ # version 2.13.23
39
+ - 个人库材质上传限制
40
+ - 增加KDesign.inflateFaces
41
+
42
+ # version 2.13.22
43
+ - 增加KDesign.saveInstanceAsLibraryProject
44
+
45
+ # version 2.13.21
46
+ - 增加KApplicationUI.getSelectControlAxises
47
+ - 增加KGroupInstance.getLocalBoundingBox
48
+
49
+ # version 2.13.20
50
+ - 增加KDesign.enterExpressMode
51
+
52
+ # version 2.13.19
53
+ - 支持插件multiViews
54
+
55
+ # version 2.13.14(2023-0919)
56
+ - 增加KPluginView接口对应multiViews中每个View
57
+ - 增加一些apaas api
58
+ - KApplication.getPluginViewById
59
+ - KApplication.registerMessageHandler
60
+ - KApplication.unRegisterMessageHandler
61
+ - KApplicationUI.toggleSketchToolBar
62
+ - KApplicationUI.togglePropertyPanelVisibility
63
+ - KApplicationUI.switchToCurrentPluginAssetPanel
64
+ - KApplicationUI.injectMenuItems
65
+ - KApplicationUI.injectToolItems
66
+ - KApplicationUI.toggleMaterialReplacePanel
67
+ - KDesign.createInstanceFromAnotherProject
68
+ - KPluginView
69
+ # version 2.13.12(2023-0718)
70
+ - 增加了一些apaas api:
71
+ - KDesign.thickenFaces
72
+ - KDesign.uploadMaterial
73
+ - KTestHelper增加了turnOffShellValidation和undefineShellValidation命令
74
+
75
+ # version 2.13.11(2023-07-0-7)
76
+ - 在KDesign中增加了:
77
+ - exitExpressMode
78
+
79
+ # version 2.13.10(2023-06-20)
80
+ - 在KDesign中增加了:
81
+ - breakGroupReference
82
+ - reparentGroupInstance
83
+
84
+ # version 2.13.9(2023-05-30)
85
+ - 在KDesign中增加了:
86
+ - assignMaterialForEntities()
87
+ - assignDecorationMaterialForEntities()
88
+ - brushDecorationMaterialToEntities()
89
+ - editMaterialParamsOfFace()
90
+ - adjustMaterialMapping()
91
+ - clearMaterial()
92
+ - getFacePavingGroupByFace()
93
+ - 在KCamera中增加了:
94
+ - setPosition()
95
+ - setTarget()
96
+ - 在KPickHelper中增加了:
97
+ - pickByPoint3d()
98
+ - 在KView中增加了:
99
+ - getScreenSnopShot()
100
+ - 添加材质连续对象KFacePavingGroup
101
+
102
+ # version 2.13.7(2023-05-18)
103
+ - 在KFace中增加了:
104
+ - getCustomProperty()
105
+ - setCustomProperty()
106
+ - deleteCustomProperty()
107
+ - 在KGroupDefinition和KGroupInstance中增加了:
108
+ - getCustomProperty()
109
+ - setCustomProperty()
110
+ - getAllCustomPropertiesKey()
111
+ - 在KGroupInstance中增加了:
112
+ - isInvisible()
113
+ - 在KDesign中增加了:
114
+ - shareModel()
115
+ - addFaceHoles()
116
+ - getMaterialOfFace()
117
+ - getMaterialParamsOfFace()
118
+ - findGroupInstancesByAppKey()
119
+ - findGroupInstancesByResource()
120
+ - toggleGroupInstancesVisible()
121
+ - alignShells()
122
+ - flipFace(face: KFace)
123
+ - 在KApplicationObserver中增加了:
124
+ - onModelChanged()
125
+ - 在KApplicationUI中增加了:
126
+ - toggleShowInvisibleModel()
127
+ - getActivePluginEntrancePosition()
128
+ - showPopover()
129
+ - isShownInvisibleModel()
130
+ - 增加了枚举类型:
131
+ - KGroupDefinitionType.Variable来表示变量化成组
132
+ - 在KTestHelper中增加了:
133
+ - purgeMaterialsInDesign()
134
+ - clearAllDecorationMaterials()
135
+ - 更新了math的apaas api版本,引入了很多新类型:
136
+ - "@qunhe/math-apaas-api": "3.0.0",
137
+ - "@qunhe/math-apaas-impl": "3.0.0",
138
+ - 修复了如下问题:
139
+ - boolean()没有导出KBooleanType类型的问题
140
+ - fillet()返回类型不能使用map类型的问题
141
+ - KSelection.getAllEntities()增加了默认参数,来控制是否包含vertex;默认为false保持和原来行为一致
142
+ - 吸附结果中添加了吸附点的normal值
143
+
144
+ # version 2.13.6(2022-11-29)
145
+ - Adjust the parameters of the following APIs:
146
+ - drawArrow3d
147
+ - drawCylinder
148
+
149
+ # version 2.13.5(2022-11-28)
150
+ - Add API:
151
+ - drawArrow3d
152
+ - getShortestPath
153
+
154
+ # version 2.13.4(2022-11-01)
155
+ - Add API:
156
+ - drawCylinder
157
+ - clearTemporaryShapesByIds
158
+ - getYunDesignInfo
159
+ - executeRequest
160
+ - Rebuilding API, change the return value of the following API from boolean to "{ id: string }":
161
+ - drawPoints
162
+ - drawLines
163
+ - drawPolylines
164
+ - drawText
165
+ - drawPromptLine
166
+
167
+ # version 2.13.3
168
+
169
+ # version 2.13.2(2022-07-15)
170
+ - Add KApplication Chinese comment
171
+ - Add KPluginUIAndStorage Chinese comment
172
+
173
+ # version 2.13.2(2022-07-15)
174
+ - Remove the qunhe brep api
175
+ - Add KApplication Chinese comment
176
+ - Add KPluginUIAndStorage Chinese comment
177
+
178
+ # version 2.13.1(2022-02-23)
179
+ - Added KEuler and KQuaternion.
180
+ - Modified the return type of KGeomLib.faces2dBoolean.
181
+ - Added some Chinese comments.
182
+ - Add the KTestHelper class.
183
+ - Add the getTestHelper method in the KApplication class.
184
+ - Add the fillet method in the KDesign class.
185
+ - Add the transformVertices in the KDesign class.
186
+ - Added an API createAlignCCSMatrix4.
187
+ - Add the getHoveredItem method in the KToolHelper class.
188
+ - Add the loadMaterial method in the KDesign class.
189
+ - Add the getBoundingBox method in the KGroupDefinition class.
190
+ - Add the assignMaterialForFaces method in the KDesign class.
191
+ - Add the assignMaterialForGroupInstance method in the KDesign class.
192
+ - Add the isInExpressMode method in the KGroupDefinition class.
193
+ - Add the setExcludedInferenceEntities method in the KToolHelper class.
194
+ - Add the clearExcludedInferenceEntities method in the KToolHelper class.
195
+ - The KApplication.onPluginClosed will be called after 200ms of closing plugin.
196
+ - Add the closable param in the KToastOption.
197
+ - Add the success method in the KToast.
198
+ - Added parameter propagateContinuousEdge in the moveVertices method.
199
+ - Remove the withMerge parameter in the moveVertices method.
200
+ - Remove the withMerge parameter in the moveEdge method.
201
+ - Remove the withMerge parameter in the transformShells method.
202
+ - Make version consistent with KuDaShi.
203
+ - Change KGeomLib.faces2dBoolean API.
204
+
205
+ # version 1.0.26
206
+ - Add the mergeFaces method in the KDesign class.
207
+ - Add the bulkCopyGroupInstances method in the KDesign class.
208
+ - Modify the createInstanceFromExternalResources method in the KDesign class.
209
+ - Add the matchEntities method in the KGroupDefinition class.
210
+
211
+ # version 1.0.25
212
+ - Add the KApplicationObserver class, which provides additional utilities for KApplication.
213
+ - Add the save method in the KDesign class.
214
+ - Add the KToolHelper class, which provides additional utilities for KTool.
215
+ - Add removeEdges and getEditPath two methods in the KDesign class.
216
+ - Add isReversed method in the KFace and KHalfEdge classes.
217
+ - Add drawPolylines method in KView class.
218
+ - Add signedDistanceTo method in KSurface class.
219
+ - Add isOnSameSide method in KVector3d class.
220
+
221
+ ## version 1.0.24
222
+ - Add the KPickHelper class, which is used to pick entities.
223
+
224
+ ## version 1.0.23
225
+ - Add the setSoftEdgesVisible method in the KDesign class.
226
+
227
+ ## version 1.0.22
228
+ - modify parameters of the boolean method in the KDesign class.
229
+
230
+ ## version 1.0.21
231
+ - Add the faceSplitByFace method in the KDesign class.
232
+ - Add the faceSplitByGroup method in the KDesign class.
233
+ - Add the createInstanceFromExternalResources method in the KDesign class.
234
+ - Add the createShellFromMesh method in the KDesign class.
235
+
236
+ ## version 1.0.20
237
+ - Rename the withMerge argument to beCopyToInstance in the copyFaces method in the KDesign class.
238
+ - Add KApplicationUI interface to enable/disable tool bar, menu bar, resource panel, etc.
239
+ - The copyFaces method in the KDesign class will return group instance if we set withMerge false.
240
+ - Add the createEmptyGroupInstance method in the KDesign class.
241
+ - Add the activateGroupInstance method in the KDesign class.
242
+ - Add the deactivateGroupInstance method in the KDesign class.
243
+ - Add the getDesignId method in the KDesign class.
244
+
245
+ ## version 1.0.19
246
+ - Add the onKeyUp method in the KTool class.
247
+ - Add the getUp method in the KCamera class.
248
+ - Rename the 'getCameraMode' method in KCamera to 'getMode'.
249
+ - Rename the 'getCameraPosition' method in KCamera to 'getPosition'.
250
+ - Rename the 'getCameraTarget' method in KCamera to 'getTarget'.
251
+
252
+ ## version 1.0.18
253
+ - Add the addFaces method in the KDesign class.
254
+ - Add the setEdgesSoft method in the KDesign class.
255
+ - Add the setVerticesSoft method in the KDesign class.
256
+ - Add the boolean method in the KDesign class.
257
+ - Add the offset method in the KDesign class.
258
+
259
+ ## version 1.0.17
260
+ - Modify the KTool to support to get the inference entity and the inference instance path.
261
+
262
+ ## version 1.0.16
263
+ - Rename KGeometry to KGeomLib.
264
+ - Add the moveVertices method in the KDesign class.
265
+ - Rename the 'onUseInference' method in KTool to 'allowUsingInference'.
266
+ - Delete the 'startAngle' and 'endAngle' properties from the KArc3d and KArc2d classes.
267
+ - The interfaces to get continuous edges and continuous faces infos are provided in the KEdge and KFace class.
268
+ - The selection event is provided. You can create a selection observer to observe the selection change.
269
+ - Drawing temporary interfaces in the KView class are provided, which can be use to draw temporary shaped in KTool.
270
+
271
+ ## version 1.0.15
272
+ - The sweepFollowEdges and sweepFollowCurves methods will remove the face that the contour belongs to.
273
+ - The sweepFollowEdges and sweepFollowCurves methods returns a new parameter 'addedShells'.
274
+