@kudashi/kds-api 2.13.25 → 2.13.26

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 (2) hide show
  1. package/api.d.ts +6 -1
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // version: 2.13.25
1
+ // version: 2.13.26
2
2
 
3
3
  declare global {
4
4
  /**
@@ -21,6 +21,11 @@ declare global {
21
21
  * You may think edges are boundaries of a face, and each edge represents a bounded curve (line segment, arc, etc.)
22
22
  */
23
23
  interface KTopoEdge extends KTopoEntity {
24
+ /**
25
+ * Get a unique key assigned to a edge.
26
+ * @returns The unique key.
27
+ */
28
+ getKey(): string;
24
29
  /**
25
30
  * Retrieve the shell that the edge belongs to.
26
31
  * @returns The shell if successful, otherwise null.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kudashi/kds-api",
3
- "version": "2.13.25",
3
+ "version": "2.13.26",
4
4
  "description": "kds api",
5
5
  "main": "api.d.ts",
6
6
  "scripts": {