Skip to main content

shell_v2

Function shell_v2 

Source
pub fn shell_v2(
    topo: &mut Topology,
    solid: SolidId,
    thickness: f64,
    exclude: &[FaceId],
) -> Result<SolidId, OperationsError>
Expand description

Shell (hollow solid) operation (V2 pipeline).

ยงErrors

Returns an error if the offset fails.