Search found 115 matches

by michael
Mon Sep 17, 2007 1:56 pm
Forum: QCAD 2.1/2.2 Troubleshooting and Problems
Topic: still can't fill in elipses
Replies: 4
Views: 16204

Oh, man! Yes, that is it. :shock:

But it seems strange to users that rect, freehand, etc works but ellipse. :roll:
andrew wrote:Another workaround: Explode the ellipse, this leaves you with a polyline that consists of arcs. You can now fill this polyline.
by michael
Sun Sep 16, 2007 11:04 pm
Forum: QCAD 2.1/2.2 Troubleshooting and Problems
Topic: QCad qcad-2.1.3.0-1-prof.linux.x86 Coring
Replies: 1
Views: 10479

Use "ldd" command.
dynamic library path
etc. to track down the problem.

$LDD_LIBRARY_PATH I think this was it on Linux.

Maybe a script can set the path to the right libs.
by michael
Sun Sep 16, 2007 10:35 pm
Forum: QCAD 2.1/2.2 Troubleshooting and Problems
Topic: still can't fill in elipses
Replies: 4
Views: 16204

Possible solution:

1. Draw the ellipse as normal.
2. Then use the Pen Tool "li" to match the ellipse as needed.
3. Use the fill tool al normal.
4. Hide the lines in the closed polygon from 2.
5. Done.

With this method - filling a polyline - you can fill any shape.
by michael
Sun Sep 16, 2007 3:09 pm
Forum: QCAD 2.1/2.2 'How Do I' Questions
Topic: Scripting: Adding Lines via Command line
Replies: 1
Views: 9345

See: QCad2.1\scripts\input01.qs ------------ /** * Author: Andrew Mustun * * Draws a sine curve from parameters given by the user. */ function main() { var doc; // current document var view; // current document view var line; // line to add var i; // counter var factor; // scaling factor var lx = -1...
by michael
Sun Sep 16, 2007 3:06 pm
Forum: QCAD 2.1/2.2 Troubleshooting and Problems
Topic: still can't fill in elipses
Replies: 4
Views: 16204

As far as I know, this it not possible or does not work right now.
But maybe you can select these special components, place it in a different LAYER and then give theme a SPECIAL color or else different attributes.
by michael
Sun Sep 16, 2007 2:55 pm
Forum: QCAD 2.1/2.2 Suggestions and Feedback
Topic: Command Line Shortcuts...
Replies: 2
Views: 12261

I think it is good to have all commands always with the same names.
Maybe you can use a external tool, for key recording and setup a hotkey here.
by michael
Sun Sep 16, 2007 2:38 pm
Forum: QCAD 2.1/2.2 'How Do I' Questions
Topic: Block and insert attributes
Replies: 1
Views: 8916

Basically, use "Layers" on the right side of QCad.
Then Change the Layer attributes to change anything within this layer.

Edit an existing Drawing with the Edit, Attibute or the like on the left-side of QCad.

Hotkey "at".
by michael
Sun Sep 16, 2007 2:33 pm
Forum: QCAD 2.1/2.2 Suggestions and Feedback
Topic: multiple paper-space
Replies: 2
Views: 10763

Templates?
Or Blocks within drawings?
by michael
Sun Sep 16, 2007 2:26 pm
Forum: Pre-sales Questions
Topic: Area Calculation?
Replies: 1
Views: 14475

Yes you can!

Just use Hotkey "ir". Or Menu Info Polygon Aera.

Works great and with complex multi polygon forms.
by michael
Sun Sep 16, 2007 2:20 pm
Forum: Pre-sales Questions
Topic: editable menu
Replies: 1
Views: 10888

Use Hotkeys:

1. "re" - Rectangle.
2. "rn" - Radius.

Works greate and fast.

Go to advanced search