@kudashi/kds-api 1.0.22 → 2.13.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.
Files changed (3) hide show
  1. package/README.md +49 -0
  2. package/api.d.ts +3434 -524
  3. package/package.json +18 -18
package/README.md CHANGED
@@ -1,6 +1,55 @@
1
1
  # 酷大师api
2
2
 
3
3
  # api changelog
4
+ # version 2.13.1(2022-02-23)
5
+ - Added KEuler and KQuaternion.
6
+ - Modified the return type of KGeomLib.faces2dBoolean.
7
+ - Added some Chinese comments.
8
+ - Add the KTestHelper class.
9
+ - Add the getTestHelper method in the KApplication class.
10
+ - Add the fillet method in the KDesign class.
11
+ - Add the transformVertices in the KDesign class.
12
+ - Added an API createAlignCCSMatrix4.
13
+ - Add the getHoveredItem method in the KToolHelper class.
14
+ - Add the loadMaterial method in the KDesign class.
15
+ - Add the getBoundingBox method in the KGroupDefinition class.
16
+ - Add the assignMaterialForFaces method in the KDesign class.
17
+ - Add the assignMaterialForGroupInstance method in the KDesign class.
18
+ - Add the isInExpressMode method in the KGroupDefinition class.
19
+ - Add the setExcludedInferenceEntities method in the KToolHelper class.
20
+ - Add the clearExcludedInferenceEntities method in the KToolHelper class.
21
+ - The KApplication.onPluginClosed will be called after 200ms of closing plugin.
22
+ - Add the closable param in the KToastOption.
23
+ - Add the success method in the KToast.
24
+ - Added parameter propagateContinuousEdge in the moveVertices method.
25
+ - Remove the withMerge parameter in the moveVertices method.
26
+ - Remove the withMerge parameter in the moveEdge method.
27
+ - Remove the withMerge parameter in the transformShells method.
28
+ - Make version consistent with KuDaShi.
29
+ - Change KGeomLib.faces2dBoolean API.
30
+
31
+ # version 1.0.26
32
+ - Add the mergeFaces method in the KDesign class.
33
+ - Add the bulkCopyGroupInstances method in the KDesign class.
34
+ - Modify the createInstanceFromExternalResources method in the KDesign class.
35
+ - Add the matchEntities method in the KGroupDefinition class.
36
+
37
+ # version 1.0.25
38
+ - Add the KApplicationObserver class, which provides additional utilities for KApplication.
39
+ - Add the save method in the KDesign class.
40
+ - Add the KToolHelper class, which provides additional utilities for KTool.
41
+ - Add removeEdges and getEditPath two methods in the KDesign class.
42
+ - Add isReversed method in the KFace and KHalfEdge classes.
43
+ - Add drawPolylines method in KView class.
44
+ - Add signedDistanceTo method in KSurface class.
45
+ - Add isOnSameSide method in KVector3d class.
46
+
47
+ ## version 1.0.24
48
+ - Add the KPickHelper class, which is used to pick entities.
49
+
50
+ ## version 1.0.23
51
+ - Add the setSoftEdgesVisible method in the KDesign class.
52
+
4
53
  ## version 1.0.22
5
54
  - modify parameters of the boolean method in the KDesign class.
6
55