mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-07 11:28:28 +00:00
Read geometry from layer in BoundingVolume
impl
This commit is contained in:
parent
83eab225d2
commit
5fed3493a8
@ -24,7 +24,7 @@ impl super::BoundingVolume<2> for Handle<HalfEdge> {
|
|||||||
SurfacePath::Line(_) => {
|
SurfacePath::Line(_) => {
|
||||||
let geometry = geometry.of_half_edge(self);
|
let geometry = geometry.of_half_edge(self);
|
||||||
|
|
||||||
let points = self.boundary().inner.map(|point_curve| {
|
let points = geometry.boundary.inner.map(|point_curve| {
|
||||||
geometry.path.point_from_path_coords(point_curve)
|
geometry.path.point_from_path_coords(point_curve)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user