Hi,
Can FlexPainter still be used with QCAD 3.29.4.0? I briefly played with it probably over a year ago. It is now greyed out under the
Misc/Script Examples/Mathematics/... menu.
I am looking for an easy method of creating revision clouds around changes in my drawings.
Thank you
QCAD version: 3.29.4.0
Date: Feb 7 2024
Qt version: 5.14.2
Compiler version: Clang 10.0.0
Build date: Feb 7 2024
Revision: 36a64236329a16ab717c92c0f4d4c83b56884ab0
Architecture: x86_64
OS: macOS
OS version: 10.16
[SOLVED] FlexPainter for Revision Clouds in QCAD 3.29.4.0
Moderator: andrew
Forum rules
Always indicate your operating system and QCAD version.
Attach drawing files and screenshots.
Post one question per topic.
Always indicate your operating system and QCAD version.
Attach drawing files and screenshots.
Post one question per topic.
-
- Junior Member
- Posts: 12
- Joined: Wed Apr 27, 2022 12:54 am
[SOLVED] FlexPainter for Revision Clouds in QCAD 3.29.4.0
Last edited by QwiqDraw on Mon Mar 18, 2024 6:44 pm, edited 1 time in total.
-
- Premier Member
- Posts: 4879
- Joined: Wed Sep 27, 2017 4:17 pm
Re: FlexPainter for Revision Clouds in QCAD 3.29.4.0
Hi,
Most likely yes, it runs just fine under QCAD 3.29.4.0 on Windows.
And probably yes for MacOs using QT6 there I see a commit to the code by Andrew regarding that.
Remark that tools that require a selecting are grayed out without an existent selection.
FlexPainter mimics a roller stamp and requires a base entity as a trajectory to follow.
One can delete the base entity(-ies) in one go with an non-persistent option in the dialog.
Regards,
CVH
Most likely yes, it runs just fine under QCAD 3.29.4.0 on Windows.
And probably yes for MacOs using QT6 there I see a commit to the code by Andrew regarding that.
Remark that tools that require a selecting are grayed out without an existent selection.
FlexPainter mimics a roller stamp and requires a base entity as a trajectory to follow.
One can delete the base entity(-ies) in one go with an non-persistent option in the dialog.
Regards,
CVH
-
- Junior Member
- Posts: 12
- Joined: Wed Apr 27, 2022 12:54 am
[Solved] FlexPainter for Revision Clouds in QCAD 3.29.4.0
Hi CVH,
Selecting an entity solved it for me! Works great. Much easier than creating them manually.
Sincerely,
Qwiqdraw
Selecting an entity solved it for me! Works great. Much easier than creating them manually.
Sincerely,
Qwiqdraw
-
- Active Member
- Posts: 37
- Joined: Thu Oct 26, 2023 5:50 pm
Re: [SOLVED] FlexPainter for Revision Clouds in QCAD 3.29.4.0
Without FlexPainter, what's the best way to hand draw a revision cloud?
-
- Premier Member
- Posts: 4879
- Joined: Wed Sep 27, 2017 4:17 pm
Re: [SOLVED] FlexPainter for Revision Clouds in QCAD 3.29.4.0
I just thought it would be a valuable tool...
Without ... Meaning: 'NOT availible', 'NOT functional', 'Not the intended result' or avoiding by preference?
- Draw a polyline shape (PL) around the intended region with several segments.
- Each node/vertex intended as a point where 2 so called 'arcs' meet.
(A bulging segment is only closely related to an Arc shape

- Use the 'Change Segment Type' (OX) method to alter each straight segment so that it bulges outwards or inwards.
OR
- By changing each bulge factor to something else than zero in the Property Editor when the Polyline is selected.
To 1.0 for example to resemble a 180°Arc, 0.668 (~135°), 0.4142 (~90°), ...
Positive for left, negative for right or respectively outwards/inwards when CW or the inverse when CWW.
Regards,
CVH