clionutta Posted December 5, 2011 Posted December 5, 2011 Good afternoon everyone. I am now working for an oil company, nd we do arather a lot of work involving lifting plans with chain hoists etc. My question is, is there any way of make a linetype that automatically draws chain. At the moment, i have to manually draw a link, and copy and paste with basepoint to the reuired length, and then "block" it. however, when we come to alter these drawings, they are a nightmare to alter all the chain sections. If there was a way of developing a linetype that automatically made these chains, it would speed things up so much. Any help much appreciated, Regards Dave Quote
memphis710 Posted December 5, 2011 Posted December 5, 2011 Have a look at the below... http://www.cadtutor.net/forum/showthread.php?27454-Options-for-creating-linetypes.&highlight=custom%20linetypes There is a couple of ways to do it from the looks of the post by ReMark. Hopefully one of these will help! Cheers Ollie Quote
ReMark Posted December 5, 2011 Posted December 5, 2011 You are doing this is 2D? Will the size of the chain always be the same? Quote
clionutta Posted December 5, 2011 Author Posted December 5, 2011 Hi remark, this will be done in 2d yes. And the sizes orf chain will vary with chain block used...but not by much. Any suggestions? Thanks for the replies Quote
ReMark Posted December 5, 2011 Posted December 5, 2011 Any suggestions? Yes. This...http://cadtips.cadalyst.com/standard-blocks/chain-line Quote
Tankman Posted December 6, 2011 Posted December 6, 2011 Some interesting chain work here, http://www.cadforum.cz/catalog_en/?q=chain&page=1 Quote
clionutta Posted December 7, 2011 Author Posted December 7, 2011 I fogot to mention i am running LT at the moment so lisp wont work? Quote
ReMark Posted December 7, 2011 Posted December 7, 2011 I fogot to mention i am running LT at the moment so lisp wont work? You're right. Lisp routines won't work. Please change your profile so everyone knows what program you are using. I think you have two options. 1) Do it as you have always done it. 2) Open the lisp file and see if you can ascertain the methodology used then write a diesel macro that emulates it. Quote
irneb Posted December 7, 2011 Posted December 7, 2011 You could conceivably make a complex linetype with 2 alternating characters drawn from an SHX. But there are pitfalls in this as bends would become ever worse as the radius decreases, and you can never be 100% sure that the scaling is perfect (especially if you're printing to multiple scales). If you cannot use lisp, then perhaps you could try using a dynamic block (one length parameter with an array action) for at least the straight portions of the chain. Quote
Mike_Taylor Posted December 7, 2011 Posted December 7, 2011 A dynamic block with visibilty states and a stretch/array action may do it as well. 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.