Skip to content

Commit 44f12dd

Browse files
author
gserena
committed
add show seams param to extrude
1 parent fa3069b commit 44f12dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modeling-cmds/src/def_enum.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ define_modeling_cmd_enum! {
128128
/// Should the extrusion create a new object or be part of the existing object.
129129
#[serde(default)]
130130
pub extrude_method: ExtrudeMethod,
131+
/// Only used if the extrusion is created from a face and extrude_method = Merge
132+
/// If true, seams between the extrusion and the original body will be shown.
133+
/// Otherwise, seams resulting from the extrusion will be removed where possible.
134+
#[serde(default)]
135+
pub show_seams: Option<bool>,
131136
}
132137

133138
/// Command for extruding a solid 2d to a reference geometry.

0 commit comments

Comments
 (0)