Triangle lisp routine
F2T16P1#1
Good morning, I have been searching for a lisp routine that will draw a triangle. Can't find one yet. I work with 3 legged cell towers...
F2T16P1#3
I had thought of using poly but it asks for the radius plus the inscribed and circumscribes input of which I donnot need. I simply need...
F2T16P1#4
Here is what I have so far but not complete. (DEFUN C:TRIANGLE nil (COMMAND "POLYGON" "3" "EDGE" PAUSE "0,0"...
F2T16P1#5
So far I am working with this code. I realized I also need the azimuth or rotation of tower as well, but still don't have a full handle on...
F2T16P1#8
TRI2 is close to what I want, now how can I ad the rotation for my azimuth? (DEFUN C:TRI2 () (setq ip (getpoint "\nGet insertion...
F2T16P2#11
Hey thanks guys. Just what I want. Bill...
F2T16P2#15
Thanks for all the great code. How hard would it be to create a dcl for this? I just downloaded opendcl yesterday bill...
F2T16P2#17
Hi, I wanted a dialog to have users input face width and azimuth or rotation of tower. Bill...
F2T16P2#19
No it doesn't need to be dcl exclusively, are you thinking of vba? Bill...
F2T16P3#21
Could we try the dcl first. Since it seems simple, it may help me see the relationship between the lisp and dcl. Then I may not need to...
F2T16P3#24
Thanks, Looks great but would it be hard to add a field for degrees in the dcl? So there would be both face width and azimuth in the...
F2T16P3#26
Gottcha, Thanks. Bill...
F2T16P3#28
Buzzard, I must say that you did a wonderful job here. I will study the code and see what I can learn. Again thank you. Bill...
F2T16P3#30
Good morning, As I was playing with the triangle code, it occured to me that adding a leg dia would also be helpful. I believe that...
F2T16P4#32
Hi, I would like the circles on all points of triangle, and as a 3rd input in the dialog. And yes upon insertion, since we use different leg...
F2T16P4#34
Sorry, I forgot, I did get your other dwg file, I printed it out and am studying it. Thank you. Bill...
F2T16P4#35
Buzzard, I thought I would add a dim for the face width too. Bill...
F2T16P4#37
Well, I guess in that case here is a better rendition. The frame would be the horizontal dia of the solid round. So to review: we have...
F2T16P4#39
Thanks, I appreciate the commenting you have added, it is quite helpful. Bill...
F2T16P5#41
Good morning, Looks great, I will be studying the code. The Dim is not so crucial by the way, just an added bonus. Bill...
F2T16P5#42
Hi, I am trying to add an SLD to the DCL but it is not showing up. I looked at diff. codes with SLD's but can't see my error. My Code...
F2T16P5#44
Sorry, but no. I added this code in this portion of your code though. ;;; Start-Up Function - Program Start. ;Describe function (defun...
F2T16P5#45
I think I got it. Put code here; ) ;End of action tile ;; Image Slide setup (setq x (dimx_tile "PLANVIEW") y (dimy_tile "PLANVIEW") )...
F2T16P5#47
A question, Could you elaborate on these lines of code. divide frameThick by 2.0 I think but why? (/ frameThick 2.0))) same...
Dim Lisp
F2T17P1#1
Hi again, Onto another ??? Would someone be willing to show a lisp routine that draws a rectangle with dimensioning as well. I am...
Passing data to a tablecell or attribute
F2T25P1#1
Hi, I have a dcl/lisp routine that will calculate rebar weights and lengths. Right now the strings are inserted based on insertion point. I...
|