Banate CAD saddle by WilliamAAdams 3d model
3dmdb logo
Thingiverse
Banate CAD saddle by WilliamAAdams

Banate CAD saddle by WilliamAAdams

by Thingiverse
Last crawled date: 3 years, 1 month ago
I need a funky saddle table.
This thing is the first 'solid' generated from Banate CAD directly, without the help of any other tools. I can at least open the .stl in GLCPlayer.
At the moment, I don't export normals so if your viewer can't deal with that, it will fail. Of course, things can only improve from here.
I generated this using a Bezier surface description:
local lshape3 = shape_bicubicsurface.new({
M=cubic_bezier_M(),
UMult=1,
Mesh = mesh,
Thickness = thickness,
USteps = 16,
WSteps = 16,
})
addshape(lshape3)
or more simply:
bicubicsurface{Mesh = mesh, Thickness = -3}
You can specify whatever thickness you want for the sheet. Using negative values will go 'in' from the normal vectors.
Of course, while in the renderer, you can texture map the thing just so you see something interesting while you're messing with your geometry.
UPDATE: Uploaded the .fab file

Tags