Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cable definition #45

Open
rlescanne opened this issue Mar 25, 2021 · 0 comments
Open

Cable definition #45

rlescanne opened this issue Mar 25, 2021 · 0 comments

Comments

@rlescanne
Copy link
Collaborator

Cables are geometries that link ports to eachother. A port, is an oriented point in space with several properties (dedicated to define the geometry of the transmission line). We can put any number of ports in a draw_cable instruction since the definition is
def draw_cable(self, *ports, ...)
The port orientation is expected to be given in the following way (an example with 4 ports):
image
where the last one is oriented so that it "closes" the path.
This is quite inconvenient and should be modified such that all ports need to be defined in the same direction :
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant