How to resize without redrawing

Use this forum to ask questions about how to do things in QCAD.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files and screenshots.

Post one question per topic.

Post Reply
User avatar
Infinidean
Newbie Member
Posts: 7
Joined: Tue Apr 23, 2024 9:42 pm
Location: Brevard NC USA

How to resize without redrawing

Post by Infinidean » Wed Apr 24, 2024 5:29 pm

QCAD question.jpg
QCAD question.jpg (19.97 KiB) Viewed 803 times
This cabinet design is 4'6" wide. I want to change it to 4'10" wide, adding 2" to each side. Is there an easy way to make that change without having to redraw both sides manually?

I am new to QCAD, all CAD for that matter, so please use small words. :)

Lastest version of QCAD. Win 11

TIA

User avatar
Husky
Moderator/Drawing Help/Testing
Posts: 4943
Joined: Wed May 11, 2011 9:25 am
Location: USA

Re: How to resize without redrawing

Post by Husky » Wed Apr 24, 2024 7:38 pm

Infinidean wrote:
Wed Apr 24, 2024 5:29 pm
Is there an easy way to make that change without having to redraw both sides manually?
Yes. I would use the "Stretch" tool.
https://qcad.org/doc/qcad/latest/refere ... ro_en.html

If you master the stretch tool then the modification of your cabinet is a piece of cake in Qcad ... :wink:
Work smart, not hard: QCad Pro
Win10/64, QcadPro, QcadCam version: Current.
If a thread is considered as "solved" please change the title of the first post to "[solved] Title..."

User avatar
Infinidean
Newbie Member
Posts: 7
Joined: Tue Apr 23, 2024 9:42 pm
Location: Brevard NC USA

Re: How to resize without redrawing

Post by Infinidean » Wed Apr 24, 2024 7:42 pm

Thanks. I figured it was that tool, but I couldn't make it work. Hopefully the link you sent will help.

CVH
Premier Member
Posts: 3505
Joined: Wed Sep 27, 2017 4:17 pm

Re: How to resize without redrawing

Post by CVH » Wed Apr 24, 2024 10:50 pm

Infinidean wrote:
Wed Apr 24, 2024 7:42 pm
I figured it was that tool, but I couldn't make it work. Hopefully the link you sent will help.
Remark that in the tool reference, step 2 under 'Usage' is indicated as point 1 in the example under 'Description'.
Step 3 = 2, 4=3 and so on. :wink:
Omitted but for step 6 (=5) one can also key-in the target coordinate on the command Line.

