Skip to content

Commit 6da2ac7

Browse files
committed
add faces to response
1 parent 6be909f commit 6da2ac7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modeling-cmds/src/ok_response.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,10 @@ define_ok_modeling_cmd_response_enum! {
489489
pub opposite_edges: Vec<Uuid>,
490490
/// List of adjacent edges
491491
pub adjacent_edges: Vec<Uuid>,
492+
/// List of opposite faces (two per opposite edge)
493+
pub opposite_faces: Vec<Uuid>,
494+
/// List of adjacent faces (two per adjacent face)
495+
pub adjacent_faces: Vec<Uuid>,
492496
}
493497
/// The response from the `Solid3dGetAllEdgeFaces` command.
494498
#[derive(Debug, Serialize, Deserialize, Clone, JsonSchema, ModelingCmdOutput)]

0 commit comments

Comments
 (0)