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 b1db9c0 commit 0368060Copy full SHA for 0368060
modeling-cmds/src/def_enum.rs
@@ -123,8 +123,7 @@ define_modeling_cmd_enum! {
123
/// If so, this specifies its distance.
124
#[serde(default)]
125
pub opposite: Opposite<LengthUnit>,
126
- /// Should the extrusion create a new object or be part of the existing object. If a
127
- /// new object is created, the command id will be the id of the newly created object.
+ /// Should the extrusion create a new object or be part of the existing object.
128
129
pub extrude_method: ExtrudeMethod,
130
}
0 commit comments