Jump to content

Recommended Posts

Posted

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

Posted

try setting DIMASSOC to 2

Posted

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
Posted
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.

Posted

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.

Posted
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?

Posted
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.

Posted
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.

Posted

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.

______________________________________________--

Posted
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?

Posted

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.

Posted

Look at the stretch command in help - that will further explain the options.

Posted
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.

Posted
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.

Posted

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

Posted
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.

  • 2 weeks later...
Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...