Search found 1272 matches
- Sat Apr 10, 2021 8:04 am
- Forum: QCAD Troubleshooting and Problems
- Topic: My first CAD file it is too slow, and had to stop.
- Replies: 6
- Views: 246
Re: My first CAD file it is too slow, and had to stop.
@ MarkMcC, Thanks for the source. I could follow all until where you mention: "Replace these in the Property Editor with the standard 'AR-HBONE' pattern." What didn't you understand there? The full text was: Edit block 'plant11'. Selection Filter (GF) .. Hatches .. Solid is false .. Replace current ...
- Fri Apr 09, 2021 5:10 am
- Forum: QCAD Troubleshooting and Problems
- Topic: My first CAD file it is too slow, and had to stop.
- Replies: 6
- Views: 246
Re: My first CAD file it is too slow, and had to stop.
Hi, The most demanding culprits are in block 'plant8'. The major problem is that the file is very slow as it comes .... :wink: ... extremely slow with a maxed out timeout for hatches as I am used to. :roll: The original file will handle better every change we are going to make. :) First, reduced the...
- Wed Apr 07, 2021 4:54 am
- Forum: QCAD Programming, Script Programming and Contributing
- Topic: Import and draw entities from a CSV file
- Replies: 2
- Views: 956
Update: Import and draw entities from a CSV file
Major update 3.01: DrawFromCSV.png Supports: - Different CSV styles - Layer handling, layer attributes - Entity general attributes - Entity custom properties - Custom origin (logical UCS), last relative position (conform QCAD). - Absolute, relative & relative/polar notation. Draws: - Point, Line, Ve...
- Sun Mar 28, 2021 8:21 am
- Forum: QCAD 'How Do I' Questions
- Topic: Scale value entry
- Replies: 4
- Views: 489
Re: Scale value entry
when setting the scale for an individual viewport, you have to enter the factor directly; Correct. When adding a viewport, the list in the scale combo box is different and probably fixed in a 'AddViewport.ui' Options Toolbar widget. [1,1/2,1/3,1/4,1/5,1/10 ...] One could file a feature request ... ...
- Sat Mar 27, 2021 5:51 pm
- Forum: QCAD 'How Do I' Questions
- Topic: Adding new fonts
- Replies: 1
- Views: 146
Re: Adding new fonts
Hi,
QCAD uses the system fonts.
Meaning that one has to install fonts in the common way depending your OS.
These are in general TTF files.
Under windows this is a simple R-click on the font file and choose to install it.
Regards,
CVH
QCAD uses the system fonts.
Meaning that one has to install fonts in the common way depending your OS.
These are in general TTF files.
Under windows this is a simple R-click on the font file and choose to install it.
Regards,
CVH
- Thu Mar 25, 2021 10:34 am
- Forum: QCAD Programming, Script Programming and Contributing
- Topic: Personalized scale widget or command
- Replies: 6
- Views: 408
Re: Personalized scale widget or command
Hi, Yes, about any method that requires a selection, a picked entity and a picked point is an example. In the line of common QCAD methods: - Make selection. (Method requires selection) - Activate tool. - Select focal point. - Select reference entity to get its length. - Display dialog for real measu...
- Thu Mar 25, 2021 10:06 am
- Forum: QCAD Programming, Script Programming and Contributing
- Topic: Change draw preferences by script
- Replies: 4
- Views: 342
Re: Change draw preferences by script
Hi, Among others, https://www.qcad.org/doc/qcad/latest/developer/class_r_document.html document units can be set by script. https://www.qcad.org/doc/qcad/latest/developer/class_r_document.html#a717e9c59edcefa3434f4cbf8e2780516 Important: That doesn't convert between units. A value 101.123 stays 101....
- Wed Mar 24, 2021 3:41 pm
- Forum: QCAD Suggestions and Feedback
- Topic: Layer toolbar
- Replies: 8
- Views: 1032
Re: Layer toolbar
But regarding: https://qcad.org/rsforum/viewtopic.php?f=31&t=5239&p=19404#p19405 The panel width should be saved on any change. Not that you may find this setting to fiddle with it in the ini/conf. The line that changes is: DockappWindows :wink: Fiddling ... :roll: Try resetting your configuration. ...
- Wed Mar 24, 2021 3:19 pm
- Forum: QCAD Suggestions and Feedback
- Topic: Layer toolbar
- Replies: 8
- Views: 1032
Re: Layer toolbar
Hi, I did reflect on this ... Yes, and No :wink: The main difference is that setting a pen option is not an operation. It is setting the preferences to be used for any next operation that creates a new entity. Setting the current layer, is itself an actual change to the document. An operation. I am ...
- Wed Mar 24, 2021 8:41 am
- Forum: QCAD Troubleshooting and Problems
- Topic: [solved] Block Edit (BE) doesn't always work
- Replies: 4
- Views: 191
Re: Block Edit (BE) doesn't always work
Hi, Mixing things up ... Block References and Blocks themselves. May I remark that on opening the mentioned dwg, I saw 7 spooks ... Only hardly visible in a certain zoom state. Spooks1.png Spooks2.png Spooks3.png These are from strange shaped polylines with global width 0.009units 'Fire Alarm - Init...
- Mon Mar 22, 2021 6:25 pm
- Forum: QCAD Troubleshooting and Problems
- Topic: [solved] Not copying a layer
- Replies: 18
- Views: 1002
Re: Not copying a layer
Hi, Some methods return Null length entities. It was the first thing I looked for! :lol: :lol: :P :D :) :| Cutting, trimming .... some do, in certain cases, most don't. Explained as intended behavior. :shock: It will serve someone somehow. :roll: Less every few application updates ... :P If you dete...
- Mon Mar 22, 2021 6:08 pm
- Forum: QCAD Programming, Script Programming and Contributing
- Topic: Personalized scale widget or command
- Replies: 6
- Views: 408
- Mon Mar 22, 2021 2:24 pm
- Forum: QCAD Programming, Script Programming and Contributing
- Topic: The .getData().castToShape() construct ...
- Replies: 0
- Views: 200
The .getData().castToShape() construct ...
Andrew, In 2016 you wrote: https://qcad.org/rsforum/viewtopic.php?t=4159&p=15048#p15048 The Object.getData().castToShape() construct is generally not a good idea since a data object is created (but not used) and a pointer to it's shape is retrieved which is well used. The data object will get delete...
- Mon Mar 22, 2021 1:39 pm
- Forum: QCAD Suggestions and Feedback
- Topic: Polyline Boolean Operations
- Replies: 2
- Views: 390
Re: Polyline Boolean Operations
hi, similar to Inkscape? The referred operations are operations on surfaces. In that case we should speak about the enclosed surface by the closed polylines (Contours). Difference , Intersection is feasible with BreakOut auto/manual. Exclusion would be obsolete as nothing changes for both the contou...
- Mon Mar 22, 2021 12:53 pm
- Forum: QCAD 'How Do I' Questions
- Topic: [SOLVED] Close polyline automatically
- Replies: 4
- Views: 242
Re: Close polyline automatically
Very similar topic as: https://www.qcad.org/rsforum/viewtopic.php?f=89&t=8269 I see ",C" in the text, it works for me to execute that by keyboard. OS related, yes, I can't on a windows 7. In general, it is possible to change a key shortcut associated? No, these built-in shortcuts cannot be re-associ...