Skip to content

Commit a1be026

Browse files
authored
Release modeling-cmds 0.2.116 (#874)
# Added * Fillet endpoint takes some new parameters: * strategy: users can choose between fast-but-fallible, or complex-but-comprehensive, or automatic (tries the fast strategy, and if that doesn't work, try the comprehensive strategy). Defaults to automatic. * edge_ids: this field replaces edge_id, and allows filleting multiple edges simultaneously. * extra_face_ids: if you sent multiple edge_ids, this array should contain the 2nd, 3rd, etc face ID for the resulting faces. # Changed * In the fillet endpoint, `edge_id` is now optional and deprecated. To migrate, stop sending that field and instead send the single ID in `edge_ids`.
1 parent 040d386 commit a1be026

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modeling-cmds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kittycad-modeling-cmds"
3-
version = "0.2.115"
3+
version = "0.2.116"
44
edition = "2021"
55
authors = ["KittyCAD, Inc."]
66
description = "Commands in the KittyCAD Modeling API"

0 commit comments

Comments
 (0)