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:
committed by
GitHub
parent
33d82dd5fa
commit
9af16ade61
File diff suppressed because it is too large
Load Diff
@ -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
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user