Search found 3467 matches

by CVH
Sun Jul 30, 2023 10:05 am
Forum: QCAD 'How Do I' Questions
Topic: 19 sided brick arch
Replies: 18
Views: 4851

Re: 19 sided brick arch

I have not yet worked out how to create an arch in Qcad where the apex at the top is higher (or lower) than the side radius. An arc is round, isn't it ... :wink: Maybe you need a half ellipse to create a form that is higher/lower than half the horizontal diameter. Downside ... Minor an major radius...
by CVH
Sun Jul 30, 2023 9:47 am
Forum: QCAD 'How Do I' Questions
Topic: 19 sided brick arch
Replies: 18
Views: 4851

Re: 19 sided brick arch

I would like it to be made up of (15) 2.625" segments, not a curve. QCAD has no tool to create an n-sided polygon with a defined side length. But there is a way ... Start the PG2 tool 'Polygon (2 Points of Side)' In the Options Toolbar: Not as polyline, no fill, no corner radius, 28 sides (=2*(15-1...
by CVH
Sun Jul 30, 2023 8:39 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Export a Block to dxf? [SOLVED]
Replies: 7
Views: 8655

Re: Export a Block to dxf?

going over this issue and QCAD in general I don't see an issue with QCAD ... I see odd or incorrect created blocks. I presume that (some) other Apps create a block from entities with the drawing origin as reference point. QCAD allows for indicating a reference point when creating a block from selec...
by CVH
Sun Jul 30, 2023 8:28 am
Forum: QCAD 'How Do I' Questions
Topic: 19 sided brick arch
Replies: 18
Views: 4851

Re: 19 sided brick arch

catenary is derived from Latin for 'chain', and it is how domes, arches, etc have been constructed for hundreds of years True ... But not entirely ... Math tells me that a symmetric Catenary curve spanning 24" with a length of 47.25" (=18*(2.5+0.125)) has a sag of 18.6928". (17 full bricks and 2 ha...
by CVH
Sat Jul 29, 2023 7:57 pm
Forum: QCAD 'How Do I' Questions
Topic: 19 sided brick arch
Replies: 18
Views: 4851

Re: 19 sided brick arch

The form will be laser cut from the Qcad document. Usually plywood is used for this, no laser required. I would draw a 180 degree arc with radius 12". Draw a brick (RS) ... A rectangle 4.5 by 2.5 and cut or copy that with reference (RT/RC). For the reference I would use the center of a 2.5 side. Th...
by CVH
Sat Jul 29, 2023 7:39 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Export a Block to dxf? [SOLVED]
Replies: 7
Views: 8655

Re: Export a Block to dxf?

Joseph, In scripting if you have a block reference in the document then one can set/alter its position with: var blockRef; // A reference to a block reference entity (RBlockReferenceEntity) var position; // A valid position (RVector) blockRef.setPosition(position); // One has to recast that to the d...
by CVH
Sat Jul 29, 2023 6:18 am
Forum: QCAD/CAM
Topic: postprocessor outputing G41 code
Replies: 7
Views: 7718

Re: postprocessor outputing G41 code

Jim, The GCodeBase.js you posted on Thu Jul 27, 2023 9:24 pm is not the original from QCAD/CAM Yours start with: /** * Version 1 27jul23 * Include definition of class CamExporterV2 from QCAD/CAM plugin: */ include("scripts/Cam/CamExportV2/CamExporterV2.js"); That should be: /** * This file is part o...
by CVH
Fri Jul 28, 2023 5:53 pm
Forum: QCAD Installation and Upgrades
Topic: Which MacOS M1 verision to install
Replies: 4
Views: 32783

Re: Which MacOS M1 verision to install

franksbedford wrote:
Fri Jul 28, 2023 9:52 am
How do I check for ongoing updates? Is there auto-update notification?
You could subscribe to this forum: https://www.qcad.org/rsforum/viewforum.php?f=16
(Whole the way at the bottom left :wink: )

Regards,
CVH
by CVH
Thu Jul 27, 2023 9:54 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Export a Block to dxf? [SOLVED]
Replies: 7
Views: 8655

Re: Export a Block to dxf?

If you save a block as a library item then this block is saved as a dxf Please explain this further, It is not possible to select a block from the Block List and save that. One can select a single Block Reference entity and create a library item from that entity (BT), no need for a reference positi...
by CVH
Thu Jul 27, 2023 9:14 pm
Forum: QCAD/CAM
Topic: postprocessor outputing G41 code
Replies: 7
Views: 7718

Re: postprocessor outputing G41 code

Jim, Remark that GCodeBase.js may be overwritten by an update of QCAD/CAM. Please read the header of this file. You should not edit that for customizing the G-code output. LxcncIn.js nor JimOffsetIn.js are standard postprocessors. JimOffsetIn.js should create an offset path instead of using G41/G42....
by CVH
Wed Jul 26, 2023 7:17 pm
Forum: QCAD 'How Do I' Questions
Topic: Joining Splines?
Replies: 5
Views: 2272

Re: Joining Splines?

I wasn't expecting to be able to join the splines and keep the ends of each spline exactly as they were It should not preserve tangent orientations ... - The resulting new spline will only match if the two merged splines were actually tangent to begin with. - In all other cases it was a discontinui...
by CVH
Wed Jul 26, 2023 6:51 pm
Forum: QCAD Suggestions and Feedback
Topic: User-defined Global scale for Import Bitmap?
Replies: 2
Views: 8473

Re: User-defined Global scale for Import Bitmap?

Still, the single addition of a decimal point is by far the easiest method. The tool could include a Scale factor and save that persistent like most other tool options. if I could tell QCAd in the preferences that (for example) all my imported bitmaps should be scaled to 10 pixels per mm. For such a...
by CVH
Wed Jul 26, 2023 6:34 pm
Forum: QCAD 'How Do I' Questions
Topic: Re-sizing a polygon
Replies: 4
Views: 2050

Re: Re-sizing a polygon

It's an octagon (8 point polygon I think) that I turned into a block. I am looking at the Property Manager and don't see width and height. Indeed a block, indeed an octagon but these two octagons are not concentric. BTW ... The blue marker is the block reference center ... Meaning that the 36 3/4 o...
by CVH
Wed Jul 26, 2023 5:47 pm
Forum: QCAD Suggestions and Feedback
Topic: User-defined Global scale for Import Bitmap?
Replies: 2
Views: 8473

Re: User-defined Global scale for Import Bitmap?

Derek,

This is not implemented, by default it is 1 pixel per drawing unit.
Maybe you can play with the actual drawing unit and the convert between units.

Regards,
CVH
by CVH
Wed Jul 26, 2023 5:42 pm
Forum: QCAD 'How Do I' Questions
Topic: Re-sizing a polygon
Replies: 4
Views: 2050

Re: Re-sizing a polygon

Hi, and welcome to the QCAD forum. It would great to be able to click on the polygon and have a panel that shows its location and size, where I could edit the size. The mentioned 'panel' would be the Property Editor. If that is not showing then see menu View or simply hit the G key and then the P ke...

Go to advanced search