generate_rim_advanced

Function generate_rim_advanced 

Source
pub fn generate_rim_advanced(
    inner_mesh: &Mesh,
    vertex_offset: usize,
) -> RimResult
Expand description

Generate rim faces with full boundary analysis and reporting.

This function:

  1. Analyzes boundary topology to find all loops
  2. Validates the boundary (checks for non-manifold vertices)
  3. Generates rim faces for each valid loop
  4. Reports any issues encountered

§Arguments

  • inner_mesh - The inner surface mesh
  • vertex_offset - Offset to add to vertex indices for the outer surface

§Returns

A RimResult with generated faces and analysis details.