Search found 9027 matches

by andrew
Wed Mar 23, 2016 9:23 am
Forum: QCAD Troubleshooting and Problems
Topic: Print alignment
Replies: 1
Views: 3091

Re: Print alignment

Thank for your report.

This appears to be a Qt (on Windows 10) bug which we cannot fix on our side.

Possible workarounds are:
- Use PDF export instead of printing.
- Install the 32bit package of QCAD. This uses an older Qt version which does not seem to have that problem.
by andrew
Wed Mar 23, 2016 8:48 am
Forum: QCAD 'How Do I' Questions
Topic: Find node on Spline by distance
Replies: 1
Views: 3079

Re: Find node on Spline by distance

You can snap to a point with a given distance to an end point, but not to a point with a given distance from a spline node on the spline. Breaking up the spline into bezier segments will bring you closer to your goal: Misc > Modify > Convert Splines to Bezier Segments With some simple additions and ...
by andrew
Tue Mar 22, 2016 3:08 pm
Forum: QCAD Troubleshooting and Problems
Topic: Block recursions
Replies: 5
Views: 6767

Re: Block recursions

A block recursion happens if a block directly or indirectly contains a reference to itself. I.e. a block "A" contains a block reference of block "A".

Please attach your drawing file and indicate what you are trying to do, so we can help efficiently, thanks.
by andrew
Tue Mar 22, 2016 3:04 pm
Forum: Chat
Topic: Layers, Blocks
Replies: 3
Views: 8834

Re: Layers, Blocks

Mr Confused: Your new, unrelated question has been moved to a separate thread at:
viewtopic.php?f=33&t=4086
by andrew
Tue Mar 22, 2016 1:49 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: [Solved]Listing Entity's Properties
Replies: 13
Views: 10824

Re: Listing Entity's Properties

The property that controls display order is called 'draw order': Screen Shot 2016-03-22 at 13.40.13.png Copy / paste should preserve draw order, although I just noticed, there's a bug with the very first entity that is drawn or loaded: http://www.qcad.org/bugtracker/index.php?do=details&task_id=1404...
by andrew
Tue Mar 22, 2016 9:36 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: how can judge a block entity
Replies: 14
Views: 11691

Re: how can judge a block entity

J-J, liguosheng: what QCAD versions are you using? This is likely related to:
http://www.qcad.org/bugtracker/index.ph ... sk_id=1395
This issue was fixed in QCAD 3.13.
by andrew
Tue Mar 22, 2016 8:26 am
Forum: QCAD 'How Do I' Questions
Topic: Save/Load in application prefs
Replies: 2
Views: 3957

Re: Save/Load in application prefs

None of the format options provided in the preferences dialog should trigger any warnings. Can you confirm that the same options are available on your installation? Screen Shot 2016-03-22 at 08.22.24.png Note that if you load a file which is stored in an older format version, QCAD uses that same for...
by andrew
Mon Mar 21, 2016 1:05 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: how can judge a block entity
Replies: 14
Views: 11691

Re: how can judge a block entity

on qcad3, after the file is opened, when i select 'edit block from reference', the block cann't be selected. I cannot find any problems with this file. I proceed as follows: 1. Load the file 2. Block > Edit Block from Reference 3. Click one of the lines which are part of the block reference 4. The ...
by andrew
Mon Mar 21, 2016 11:17 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: how can judge a block entity
Replies: 14
Views: 11691

Re: how can judge a block entity

There could be various reasons for this: - you are trying to get the ID of the closest block reference but you did not create any block references from the block (i.e. there is a block definition but it is not used at all). - you are trying to get the entity inside the block definition but the block...
by andrew
Mon Mar 21, 2016 10:53 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: how can judge a block entity
Replies: 14
Views: 11691

Re: how can judge a block entity

Is the entity you are trying to retrieve a block reference or a line, arc, circle, etc. that is part of a block definition? Note that a block definition is not an entity but an instance of 'RBlock'. A block reference (RBlockReferenceEntity) is an entity which is used to insert a block at a given pos...
by andrew
Mon Mar 21, 2016 10:48 am
Forum: QCAD Troubleshooting and Problems
Topic: Unproportional scale of block containing arcs
Replies: 1
Views: 4071

Re: Unproportional scale of block containing arcs

I can confirm that this is a known limitation of block scaling.
by andrew
Mon Mar 21, 2016 10:20 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: how can judge a block entity
Replies: 14
Views: 11691

Re: how can judge a block entity

OK. RDocumentInterface::getClosestEntity returns the entity closest to the mouse cursor if there is an entity within range of the mouse cursor. -1 is returned if no entity is within range. The mouse cursor range in pixels is configured in QCAD3.ini under GraphicsView > PickRange and defaults to 10 p...

Go to advanced search