pub fn feature_slot(
model: &mut Model,
solid: &Shape,
profile: &Shape,
along: Vector,
depth: f64,
tol: Tolerances,
) -> OgeomResult<Built>Expand description
A slot: a pocket swept along a direction and cut clean through.
The prism runs depth each way from the profile, so the tool leaves the
material at both ends and the slot is open however the profile sits.
ยงErrors
As feature_prism.