pub fn feature_rib(
model: &mut Model,
solid: &Shape,
profile: &Shape,
normal: Vector,
thickness: f64,
tol: Tolerances,
) -> OgeomResult<Built>Expand description
A rib: a pad of stated thickness, swept from a profile face’s own plane.
The rib is the profile thickened along normal by thickness and fused
on. It is feature_prism with the vector spelled for the case, and it
exists because a rib is a thing a drawing names and a caller should not
have to spell as a prism every time.
§Errors
As feature_prism.