You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serena pointed out that if the extrude uses method=NEW, this will
update old bodies by adding new surfaces, instead of creating new bodies.
Let's be explicit about this.
Copy file name to clipboardExpand all lines: modeling-cmds/openapi/api.json
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2939,7 +2939,6 @@
2939
2939
"type": "string",
2940
2940
"format": "uuid"
2941
2941
},
2942
-
<<<<<<< HEAD
2943
2942
"edge_reference": {
2944
2943
"nullable": true,
2945
2944
"description": "Edge reference to use as the axis of revolution (new API). If both `edge_id` and `edge_reference` are provided, `edge_reference` takes precedence.",
@@ -2948,13 +2947,11 @@
2948
2947
"$ref": "#/components/schemas/EdgeSpecifier"
2949
2948
}
2950
2949
]
2951
-
||||||| parent of 3cb4bff (Configurable seams)
2952
-
=======
2950
+
},
2953
2951
"keep_seams": {
2954
2952
"description": "When two collinear segments are extruded, what should happen? If true, creates a body with two surfaces. If false, creates a body with one surface, spanning both collinear segments.",
2955
2953
"default": false,
2956
2954
"type": "boolean"
2957
-
>>>>>>> 3cb4bff (Configurable seams)
2958
2955
},
2959
2956
"opposite": {
2960
2957
"description": "Should the revolution also revolve in the opposite direction along the given axis? If so, this specifies its angle.",
0 commit comments