Skip to content

Commit

Permalink
make length optional
Browse files Browse the repository at this point in the history
  • Loading branch information
gserena committed Jan 8, 2025
1 parent ad747db commit 9007f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modeling-cmds/src/def_enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ define_modeling_cmd_enum! {
pub struct EntityMakeHelixFromEdge {
/// Radius of the helix.
pub radius: f64,
/// Length of the helix.
pub length: LengthUnit,
/// Length of the helix. If None, the length of the edge will be used instead.
pub length: Option<LengthUnit>,
/// Number of revolutions.
pub revolutions: f64,
/// Start angle.
Expand Down

0 comments on commit 9007f95

Please sign in to comment.