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 74f78e7 commit afee70dCopy full SHA for afee70d
modeling-cmds/src/def_enum.rs
@@ -836,10 +836,6 @@ define_modeling_cmd_enum! {
836
/// How to apply the cut.
837
#[serde(default)]
838
pub cut_type: CutType,
839
- /// The ID to use for the newly created fillet face.
840
- /// If not provided, the server will randomly generate one.
841
- #[serde(default, skip_serializing_if = "Option::is_none")]
842
- pub face_id: Option<Uuid>,
843
}
844
845
/// Determines whether a brep face is planar and returns its surface-local planar axes if so
0 commit comments