pub fn extrude<S: Scalar>(
part: &mut Part<S>,
names: &ExtrudeNames<'_>,
coordinate_system: &CoordinateSystem<S>,
outer: &Profile<S>,
holes: &[Profile<S>],
) -> GeopResult<SolidId>Expand description
Extrude outer (counter-clockwise) with holes (clockwise) one unit
along coordinate_system’s w, which must be left-handed (see the module
docs). Everything built is named after outer‘s and the holes’ curves
and joints, see ExtrudeNames.