Skip to content

Commit

Permalink
remove response for helix functions
Browse files Browse the repository at this point in the history
  • Loading branch information
gserena committed Jan 9, 2025
1 parent 9007f95 commit cf14b09
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modeling-cmds/src/ok_response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -756,22 +756,16 @@ define_ok_modeling_cmd_response_enum! {
/// The response from the `EntityMakeHelix` endpoint.
#[derive(Debug, Serialize, Deserialize, Clone, JsonSchema, ModelingCmdOutput)]
pub struct EntityMakeHelix {
/// The UUID of the helix that was created.
pub helix_id: Uuid
}

/// The response from the `EntityMakeHelixFromParams` endpoint.
#[derive(Debug, Serialize, Deserialize, Clone, JsonSchema, ModelingCmdOutput)]
pub struct EntityMakeHelixFromParams {
/// The UUID of the helix that was created.
pub helix_id: Uuid
}

/// The response from the `EntityMakeHelixFromEdge` endpoint.
#[derive(Debug, Serialize, Deserialize, Clone, JsonSchema, ModelingCmdOutput)]
pub struct EntityMakeHelixFromEdge {
/// The UUID of the helix that was created.
pub helix_id: Uuid
}

/// Extrusion face info struct (useful for maintaining mappings between source path segment ids and extrusion faces)
Expand Down

0 comments on commit cf14b09

Please sign in to comment.