We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ac70f commit 3cfee3dCopy full SHA for 3cfee3d
modeling-cmds/openapi/api.json
@@ -5547,6 +5547,30 @@
5547
"type"
5548
]
5549
},
5550
+ {
5551
+ "description": "Sets the default backface color used if a specific color is not set",
5552
+ "type": "object",
5553
+ "properties": {
5554
+ "backface_color": {
5555
+ "description": "The default color to use for all backfaces",
5556
+ "allOf": [
5557
5558
+ "$ref": "#/components/schemas/Color"
5559
+ }
5560
+ ]
5561
+ },
5562
+ "type": {
5563
+ "type": "string",
5564
+ "enum": [
5565
+ "set_default_backface_color"
5566
5567
5568
5569
+ "required": [
5570
+ "backface_color",
5571
+ "type"
5572
5573
5574
{
5575
"description": "Fit the view to the specified object(s).",
5576
"type": "object",
0 commit comments