pub fn feature_revol(
model: &mut Model,
solid: &Shape,
profile: &Shape,
axis: Axis,
angle: f64,
sense: Feature,
tol: Tolerances,
) -> OgeomResult<Built>Expand description
Turn profile about axis through angle and add or remove the result.
§Errors
As feature_prism, plus whatever the revolution refuses: an angle
outside (0, 2π], or a profile the axis passes through.