Closed cenmir closed 6 months ago
Hi, @cenmir,
Thank you so much for reporting this :)
What you describe is very clear.
I agree with the fix and it should be propagated to other geometries.
Feel free to fork, apply these changes and assign the PR to me.
Btw, have you tried:
Γd = EmbeddedBoundary(cutgeo, geo, geo2);
Γn = EmbeddedBoundary(cutgeo, geo, geo1);
instead of passing the geometry names?
Greetings!
Had an issue with the square function, the parameter name is not used in the last line in intersect. This causes an issue when used to compute EmbeddedBoundary.
Minimal example to reproduce error:
Potential fix:
Other AnalyticalGeometries also lack the name property, i don't know if this is by design or not.