Skip to content

Commit 472e260

Browse files
author
gserena
committed
add obj id
1 parent 3151a59 commit 472e260

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modeling-cmds/src/ok_response.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ define_ok_modeling_cmd_response_enum! {
769769
/// Faces and edges id info (most used in identifying geometry in patterned and mirrored objects).
770770
#[derive(Debug, Serialize, Deserialize, Clone, JsonSchema, ModelingCmdOutput)]
771771
pub struct FaceEdgeInfo {
772+
/// The UUID of the object.
773+
pub object_id: Uuid,
772774
/// The faces of each object.
773775
pub faces: Vec<Uuid>,
774776
/// The edges of each object.

0 commit comments

Comments
 (0)