Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone have a c# method that will take a majorRaduis, minorRadius, and angle and create a solid that is a partial torus that is centered at the 0,0,0 and starts at angle = 0 and goes counter clockwise to "angle"? I have tried and failed using several different methods. Like sweeping a circle around an arc using Solid3d.CreateSweptSolid()
Solved! Go to Solution.