Search found 9026 matches

by andrew
Sun Oct 06, 2013 10:12 am
Forum: Announcements
Topic: QCAD 3.3.3
Replies: 0
Views: 21258

QCAD 3.3.3

QCAD 3.3.3 is a bug fix release.

A complete change log is available at:
http://www.qcad.org/en/qcad-documentati ... -changelog

Update instructions for QCAD Pro users:
http://www.qcad.org/en/customer-area
by andrew
Fri Oct 04, 2013 10:38 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Direct Distance Entry and Point Filters.
Replies: 6
Views: 21360

Re: Direct Distance Entry and Point Filters.

Hi Robert, Many thanks for your contributions! I've integrated direct distance entry in this commit: https://github.com/qcad/qcad/commit/868b996d9aa67b06062107a9004dbdc1e2ab6196 Two quick questions about the point filters: - How about adding them to the Snap menu instead of Edit? They are very simil...
by andrew
Tue Oct 01, 2013 9:05 pm
Forum: QCAD Troubleshooting and Problems
Topic: Breakout segment problem?
Replies: 1
Views: 5912

Re: Breakout segment problem?

Thanks for your report. I've moved this issue to our bug tracker at:
http://www.qcad.org/bugtracker/index.ph ... ask_id=933
by andrew
Tue Oct 01, 2013 1:19 pm
Forum: QCAD 'How Do I' Questions
Topic: Printing
Replies: 1
Views: 4186

Re: Printing

In QCAD, the drawing is almost always created in real size (1:1). The border or drawing header of your drawing is scaled to fit around the drawing. For example, if your drawing is 10x10 Meters, your drawing border might be for example 21x29m. When printing your drawing, choose a scale of "1:100". Yo...
by andrew
Sun Sep 29, 2013 10:26 pm
Forum: QCAD Troubleshooting and Problems
Topic: Autosave warning ...
Replies: 6
Views: 8924

Re: Autosave warning ...

Thanks. It's a problem with the attributes that are created when the part is inserted. Their layer IDs can end up being invalid:
http://www.qcad.org/bugtracker/index.ph ... ask_id=932

Should be fixed for the next update, thanks for the report!
by andrew
Sun Sep 29, 2013 11:48 am
Forum: QCAD Troubleshooting and Problems
Topic: Autosave warning ...
Replies: 6
Views: 8924

Re: Autosave warning ...

Thanks for the update. Can you attache that library item for testing? Thanks.
by andrew
Sat Sep 28, 2013 10:07 pm
Forum: QCAD Troubleshooting and Problems
Topic: Autosave warning ...
Replies: 6
Views: 8924

Re: Autosave warning ...

Three entities cannot be saved (the Teigha plugin reports an exception). To check which ones, you can save the drawing under a new name and open it again in a new tab. Such errors are due to invalid entities. Ideally, this should not happen, as QCAD should prevent you from creating invalid entities....
by andrew
Sat Sep 28, 2013 9:44 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: How to add zooming capabilities to RGraphicsViewQt
Replies: 6
Views: 14412

Re: How to add zooming capabilities to RGraphicsViewQt

All user interaction including mouse panning, mouse zooming, scroll bars, selecting entities, etc. is implemented as scripts: Navigation (panning, zooming, ...): scripts/Navigation/DefaultNavigation/DefaultNavigation.js Default behavior (selecting entities, drag and drop, ...): scripts/DefaultAction...
by andrew
Sat Sep 28, 2013 9:08 pm
Forum: QCAD 'How Do I' Questions
Topic: How to use block attributes in part library's ...
Replies: 5
Views: 7353

Re: How to use block attributes in part library's ...

Yes, you're right. Attributes are not scaled according to units. I will look into that:
http://www.qcad.org/bugtracker/index.ph ... ask_id=931

A workaround is to synchronize after insertion:
Block - Attributes - Synchronize Attributes
by andrew
Sat Sep 28, 2013 8:48 pm
Forum: QCAD 'How Do I' Questions
Topic: How to use block attributes in part library's ...
Replies: 5
Views: 7353

Re: How to use block attributes in part library's ...

Thanks for the report. Can you attach the library item file? Thanks.
by andrew
Sat Sep 28, 2013 10:18 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Loading and Displaying a DXF file
Replies: 4
Views: 10881

Re: Loading and Displaying a DXF file

The error code is ‡IoErrorNoImporterFound. How to register a DXF importer? If you're creating a standalone application in C++ that does not require QCAD, you will have to load the plugins explicitly, for example in your main: RPluginLoader::loadPlugins(true); This will load all plugins available in...
by andrew
Fri Sep 27, 2013 5:23 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Loading and Displaying a DXF file
Replies: 4
Views: 10881

Re: Loading and Displaying a DXF file

The code looks fine and is almost complete. First, please make sure that the DXF file can be found and there are no other errors. The return value of importFile should be 0, if the import was successful. After the import, the scenes and views have to be regenerated with: documentInterface.regenerate...
by andrew
Fri Sep 27, 2013 11:22 am
Forum: QCAD Troubleshooting and Problems
Topic: Scale is broken
Replies: 1
Views: 4125

Re: Scale is broken

Thanks for your report. Yes, I can confirm that problem. A bug report has been created at: http://www.qcad.org/bugtracker/index.php?do=details&task_id=929 Workaround: Make sure that the button with a chain on it, at the right of the scale inputs is not checked (not pushed), even when scaling with th...
by andrew
Wed Sep 25, 2013 3:34 pm
Forum: QCAD Suggestions and Feedback
Topic: Group Tool
Replies: 5
Views: 20788

Re: Group Tool

Groups are called 'blocks' in CAD / QCAD.

In other words, a block is a named, reusable group.
by andrew
Wed Sep 25, 2013 3:02 pm
Forum: QCAD Professional
Topic: supprimer un morceau du tracé de spline
Replies: 5
Views: 9879

Re: supprimer un morceau du tracé de spline

j'ai selectionné ma spline puis j'ai decomposé la spline avec l'outil prevu (symbole dynamite ) en grossissant effectivement il y a une multitude de points symbolisant des petits segments , mais je ne parviens pas a supprimer ces petits segments 1. selectionné spline 2. Modifier - décomposer (splin...

Go to advanced search