Skip to content

Commit

Permalink
YOYO NEW API SPEC!
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 9, 2024
1 parent 5b4ccc2 commit 095066e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -17602,6 +17602,11 @@
"description": "SolidWorks part (SLDPRT) format.",
"type": "object",
"properties": {
"split_closed_faces": {
"description": "Splits all closed faces into two open faces.\n\nDefaults to `false` but is implicitly `true` when importing into the engine.",
"default": false,
"type": "boolean"
},
"type": {
"type": "string",
"enum": [
Expand All @@ -17617,6 +17622,11 @@
"description": "ISO 10303-21 (STEP) format.",
"type": "object",
"properties": {
"split_closed_faces": {
"description": "Splits all closed faces into two open faces.\n\nDefaults to `false` but is implicitly `true` when importing into the engine.",
"default": false,
"type": "boolean"
},
"type": {
"type": "string",
"enum": [
Expand Down

0 comments on commit 095066e

Please sign in to comment.