Page 1 of 1

[FeatureRequest] Reference points for circuit plans

Posted: Sun Dec 17, 2017 5:38 pm
by massimo
Hi,
I'm going to create a circuit plan with QCad. For the wiring from a terminal A to a terminal B I don't like to draw all single lines, as the crossing and curving lines logically are not important.

So I was guessing about a feature, that I can't find. Is there a way to have reference points, like a Reference A is pointing to a reference B? So hovering A will highlight B or something?

I thought about different approaches for connecting some all sockets of a terminal A to a distant terminal B:

* Adding numbered references like #A003, #A004 as text on each side.
* Drawing direct lines between the sockets on a layer that can just be hidden (still confusing)
* Drawing the lines in the correct order and position: Here the problem is that the connecting wire as a line is not one single object. I would need to make blocks of each wire for hiding the single wire.

Any other idea? I know there is better circuit design software, but I do everything in QCad, and it is only to design the position of all modules and wiring.

Re: Reference points for circuit plans

Posted: Sun Dec 17, 2017 5:41 pm
by massimo
massimo wrote:* Drawing the lines in the correct order and position: Here the problem is that the connecting wire as a line is not one single object. I would need to make blocks of each wire for hiding the single wire.
Ok, at least this one can be achieved with a poly-line.

Re: Reference points for circuit plans

Posted: Sun Dec 17, 2017 7:55 pm
by Husky
Hi,
massimo wrote:Any other idea?
Using Points in a block?

1. Point = Start wire
2. Point = End wire

Create a block with Point 1 + 2 / reference is one of this points,

Hovering with the mouse over one point will highlight both points .....