Hi,
I’m trying to project points on a Brep using a line intersection. I get points that are not on the line and I don’t understand why.
Any help is appreciated
Hi,
I’m trying to project points on a Brep using a line intersection. I get points that are not on the line and I don’t understand why.
Any help is appreciated
Hi @Eric_Moreau ,
This is because the points are actually on the line (mathematically speaking) even though your line has a defined length, the Brep | Line intersection component computes this “infinitely” resulting in the unexpected points that appear “off line”.
Graph Space (You want to use the Brep | Curve (BCX) component instead of Brep | Line Intersection (BLX)):
BCX vs BLX Result:
FYI, Please upload you gh file with the input geometries as internalised data in the future as it makes it easier for us all to help.
Thanks!
20230810_BLX_vs_BCX_Intersection_Differences_Response_01a.gh (30.3 KB)
Noted, thanks for your explanation