impossible find intersections
for BricsCAD for linux, anyone how to use "inters" " vla-IntersectWith" but not luck, always detect intersections in coordinates 0,0,0
anyone can share any sample to find intersection with Curve objects, or polylines with Cuved segments, or splines?
Comments
-
attached the autolisp to migrate to bricscad
0 -
The attached LISP works for me in BricsCAD in Windows. From the developer help both "inters" and " vla-IntersectWith" should be available on linux.
Maybe check out these examples from Lee Mac
If these don't work for you, then I suggest you raise a support request to get it investigated.
Jason Bourhill
CAD Concepts Ltd
1 -
Maybe try this also by CAB.
1 -
That looks to be an earlier version to the one from the OP. The updated one has a check for BricsCAD, which in turn sets the name of the hatch pattern file.
http://www.theswamp.org/index.php?topic=10370.0
Jason Bourhill
CAD Concepts Ltd
1 -
I found an error in your lisp.
… anyway, thank you.0 -
lee mac code use VLA-intersectwith, and have same problem, intersections are detected in 0,0,0.
This problem need be fixed by BricsCAD
here a sample:0 -
well with last update, intersectwith was fixed, probably because this post, thanks
0


