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 f4d8956 commit eba9e07Copy full SHA for eba9e07
modeling-cmds/src/def_enum.rs
@@ -239,6 +239,9 @@ define_modeling_cmd_enum! {
239
/// If so, this specifies its angle.
240
#[serde(default)]
241
pub opposite: Opposite<Angle>,
242
+ /// Should this extrude create a solid body or a surface?
243
+ #[serde(default)]
244
+ pub body_type: BodyType,
245
}
246
247
/// Command for shelling a solid3d face
@@ -280,6 +283,9 @@ define_modeling_cmd_enum! {
280
283
281
284
282
285
286
287
288
289
290
291
/// Command for lofting sections to create a solid
0 commit comments