Any way to make this code more efficient performance wise. #1165
Unanswered
kdschlosser
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I am new to using build123d and I have yet to learn all of the nifty tricks to get things done in the most efficient manner.
This is what the code below is creating.
I know I can probably grab the end edge of the long cylinder and create the loop using that instead of creating a circle and creating the loop form that and having to do all of the rotations and moves I am doing to get the 3 pieces aligned somewhat. I would imagine it would be faster than having to stitch the pieces together like I am doing bit I have no clue how to go about locating the edge and using it to create the loop.
any help is appreciated..
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions