F
ForgeCAD
Studio
Model Parameters
Source Script
const
radius =
param
(
"Base"
, 25);
const
height =
param
(
"Extrude"
, 50);
return
cylinder
(radius, height) .
subtract
(
sphere
(radius * 1.2));
HOT RELOAD ACTIVE (2026)