Update api spec (#216)

* YOYO NEW API SPEC!

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
zoo-github-actions-auth[bot]
2024-04-22 13:41:53 -07:00
committed by GitHub
parent 35bbe91eb4
commit 0ac4e4c9c0
3 changed files with 815 additions and 758 deletions

View File

@ -373,6 +373,20 @@ class entity_make_helix(BaseModel):
model_config = ConfigDict(protected_namespaces=())
class entity_mirror(BaseModel):
"""Mirror the input entities over the specified axis. (Currently only supports sketches)"""
axis: Point3d
ids: List[str]
point: Point3d
type: Literal["entity_mirror"] = "entity_mirror"
model_config = ConfigDict(protected_namespaces=())
class edit_mode_enter(BaseModel):
"""Enter edit mode"""
@ -1241,6 +1255,7 @@ ModelingCmd = RootModel[
entity_linear_pattern,
entity_circular_pattern,
entity_make_helix,
entity_mirror,
edit_mode_enter,
select_with_point,
select_add,