You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FreeCAD allows creating a Tube primitive. It would be nice to do the same.
Unfortunately there is no BRepPrimAPI_MakeTube* function in OpenCascade so we might need to implement the shape in another way if we want to provide this primitive.