How hard is it? It's just work, at least if you know the CAD tool. Making a parameterized model that scales nicely takes a while to do, but really the hard parts are making it work over a wide range of values. Sometimes things just don't look right with a brute force scale. Or you get into silly fastener issues.If you don't have a grasp on the CAD tool, I'd say it is pretty tough. Far simpler to just make one size, and fiddle with it until you like it.Basically, if you are experienced, it's relatively easy, otherwise not. Of course, don't let me discourage you. I think it would be a great way to learn the CAD tool of your choice, as you have a definite goal, and it's not an overly complicated part.Your question is pretty open ended, in my opinion. Are you asking someone to do this for you? Or are you going to give it a try? Someone with a lot of experience could do this pretty quickly. Unfortunately I don't know OpenSCAD, but I do have some experience with FreeCAD. This is not to say I could do it quickly, but I could get there in under a couple of days, because I've done similar things in the past. Big thing is: the more options you add to the list, the hard it is to test that it works right. Or in software speak: Just because it compiles, doesn't mean it works!
Most 3D CAD has a learning curve. Some might say it is steep. But I think it just takes some commitment, and a certain amount of bullheadedness to persevere. There are a lot of video series on most of these tools. Pick your CAD of choice, look up the video series, and start practicing. Actually, in the beginning, you simply need to follow along enough to duplicate what the video is showing. If that means slowing down the video, or repeating it half a dozen times until you get it, that's ok. The instructor doesn't care, or even know. That is what I had to do. You need to have the video in one half of your screen, and the tool in the other. I rearranged my icons, so they were identical to the video, so I wouldn't waste time hunting them down while the instructor had moved on. After a dozen videos, I could do quite a few interesting things. Mind you, I'm no expert, but I can do enough CAD to get stuff done. Honestly, I wished I had done this decades ago, as knowing 3d CAD would have helped me in my career. But better late than never.
Thanks Bruce...Like I said, let's get through the Holidays and I'll get back to you.
I searched for an image of the the Fortitude barrel band and below is what I found, but it could be wrong. If the image is correct, then the Fortitude barrel band seems to have screws that push the shroud and air tube together. Perhaps the screws should only clamp the air tank (indirectly to avoid dinging the tube), and leave clearance around the shroud to allow a little "free float" movement, but prevent so much movement as to tweak the barrel?If free floating the shroud is desirable, a groove for an O-ring bumper could be included in a custom barrel band design, to cushion the shroud, if it is bumped into its travel limit.
A barrel band is a relatively simple shape:-top ring around the barrel-bottom ring around the air tube-middle part which connects the 2 rings-optional, a picatinny rail on the air tube (bottom) partAll of the above can be defined by several parameters:-length of band-barrel diameter-air tank diameter-length of part connecting the 2 rings-is picatinny rail present on bottomWe could also add screws to the middle part, but that may slightly complicate things.I am a software engineer and vaguely familiar with OpenSCAD.How hard could it be to generate an STL file for a barrel band using the parameters above?Has anybody done something like that?