Lisp command

Lisp command

Tony_Gibbs
Advocate Advocate
752 Views
4 Replies
Message 1 of 5

Lisp command

Tony_Gibbs
Advocate
Advocate
Hi All Can somebody help with this small problem I have finishing this lisp program. I have gotten it to BEFORE picture and need to get it to the AFTER picture. I've been trying to get the FILLET to do it in lisp but with no luck. Regards Tony
0 Likes
Accepted solutions (1)
753 Views
4 Replies
Replies (4)
Message 2 of 5

hmsilva
Mentor
Mentor

@Tony_Gibbs wrote:
Hi All Can somebody help with this small problem I have finishing this lisp program. I have gotten it to BEFORE picture and need to get it to the AFTER picture. I've been trying to get the FILLET to do it in lisp but with no luck. Regards Tony

Hi Tony,

the 'lisp program', 'BEFORE picture' and the 'AFTER picture'?

 

There are no attachments...

 

Henrique

EESignature

Message 3 of 5

Tony_Gibbs
Advocate
Advocate

Hi All

Can somebody help with this small problem I have finishing this lisp program. I have gotten it to BEFORE picture and need to get it to the AFTER picture. I've been trying to get the FILLET to do it in lisp but with no luck.

 

Regards Tony

0 Likes
Message 4 of 5

dbroad
Mentor
Mentor

If you are going to program a solution, have the program draw it correctly in the first place based on geometry rules.  If you need help finishing the lisp you've begun, I suggest posting the LISP you already have.

Architect, Registered NC, VA, SC, & GA.
0 Likes
Message 5 of 5

Kent1Cooper
Consultant
Consultant
Accepted solution

@Tony_Gibbs wrote:
.... I've been trying to get the FILLET to do it in lisp but with no luck. Regards Tony

If you've tried feeding entity names for those Lines to the Fillet command, try instead feeding it points, whether as points per se or as what is returned by (entsel) [a list of the entity name and the point where it was picked].  Fillet needs a location, not just an object, since where something is picked can affect which end of the object is adjusted to fillet with some other object.

Kent Cooper, AIA