mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 02:48:27 +00:00
Prepare for follow-on change
This commit is contained in:
parent
3ed5c4006d
commit
8af9f2fe87
@ -39,7 +39,8 @@ impl SweepSurfacePath for SurfacePath {
|
||||
path: impl Into<Vector<3>>,
|
||||
core: &mut Core,
|
||||
) -> Handle<Surface> {
|
||||
match surface.u {
|
||||
let SurfaceGeom { u, .. } = surface;
|
||||
match u {
|
||||
GlobalPath::Circle(_) => {
|
||||
// Sweeping a `Curve` creates a `Surface`. The u-axis of that
|
||||
// `Surface` is a `GlobalPath`, which we are computing below.
|
||||
|
Loading…
Reference in New Issue
Block a user