mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 10:28:27 +00:00
Read path from curve geometry in validation check
This commit is contained in:
parent
58be958365
commit
6c7fd44c22
@ -101,7 +101,10 @@ fn check_cycle<'r>(
|
||||
let end_pos_of_first_half_edge = {
|
||||
let [_, end] = geometry.of_half_edge(first).boundary.inner;
|
||||
geometry
|
||||
.of_half_edge(first)
|
||||
.of_curve(first.curve())
|
||||
.unwrap()
|
||||
.local_on(surface)
|
||||
.unwrap()
|
||||
.path
|
||||
.point_from_path_coords(end)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user