bplturner Posted April 20, 2011 Posted April 20, 2011 ReMark, It's no problem at all. Do you have the source code, or should I wait for The Buzzard to make a round to the forum? Thanks. Quote
ReMark Posted April 20, 2011 Posted April 20, 2011 I do not have the source code and if I did I would first ask The Buzzard's permission before giving it out to anyone. I'm sure you understand. The Buzzard has not been here since the beginning of the year (late January). Not sure when he may return. Quote
bplturner Posted April 20, 2011 Posted April 20, 2011 I understand. I just noticed in the first message that he said: "I have provided the source coding for you to edit if you wish", but I couldn't find it. So I thought perhaps I was missing something. Quote
ReMark Posted April 20, 2011 Posted April 20, 2011 bplturner said: I understand. I just noticed in the first message that he said: "I have provided the source coding for you to edit if you wish", but I couldn't find it. So I thought perhaps I was missing something. It could be there is a LSP file included in the zipped file. That would be where I would look first. Quote
digger Posted April 20, 2011 Posted April 20, 2011 (edited) this one is for do it yourself sizes. DH_V0.4.zipFetching info... Edited April 21, 2011 by digger Quote
digger Posted April 21, 2011 Posted April 21, 2011 this one is for industry standard sizes. many thanks to the buzzard. DH_V0.2.zipFetching info... Quote
bplturner Posted June 8, 2011 Posted June 8, 2011 For some reason I didn't get an email that this thread had been replied to. Thanks a ton, guys! Quote
jac10 Posted January 18, 2012 Posted January 18, 2012 The Buzzard said: Hello everyone, I have another entity make program for you to try out. Back some time this type of program was requested. I noticed a couple of threads on the subject, But there was nothing quite elaborate as this program. The program draws 2D ASME Coded Elliptical heads and Non-Coded Heads. It creates the head outline as a closed polyline with a thickness line. Each are placed on separated layers. There is an option to draw just the outline without the thickness line and also an option to create these heads in SI units. The program has an instructions dialog and changeable images of your selections. I have provided the source coding for you to edit if you wish, But I request that if you make changes and post, Do not remove the headers and be sure to record your changes as a revision and add to the header. Please do not post changes to this thread. If you are unsure about how to edit this code, I will be happy to answer your questions. The command syntax for this program is DH. See below for the attached Zip file. For loading instructions see this thread: http://www.cadtutor.net/forum/showthread.php?t=1390 For ANSI B16.5 Flanges, See this thread:http://www.cadtutor.net/forum/showthread.php?t=48462 For ANSI B16.47 Flanges, See this thread:http://www.cadtutor.net/forum/showthread.php?t=48567 Attention! Revision V0.4 has been uploaded. October 04, 2010 ;///////////////////////////////////////////////////////////////////////////////////////// ; ; Do Not Remove This Header! ; ; Revisions ; ;----------------------------------------------------------------------------------------- ; Version | Change | Date ;----------------------------------------------------------------------------------------- ; V0.1 | Replace the dialog load in the DH_MF function with a new function. | 04|29|10 ; | Replace mode tile in the DH_MT function with a new function. | ; | Replace all setvars in the DH_MF function will a new function call. | ; | Added DH_CUS function or Change User Settings function. | ; | Replace all (if (or calls with (cond ( (member calls. | ;----------------------------------------------------------------------------------------- ; V0.2 | Add Non-Coded Flanged Only Head | 04|30|10 ;----------------------------------------------------------------------------------------- ; V0.3 | Remove DH_PL Program Loop Function & replaced with while | 09|17|10 ;----------------------------------------------------------------------------------------- [color=red][b]; V0.4 | Removed popup lists from dialog and replaced with edit boxes | 10|04|10[/b][/color] [color=red][b]; | Action_Tile modifications made to Main Function |[/b][/color] [color=red][b]; | Modifcations made to Set Size Parameters Function |[/b][/color] ; ;///////////////////////////////////////////////////////////////////////////////////////// Please Help! Can someone give me a code for DH_PL Program Loop Function in LSP codes. I think this file already compiled. I'm new to LSP. I'm having trouble making one of it.Thanks in advance. Quote
vwmech Posted June 27, 2012 Posted June 27, 2012 I registered for these forums just for this LISP (and the B16.5/16.47 ANSI flange LISPS)! Great work here! Quote
uzzora Posted September 28, 2012 Posted September 28, 2012 HI! thank for your lisp i'm korean i speak little english i used millimeter but your lisp used inch i want your lisp verison changed millimeter please give me a changed verison. thank Quote
ReMark Posted September 28, 2012 Posted September 28, 2012 Uzzora: I doubt very much that is going to happen. Quote
zedd77 Posted June 24, 2013 Posted June 24, 2013 (edited) OK - so I am illiterate - DH kicks off "dim-horizontal" in my acad.lsp routine. Is there a way to change this DH start up to another set of letters? OH maybe? Disregard!! Edited June 25, 2013 by zedd77 answered my own question Quote
zedd77 Posted June 25, 2013 Posted June 25, 2013 Just got this routine to work. I would like to say a large THANK YOU!! This will save a lot of time for me and the other draftsmen/project managers. Quote
AFitchguy07 Posted February 21, 2014 Posted February 21, 2014 Is there perhaps an easy way to alter the output layers that the objects get tossed onto? Thanks for the LISP. It's a wonderful time saver! Quote
ReMark Posted February 21, 2014 Posted February 21, 2014 Easy way? No. You would probably have to open the file using your favorite ASCII text editor or some such similar program, find and edit any embedded layer references. Give it a try. Quote
AFitchguy07 Posted February 21, 2014 Posted February 21, 2014 ReMark said: Easy way? No. You would probably have to open the file using your favorite ASCII text editor or some such similar program, find and edit any embedded layer references. Give it a try. I opened the VLX file in notepad... didn't see the two layers that it creates and puts the objects on. I might have overlooked it..? Quote
ReMark Posted February 21, 2014 Posted February 21, 2014 Can't edit a VLX that I'm aware of. I mistakenly thought the zip file might have contained a .lsp file. Guess I was wrong. I'm afraid you are at an impasse. Quote
AFitchguy07 Posted February 21, 2014 Posted February 21, 2014 ReMark said: Can't edit a VLX that I'm aware of. I mistakenly thought the zip file might have contained a .lsp file. Guess I was wrong. I'm afraid you are at an impasse. That's unfortunate! But for as much time as this little LISP saves on drawing up all these heads, I can take a couple secs to swap layers and purge the created ones. OP said he supplied code, but I guess it got removed overtime. Thanks for your response. Quote
ReMark Posted February 21, 2014 Posted February 21, 2014 I have some of the original files in work but today I am on my home CAD computer. If I remember I'll take a look at what I have. Should I find anything of interest I'll send you a private message. Quote
AFitchguy07 Posted February 21, 2014 Posted February 21, 2014 ReMark said: I have some of the original files in work but today I am on my home CAD computer. If I remember I'll take a look at what I have. Should I find anything of interest I'll send you a private message. I would appreciate that very much! Thanks a lot! 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.