Search found 9017 matches

by andrew
Fri Dec 05, 2014 8:38 pm
Forum: QCAD Community Edition
Topic: How to put text beside objects with distance?
Replies: 2
Views: 6772

Re: How to put text beside objects with distance?

The stripping of leading / trailing spaces seems to be a bug in dxflib / QCAD Community Edition.

Bug report at:
http://www.qcad.org/bugtracker/index.ph ... sk_id=1139

[moved topic to QCAD Community Edition forum]
by andrew
Fri Dec 05, 2014 10:38 am
Forum: QCAD 'How Do I' Questions
Topic: How Do I generate a QCAD using QCAD source code
Replies: 2
Views: 3473

Re: How Do I generate a QCAD using QCAD source code

Please refer to our web site for detailed compilation instructions:
http://www.qcad.org/en/component/conten ... om-sources
by andrew
Fri Dec 05, 2014 10:18 am
Forum: QCAD 'How Do I' Questions
Topic: Not saving drawings
Replies: 9
Views: 8246

Re: Not saving drawings

There's definitely a zero length line. Try rectangular selection:
Screen Shot 2014-12-05 at 10.17.05.png
Screen Shot 2014-12-05 at 10.17.05.png (26.24 KiB) Viewed 8199 times
Screen Shot 2014-12-05 at 10.17.32.png
Screen Shot 2014-12-05 at 10.17.32.png (20.98 KiB) Viewed 8199 times
Property editor:
Screen Shot 2014-12-05 at 10.17.42.png
Screen Shot 2014-12-05 at 10.17.42.png (16.94 KiB) Viewed 8199 times
by andrew
Thu Dec 04, 2014 11:37 pm
Forum: QCAD 'How Do I' Questions
Topic: Not saving drawings
Replies: 9
Views: 8246

Re: Not saving drawings

OK, thanks. Try: Modify > Detect Zero Entities This will detect one zero length entity in your outer contour, at the bottom of the arc which is part of the bottom edge of the shape. Delete that entity, then try to hatch again. Apparently, QCAD is not bothered by that entity but the DXF format doesn'...
by andrew
Thu Dec 04, 2014 10:40 pm
Forum: QCAD 'How Do I' Questions
Topic: Not saving drawings
Replies: 9
Views: 8246

Re: Not saving drawings

Does Qcad not save Hatches? Yes, it does. There might be rare occasions on which the underlying library rejects a hatch. That would likely be because a path is not properly closed. I tried to open and save your file without problems. Are you hatching any particular area which does not get saved? Ca...
by andrew
Thu Dec 04, 2014 9:14 pm
Forum: QCAD 'How Do I' Questions
Topic: Not saving drawings
Replies: 9
Views: 8246

Re: Not saving drawings

This looks fine here. What operating system are you on?
by andrew
Thu Dec 04, 2014 9:13 pm
Forum: QCAD Installation and Upgrades
Topic: linux system wide install
Replies: 1
Views: 8717

Re: linux system wide install

Please note that we also offer a tar.gz file, which you can download and simply extract in any desired location. There is no real advantage of using the installer in this situation.
by andrew
Thu Dec 04, 2014 9:08 pm
Forum: QCAD 'How Do I' Questions
Topic: Hatches
Replies: 2
Views: 3862

Re: Hatches

You appear to have selected a hatch entity among other entities. You cannot apply a hatch to an existing hatch. Please make sure that you only select lines, arcs, etc. that form a closed area. Perhaps try this with a simple rectangle first, to see how it works.
by andrew
Thu Dec 04, 2014 8:32 pm
Forum: QCAD 'How Do I' Questions
Topic: Not saving drawings
Replies: 9
Views: 8246

Re: Not saving drawings

Please attach or e-mail the drawing file, thank you.
by andrew
Thu Dec 04, 2014 4:55 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Multiple snap types
Replies: 6
Views: 7123

Re: Multiple snap types

OK. This sounds like a specialised snap tool that snaps to a point with a given distance on a specific, previously chosen entity. I'd recommend to implement your own snap tool, similar to the one implemented in SnapDistance.js You can essentially copy that file and rename the classes or derive from ...
by andrew
Thu Dec 04, 2014 4:18 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Multiple snap types
Replies: 6
Views: 7123

Re: Multiple snap types

OK. To use RSnapDistanceExtension, you will have to include the file SnapDistance.js. Please note that RSnapDistanceExtension is not a snap restriction, but a regular snap function. So you cannot pass is to setSnapRestriction. Possible snap restrictions are RRestrictAngleLength, RRestrictOrthogonal,...
by andrew
Thu Dec 04, 2014 2:53 pm
Forum: QCAD Troubleshooting and Problems
Topic: V3 slow to use
Replies: 3
Views: 4128

Re: V3 slow to use

OK, great. Thanks for letting me know.
by andrew
Thu Dec 04, 2014 2:52 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Multiple snap types
Replies: 6
Views: 7123

Re: Multiple snap types

What is RRestrictAngleLengthExtension, one of your own classes?
by andrew
Thu Dec 04, 2014 12:18 pm
Forum: QCAD Troubleshooting and Problems
Topic: V3 slow to use
Replies: 3
Views: 4128

Re: V3 slow to use

This is a known issue on some installations / systems which was introduced in QCAD 3.7.2 and should be fixed in QCAD 3.7.5, released yesterday. You can update for free from your download area (link sent to you via e-mail) or following our instructions at: http://www.qcad.org/en/customer-area Please ...
by andrew
Thu Dec 04, 2014 11:54 am
Forum: dxflib Troubleshooting and Problems
Topic: Too many blocks displayed
Replies: 4
Views: 29846

Re: Too many blocks displayed

Thanks. The block reference (INSERT) and a POINT entity which is also in the ENTITIES section both use the DXF code 67, a flag that indicates that the entity should be imported into paper space. I've added proper support for this flag to dxflib v3.7.5: http://www.qcad.org/en/dxflib-downloads You can...

Go to advanced search