Skip to content

Commit afee70d

Browse files
committed
remove the old face_id for Solid3dFilletEdge
Signed-off-by: Jess Frazelle <[email protected]>
1 parent 74f78e7 commit afee70d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modeling-cmds/src/def_enum.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -836,10 +836,6 @@ define_modeling_cmd_enum! {
836836
/// How to apply the cut.
837837
#[serde(default)]
838838
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>,
843839
}
844840

845841
/// Determines whether a brep face is planar and returns its surface-local planar axes if so

0 commit comments

Comments
 (0)