Skip to content

Commit

Permalink
Convert modeling command variants into the general enum (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers authored Dec 12, 2023
1 parent fe1163c commit 07f64b0
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 34 deletions.
4 changes: 4 additions & 0 deletions modeling-cmds/src/def_enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ pub enum ModelingCmd {
CurveSetConstraint(CurveSetConstraint),
/// Sketch on some entity (e.g. a plane, a face)
EnableSketchMode(EnableSketchMode),
/// Set the material properties of an object
ObjectSetMaterialParamsPBR(ObjectSetMaterialParamsPBR),
/// What is the distance between these two entities?
EntityGetDistance(EntityGetDistance),
}

impl ModelingCmd {
Expand Down
Loading

0 comments on commit 07f64b0

Please sign in to comment.