Trudy Posted January 7, 2021 Posted January 7, 2021 Hello i have some problem with intersect point. I will upload dwg file. I dont know why when i try to get all intersect point from the red something go very wrong. I need all intersect point from the red lines. Thank you Try_5.dwg Quote
Jonathan Handojo Posted January 7, 2021 Posted January 7, 2021 You mean the intersection between the red line and all the white lines? Refer to our legend here: http://lee-mac.com/intersectionfunctions.html#intersectionsbetweensets It works fine to me when I tried inspecting: (LM:intersectionsbetweensets (ssget '((62 . 256))) (ssget '((62 . 1)))) 2 Quote
Trudy Posted January 8, 2021 Author Posted January 8, 2021 Thank you I try on my way but dont know what happend, Lee lisp work as i expect Quote
Trudy Posted March 18, 2021 Author Posted March 18, 2021 (edited) Hello again. Another problem when i use (setq int3 (LM: intersections (vlax-ename-> vla-object nam) (vlax-ename-> vla-object nam2) acextendnone)) But this dont work every time and dont know why. Sometimes work perfect but when i try with large scale dont work at all. I want to get all intersect point for every object (nam2) with another object (nam). Edit: When i want to use "entmake" Line in this function, then dont work good. Edit2: I understand how it work. Now work fine. Thanks for help Edited March 18, 2021 by Trudy Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.