Breakall AutoLISP for Mac version

Breakall AutoLISP for Mac version

matteoYEMXT
Explorer Explorer
415 Views
3 Replies
Message 1 of 4

Breakall AutoLISP for Mac version

matteoYEMXT
Explorer
Explorer

Dear all, 

I'm writing you because I found online the Breakall.lsp, but it doesn't work on Autocad for Mac ( because of Active X functions). I'm conscious that this AutoLISP ( in attach) has a lot of different function in it, but I'm looking only for 1 of them: I need to break many lines in each intersection.

I understand that the function is "Break all object selected", but I don't know how to change the prompt ( I'm not good at it). 

 

Thanks In advance for you help. 

 

Regards,

Matteo

Matteo

0 Likes
416 Views
3 Replies
Replies (3)
Message 2 of 4

Kent1Cooper
Consultant
Consultant

I suggest you ask over in the AutoCAD for Mac Forum.

Kent Cooper, AIA
0 Likes
Message 3 of 4

pendean
Community Legend
Community Legend

@Kent1Cooper wrote:

I suggest you ask over in the AutoCAD for Mac Forum.


OP was directed over here for LISP programming guidance/help.

0 Likes
Message 4 of 4

Sea-Haven
Mentor
Mentor

This is probably the key issue, the alternative is to use an old lisp INTERS function, but that would require all sorts of reprogramming problems when you get anything that is curved like ARC and Circle. 

 

(vla-intersectwith obj1 obj2 acextendnone)

 

The only maybe is if you have Plines or Lines. But that is maybe a big task, unfortunately for something that just goes all done in a flash already. 

 

Not saying can not help but post a before after dwg.

 

Did you look at Bricscad Mac ?

0 Likes