Search found 1819 matches
- Thu Jun 30, 2022 6:38 pm
- Forum: QCAD Professional
- Topic: Script joint
- Replies: 1
- Views: 126
Re: Script joint
Bonjour, malheureusement je ne pense pas. Vous pouvez créer une bibliothèque de pièces que vous pouvez mettre à l'échelle. Les entités d'une définition de bloc peuvent rester sur plusieurs calques différents. Qcad dispose de plusieurs outils pour simplifier la conception d'une 'bride'. De plus, n'im...
- Thu Jun 30, 2022 7:55 am
- Forum: QCAD 'How Do I' Questions
- Topic: How do I select all elements that BOTH ends do connect with another element. Or do not(for deletion)
- Replies: 10
- Views: 419
Re: How do I select all elements that BOTH ends do connect with another element. Or do not(for deletion)
Is there some other way to select all entities that have a start/end point with a specific point. Maybe this is a solution. https://qcad.org/doc/qcad/3.0/developer/class_r_document.html#afec3d18b4520eabadaf71cc737669802 Otherwise you need to evaluate endpoints of entities that match your case. Rega...
- Thu Jun 30, 2022 6:57 am
- Forum: QCAD 'How Do I' Questions
- Topic: How do I select all elements that BOTH ends do connect with another element. Or do not(for deletion)
- Replies: 10
- Views: 419
Re: How do I select all elements that BOTH ends do connect with another element. Or do not(for deletion)
Hi, There is no uniform answer on how to clean up a drawing. This issue pops up every now and then. There is no AutoCad 'Overkill' command under QCAD. It may even be a bit too aggressive. but the queryIntersectedEntitiesXY seems to have some tolerances built in, seems to grab things that don't share...
- Mon Jun 27, 2022 5:24 pm
- Forum: QCAD 'How Do I' Questions
- Topic: (BUG) - dimension text position for dims with suppressed witness/extension lines
- Replies: 12
- Views: 400
Re: (BUG) - dimension text position for dims with suppressed witness/extension lines
You are proposing "workarounds" (thank you) rather than "solution" to a bug A workaround like you call it is immediate, if a fix is possible it will only be included in one of the upcoming releases. There are plenty more examples of two or more markers that coincides. Even Alt-select cannot work in...
- Mon Jun 27, 2022 3:53 am
- Forum: QCAD 'How Do I' Questions
- Topic: (BUG) - dimension text position for dims with suppressed witness/extension lines
- Replies: 12
- Views: 400
Re: dimensions - suppress witness lines
The attached file should explain what happens without witness lines ... The marker for the dimension line and that of the text is at the same spot. The text marker cannot be selected individually. Both solutions to display 2 distinct markers are included. From there one can drag only the text to a n...
- Sun Jun 26, 2022 10:53 am
- Forum: QCAD 'How Do I' Questions
- Topic: (BUG) - dimension text position for dims with suppressed witness/extension lines
- Replies: 12
- Views: 400
Re: dimensions - suppress witness lines
I no longer can adjust the position of dimension text. Another option with your original file is: - Select the right Dimension. - Add '+5' to the Text Position X field so it is displaced by 5 units. Now you have two individual markers and are able to pick and place the text anywhere. :wink: Regards...
- Sun Jun 26, 2022 10:28 am
- Forum: QCAD 'How Do I' Questions
- Topic: (BUG) - dimension text position for dims with suppressed witness/extension lines
- Replies: 12
- Views: 400
Re: dimensions - suppress witness lines
It seems that two markers coincide and then we observe bambuko's problem. One can't pick the text marker but one does pick the Dim marker. Moving that will re-center the text. Align your text with the dimension line and choose to place it above to show individual markers. dim_test_rev.dxf The text o...
- Sun Jun 26, 2022 10:16 am
- Forum: QCAD 'How Do I' Questions
- Topic: (BUG) - dimension text position for dims with suppressed witness/extension lines
- Replies: 12
- Views: 400
Re: dimensions - suppress witness lines
Should QCAD prevent such a modification at the extension lines - I think yes. Should QCAD have the ability to create a Dim without extension lines - I think yes. I find that is rather contradictory: Being able to but also preventing it .... On the other hand I am perfectly able to manually create a...
- Sat Jun 25, 2022 6:26 pm
- Forum: QCAD Programming, Script Programming and Contributing
- Topic: Help with addArc function
- Replies: 2
- Views: 305
Re: Help with addArc function
Hi,
I supect that the variable reversed is boolean 'true' or 'false' and not a number.
Regards,
CVH
I supect that the variable reversed is boolean 'true' or 'false' and not a number.
Regards,
CVH
- Sat Jun 25, 2022 5:33 pm
- Forum: QCAD 'How Do I' Questions
- Topic: (BUG) - dimension text position for dims with suppressed witness/extension lines
- Replies: 12
- Views: 400
Re: dimensions - suppress witness lines
Hi,
Not noticed yet ...
Also because I don't think it is a bug.
A dimension without witness lines is usually the inside measurement.
Common is than to align the text centered over the measuring line.
Regards,
CVH
Not noticed yet ...
Also because I don't think it is a bug.
A dimension without witness lines is usually the inside measurement.
Common is than to align the text centered over the measuring line.
Regards,
CVH
- Fri Jun 24, 2022 8:10 am
- Forum: QCAD Troubleshooting and Problems
- Topic: Attribute with multiline text
- Replies: 3
- Views: 145
Re: Attribute with multiline text
Relevant entry in Bugtracker by Andrew:
https://www.ribbonsoft.com/bugtracker/i ... sk_id=2299
Regards,
CVH
https://www.ribbonsoft.com/bugtracker/i ... sk_id=2299
Regards,
CVH
- Thu Jun 23, 2022 6:09 am
- Forum: Chat
- Topic: Solved: Drawing initial set-up
- Replies: 4
- Views: 321
Re: Drawing initial set-up
the first tick mark I see is at 16666'-8" I second what Husky proposes. I usually turn all things visible (YS, YW) and unlocked (YN) and then I select all (TA) and zoom to all or all selected what is the same here (ZA/ZS). In elaborated drawings I might preserve the layer state first (YM). :wink: S...
- Wed Jun 22, 2022 6:05 pm
- Forum: QCAD Troubleshooting and Problems
- Topic: Text rotation after editing
- Replies: 4
- Views: 483
Re: Text rotation after editing
Very neat that your 7th post is an answer to your own question 
Indeed, most or at least many tool settings are persistent.
Regards,
CVH

Indeed, most or at least many tool settings are persistent.
Regards,
CVH
- Sat Jun 18, 2022 9:59 pm
- Forum: QCAD 'How Do I' Questions
- Topic: How to solve trouble with copy?[SOLVED]
- Replies: 6
- Views: 207
Re: How to solve trouble with copy?[SOLVED]
Hi,
Not the first time I will be the advocate that scale = zero should be considered invalid.
Although mathematically correct, I see no practical meaning for this.
Regards,
CVH
Not the first time I will be the advocate that scale = zero should be considered invalid.
Although mathematically correct, I see no practical meaning for this.
Regards,
CVH
- Sat Jun 18, 2022 3:47 am
- Forum: QCAD Community Edition
- Topic: paste entities into other layer
- Replies: 6
- Views: 932
Re: paste entities into other layer
Hi, In your list I miss the copy stage. :wink: Otherwise you are pasting what is in the Clipboard in step 3. 6. observe how current layer contains all that appeared in the original layer, block references included. With "To current layer" all Clipboard entities are pasted in the current active layer...