mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-16 15:06:06 +00:00
Prepare for follow-on change
This commit is contained in:
parent
8b9ad61452
commit
6aece2721f
@ -34,7 +34,9 @@ impl Sketch {
|
||||
.segments
|
||||
.iter()
|
||||
.copied()
|
||||
.map(|SketchSegment::Line { start: point }| {
|
||||
.map(|segment| {
|
||||
let SketchSegment::Line { start: point } = segment;
|
||||
|
||||
let point = surface.geometry.point_from_local(point);
|
||||
let vertex = Handle::new(Vertex::new(point));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user