# EDIT # The figure will be adapted shortly :wink:
(See: https://github.com/qcad/qcad/commit/98b ... aaee9baab1)

The idea is to draw a selection box around all what must be moved, crossing all what must be modified partially.
Without or with a selection to filter on intended entities.
Then indicate how that must be stretched with a reference point an a new target point for that particular reference point.

You are virtually free in what to select as reference and target.
2 grid points horizontally 2" apart in the intended direction would already be fine here, any grid point will do.
Or any point as reference and then entering '@-2.0,0.0' or '@2.0,0.0' in the command line for relative (=@) 2 units left or 2 units right works too.
(Enter text without quotation marks, the decimal parts are not required here, the list and the decimal separator are by application preference)
Or you already have some snappable target point to join shapes side by side for example.
There are thus several ways to accomplish this.

Regards,
CVH
Last edited by CVH on Sat Apr 27, 2024 8:36 am, edited 5 times in total.

User avatar
Infinidean
Newbie Member
Posts: 7
Joined: Tue Apr 23, 2024 9:42 pm
Location: Brevard NC USA

Re: How to resize without redrawing

Post by Infinidean » Thu Apr 25, 2024 3:37 pm

CVH wrote:
Wed Apr 24, 2024 10:50 pm

...one can also key-in the target coordinate on the command Line.
My grid is set up in inches, and since I was stretching in whole inches, I manually stretched my selections two grid marks left and right respectively. I am going to experiment with what you suggested. It would allow accuracy when stretching fractions of an inch. Thanks

Dean

CVH
Premier Member
Posts: 3505
Joined: Wed Sep 27, 2017 4:17 pm

Re: How to resize without redrawing

Post by CVH » Thu Apr 25, 2024 4:13 pm

Infinidean wrote:
Thu Apr 25, 2024 3:37 pm
I manually stretched my selections two grid marks left and right respectively. I am going to experiment with what you suggested.
Also meaning that stretching was managed ... Great :P .

@-2.0,0.0 with the '@' for relative is relative to the QCAD relative position.
Usually the last indicated coordinate or that entered in the Command Line.
It appears as a little crossed red circle that tends to hop around with every new coordinate. :wink:

Apart from relative there is also absolute '-2.0,0.0', absolute polar '12.0<45' and relative polar '@12.0<45'.
Absolute is then in relation to the drawing origin ... Point (0.0, 0.0)

If all else fails, in not so trivial cases one can define a line segment that is limited/trimmed to the required translation.
Then the original reference is the start point while the target is the end point, both with snapping to the ends of the line segment.
The segment can be deleted afterwards.

Regards,
CVH

User avatar
Infinidean
Newbie Member
Posts: 7
Joined: Tue Apr 23, 2024 9:42 pm
Location: Brevard NC USA

Re: How to resize without redrawing

Post by Infinidean » Thu Apr 25, 2024 7:24 pm

I can't figure out how to see the place where you can add in values for how far you want to stretch something. I've searched for videoes, and found one from a previous version of QCAD that showed number values right by the cursor when in stretch mode. I don't know if that is still a feature, but it would be great.
This is the video I found. She talks about stretching by displacement starting around 3:35
https://youtu.be/ZWQJL2VpI6g?si=S2X5Yqu39LfhCpHU

Thanks for helping.

CVH
Premier Member
Posts: 3505
Joined: Wed Sep 27, 2017 4:17 pm

Re: How to resize without redrawing

Post by CVH » Thu Apr 25, 2024 10:49 pm

Hi,
For the coordinate values near your cursor hit the F8 key, that toggles between 4 displaying methods.

For entering coordinates see the line under your Command History, the Command Line.
If that is not showing refer to menu View .. Command Line (GM).

'GM' is the shortcut key sequence, simply hit the 'G' key, release and hit the 'M' key shortly after that.

Hitting the space-bar sets the focus on the Command Line.
One can immediately start typing after that.

Regards,
CVH

User avatar
Husky
Moderator/Drawing Help/Testing
Posts: 4943
Joined: Wed May 11, 2011 9:25 am
Location: USA

Re: How to resize without redrawing

Post by Husky » Fri Apr 26, 2024 1:20 am

Infinidean wrote:
Thu Apr 25, 2024 7:24 pm
I've searched for videoes, and found one from a previous version of QCAD that showed number values right by the cursor when in stretch mode.
The video is about QuickCAD developed by Autodesk. Don't use it as tutorial to learn how things work in Qcad developed by Ripponsoft. It is a different app!!!
Work smart, not hard: QCad Pro
Win10/64, QcadPro, QcadCam version: Current.
If a thread is considered as "solved" please change the title of the first post to "[solved] Title..."

User avatar
Infinidean
Newbie Member
Posts: 7
Joined: Tue Apr 23, 2024 9:42 pm
Location: Brevard NC USA

Re: How to resize without redrawing

Post by Infinidean » Fri Apr 26, 2024 6:28 pm

Husky wrote:
Fri Apr 26, 2024 1:20 am
The video is about QuickCAD developed by Autodesk. Don't use it as tutorial to learn how things work in Qcad developed by Ripponsoft. It is a different app!!!
Missing something that obvious can sure make a person feel dum.

Post Reply

Return to “QCAD 'How Do I' Questions”