TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: yiyorebel on April 22, 2010, 04:25:05 PM

Title: You can change this routine?
Post by: yiyorebel on April 22, 2010, 04:25:05 PM
Hi, well the idea is to optimize this routine, the dwg explain how it works and also how it can work to optimize time .... thank you very much.
regards
Title: Re: You can change this routine?
Post by: HasanCAD on April 23, 2010, 05:28:19 AM
first of all its good idea, and need some organization

Add underline and dot next to the command

Code: [Select]
(command "_.donut" "0.0" "2.5" pd1 "")instead of
Code: [Select]
(command "donut" "0.0" "2.5" pd1 "")

What about the distance between bars?
What about the gab (cover) distance between the bars and wall edge?
Title: Re: You can change this routine?
Post by: yiyorebel on April 23, 2010, 10:36:20 AM
Hi, thanks for your interest in this routine, the distance between bars is 20 cm. and the distance between the bar and the edge of the wall is 2.5 cm.

I hope it will because I believe this modification will serve well and save you much time.
Thank you very much:wink: