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