Message 1 of 25
Python Code to extrude a circle to a separate circle that is offset of the first circle.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good morning, everyone!
Is there a way to extrude or loft 1 circle to another circle to create a solid cylinder where the circles are drawn on the xz plane but are not directly inline with one another. Circle 1 lets say is at 10, 0 , 0 and Circle 2 is at 15, 20, 0.
Does pyautocad have a function that will perform this extrusion?
I have thought about maybe creating a point in the center of the circles and then creating a line between the two circles as a rail for the extrusion to follow. Would I even need to go that far?
Thank you all for your time!