Search found 9023 matches

by andrew
Wed Nov 18, 2015 10:53 am
Forum: QCAD Troubleshooting and Problems
Topic: Size limit in dwg2bmp?
Replies: 6
Views: 5482

Re: Size limit in dwg2bmp?

What's the limit based on? Is it a memory limitation? Or some hardcoded limit? I'm just wondering if there's an equation I can use to determine the -x and -y values as I'll be using dwg2bmp in a script to process large numbers of dwg files (so trial and error method is not practical). It's a limit ...
by andrew
Wed Nov 18, 2015 9:33 am
Forum: QCAD Troubleshooting and Problems
Topic: Size limit in dwg2bmp?
Replies: 6
Views: 5482

Re: Size limit in dwg2bmp?

Is there a -r (or -x, -y) limit in dwg2bmp? A dwg file I tried to convert to png would work with -r 25, but fails with -r 26. Yes, there are size limits for bitmaps. Please keep in mind that the bitmap has to be created in 24bit colors and uncompressed before it can be compressed into a much smalle...
by andrew
Mon Nov 16, 2015 10:11 pm
Forum: dxflib Troubleshooting and Problems
Topic: dxflib testing
Replies: 2
Views: 24361

Re: dxflib testing

Updated dxflib packages are now available from:
http://www.qcad.org/en/dxflib-downloads
by andrew
Mon Nov 16, 2015 9:56 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Replace block with same name
Replies: 28
Views: 52993

Re: Replace block with same name

Is there a reason why it isn't in QCAD? I know that this function might be practical for some users. However, I think it's generally not a good idea to try to guess what a user is really trying to do and change the software in such a way that it no longer does what the user tells it to do but inste...
by andrew
Mon Nov 16, 2015 10:58 am
Forum: QCAD 'How Do I' Questions
Topic: assembly
Replies: 8
Views: 7724

Re: assembly

ross: Let's say your current drawing contains a rectangle on a layer called 'layer1' which has its color set to 'white'. The item you drag in contains a triangle, also on a layer called 'layer1' which happens to be 'red'. Dragging in the triangle causes an inconsistency: there's an existing layer 'l...
by andrew
Mon Nov 16, 2015 10:13 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Replace block with same name
Replies: 28
Views: 52993

Re: Replace block with same name

I think he uses another version CreateBlock.js which was only posted here and is not included in QCAD.
by andrew
Sat Nov 14, 2015 8:42 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Replace block with same name
Replies: 28
Views: 52993

Re: Replace block with same name

In both videos, a block recursion is created. In the first video, the resulting structure is: 'block 1' contains only one entity: a reference to 'block 1' (i.e. itself). There is nothing to show here, since block 1 only contains a reference to itself, there are no actual entities involved since the ...
by andrew
Sat Nov 14, 2015 11:12 am
Forum: QCAD 'How Do I' Questions
Topic: assembly
Replies: 8
Views: 7724

Re: assembly

Am I right in thinking that 3 D would be the way to go here ? I don't understand this question. Are you asking if QCAD supports 3D? If so, no it does not. QCAD is a 2D CAD. My Question now is how do I print the drawings that I have. Please refer to our tips and tutorials section at: http://www.qcad...
by andrew
Sat Nov 14, 2015 11:10 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Replace block with same name
Replies: 28
Views: 52993

Re: Replace block with same name

Not sure I can follow. If you have a block reference of block "A" in your drawing, you cannot use that block reference to overwrite the definition of block "A" since the block reference and the block definition are already identical (by definition). If you create a new block "A" which contains a blo...
by andrew
Sat Nov 14, 2015 11:01 am
Forum: Pre-sales Questions
Topic: 3.12.1 Only saves in R15(2000/LT200)
Replies: 1
Views: 8794

Re: 3.12.1 Only saves in R15(2000/LT200)

I did opt out of the two trial add ons because I am using it on a trial basis, to see if it will fulfill my needs. To try out QCAD Professional, please do NOT remove the QCAD Professional add-on. Removing the QCAD Professional add-on leaves you with the free QCAD Community Edition which indeed only...
by andrew
Fri Nov 13, 2015 2:15 pm
Forum: QCAD 'How Do I' Questions
Topic: assembly
Replies: 8
Views: 7724

Re: assembly

Yes, there are various ways to do this, for example File > Import or Edit > Copy / Paste or drag a file in from a file browser. The best solution depends a bit on your specific use case.
by andrew
Fri Nov 13, 2015 9:13 am
Forum: dxflib Troubleshooting and Problems
Topic: dxflib testing
Replies: 2
Views: 24361

Re: dxflib testing

You can get the latest files from our git repository at:
https://github.com/qcad/qcad/tree/maste ... rty/dxflib

I will also update the dxflib packages shortly.
by andrew
Thu Nov 12, 2015 9:51 am
Forum: QCAD Community Edition (Version 3)
Topic: Problem de format R15 dxf
Replies: 5
Views: 26776

Re: Problem de format R15 dxf

The QCAD Community Edition can only store in one DXF format: R15 (2000/LT2000) DXF Drawing (dxflib). The warning is shown to make users aware that 24bit colors will be converted to one of the 256 colors available in DXF R15 and that black layer and entities are stored in white since DXF R15 does not...
by andrew
Thu Nov 12, 2015 9:44 am
Forum: QCAD Professional
Topic: Einfügen von Blöcken auf Layer 0
Replies: 5
Views: 6186

Re: Einfügen von Blöcken auf Layer 0

Die Lösung kann z.B. sein, eine Farbe "Papierfarbe" zu definieren, die von der "automatischen Anpassung" nicht geändert wird. Die "Papierfarbe" ist wie die Hintergrundfarbe, nur dass sie nicht automatisch angepasst wird. Eine neue Farbe mit spezieller Funktion zu definieren liegt beim DXF/DWG Forma...

Go to advanced search