khoshravan Posted July 7, 2010 Posted July 7, 2010 I have a drawing with dimension line. I want to stretch the drawing let say 100 units cm to right. I also want the dimension line stretches as well. For simple drawing it is possible with stretch command. For a detailed drawing I can't get the result and I think the problems lies on the proper selection of objects. Any comment on this issue is highly appreciated. stretch.dwg Quote
khoshravan Posted July 7, 2010 Author Posted July 7, 2010 2 is initial or default value and mine is 2 as well. in some occasions it doesn't behave the way it is expected. I think the problem relies on object selection. try setting DIMASSOC to 2 Quote
alanjt Posted July 7, 2010 Posted July 7, 2010 2 is initial or default value and mine is 2 as well. in some occasions it doesn't behave the way it is expected. I think the problem relies on object selection. The Dimassoc variable is stored in the drawing, not the registry or dimension style. You either need it set in your template, set it each time at startup (acaddoc.lsp, etc.) or both. Quote
Patrick Hughes Posted July 7, 2010 Posted July 7, 2010 A detailed drawing may require a different approach to your selection process. As you likely know for the dimension to stretch you need to include the dimension node in the selection. You also likely know that your selection needs to be made with a crossing window. There is an alternative to the simple rectangular selection and that is the "Crossing Polyline" or CP. Perhaps that will work for you. Quote
khoshravan Posted July 8, 2010 Author Posted July 8, 2010 There is an alternative to the simple rectangular selection and that is the "Crossing Polyline" or CP. Perhaps that will work for you. Where can I find explanation about Crossing Polyline, CP? I don't know what is it? Quote
khoshravan Posted July 8, 2010 Author Posted July 8, 2010 The Dimassoc variable is stored in the drawing, not the registry or dimension style. You either need it set in your template, set it each time at startup (acaddoc.lsp, etc.) or both. Could you please tell me the difference between storing in the drawing and registry. I couldn't understand your comments. Thanks in advance. Quote
bonehead411 Posted July 8, 2010 Posted July 8, 2010 Where can I find explanation about Crossing Polyline, CP? I don't know what is it? Begin the stretch command. Before selecting anything, type CP at the command line and press enter. Now, try selecting objects and see what happens. Play around and you'll soon get the feel of it. It's a very useful option for tight areas. Oh, just one more thing. Make sure you have ortho turned off to get the full benefit of CP. Quote
infotechproximity9 Posted July 8, 2010 Posted July 8, 2010 type CP at the command line and press enter. Now, try selecting objects and see what happens. Play around and you'll soon get the feel of it. It's a very useful option for tight areas. ______________________________________________-- Quote
khoshravan Posted July 8, 2010 Author Posted July 8, 2010 There is an alternative to the simple rectangular selection and that is the "Crossing Polyline" or CP. Perhaps that will work for you. 1- CP Isn't CP abbreviation for COPY command? 2- Crossing Polyline Is this a command name or a procedure name? I looked in help and google for 'Crossing Polyline'and didn't find an entry!?! I did as you mentioned in your next thread and it acted only as COPY command. Am I missing something in your notes? Quote
Patrick Hughes Posted July 8, 2010 Posted July 8, 2010 CP is a sub-command (or option) that is a part of the stretch command. Start the stretch command - then look at the command line. You will see one option labeled "CP" type CP while in the stretch command and then start picking your points. Quote
Patrick Hughes Posted July 8, 2010 Posted July 8, 2010 Look at the stretch command in help - that will further explain the options. Quote
khoshravan Posted July 8, 2010 Author Posted July 8, 2010 CP is a sub-command (or option) that is a part of the stretch command. Start the stretch command - then look at the command line. You will see one option labeled "CP" type CP while in the stretch command and then start picking your points. Thanks. Now I understand. I think in this case CP stands for crossing-polygon and not crossing polyline. Quote
Patrick Hughes Posted July 8, 2010 Posted July 8, 2010 Thanks. Now I understand. I think in this case CP stands for crossing-polygon and not crossing polyline. You are correct. Sorry for the confusion. Quote
designerstuart Posted July 8, 2010 Posted July 8, 2010 yes put in CP after you have started the STRETCH command varies in different versions..... when you command STRETCH do you get: Command: s STRETCH Select objects to stretch by crossing-window or crossing-polygon... cos if you do, just draw your window right-to-left for CP, or left to right for normal selection mode Quote
khoshravan Posted July 8, 2010 Author Posted July 8, 2010 just draw your window right-to-left for CP, or left to right for normal selection mode Thanks for your input. the point you mentioned about right-to-left is new to me. Quote
designerstuart Posted July 20, 2010 Posted July 20, 2010 this is a useful tool, works in loads of contexts..... select all objects crossing your box by right-to-left selecting, or just those inside it by left-to-right selecting. you are welcome. 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.