Update api spec (#255)

* 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-08-22 11:09:24 -07:00
committed by GitHub
parent 33d82dd5fa
commit 9af16ade61
3 changed files with 717 additions and 710 deletions

File diff suppressed because it is too large Load Diff

View File

@ -104,6 +104,8 @@ class solid3d_shell_face(BaseModel):
face_ids: List[str] face_ids: List[str]
hollow: bool = False
object_id: str object_id: str
shell_thickness: LengthUnit shell_thickness: LengthUnit

View File

@ -18956,6 +18956,11 @@
"format": "uuid" "format": "uuid"
} }
}, },
"hollow": {
"description": "If true, the Solid3D is made hollow instead of removing the selected faces",
"default": false,
"type": "boolean"
},
"object_id": { "object_id": {
"description": "Which Solid3D is being shelled.", "description": "Which Solid3D is being shelled.",
"type": "string", "type": "string",