Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkovaxx committed Aug 16, 2024
1 parent d6b86d2 commit d2762e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/src/heater_coil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ pub fn shape() -> Shape {
let attach_1 = Edge::segment(p1, p1 - DVec3::new(0.0, attach_len, 0.0));
let path = Wire::from_edges(&[attach_0, coil, attach_1]);

//path.into_shape().union(&face_profile.into_shape()).into_shape()

let pipe_solid: Solid = face_profile.sweep_along(&path);
let pipe_solid = face_profile.sweep_along(&path);
pipe_solid.into_shape()
}

0 comments on commit d2762e7

Please sign in to comment.