pub fn offset_surface(
face: &FaceRecord,
distance: f64,
planar_extension: f64,
) -> Result<NurbsSurface, String>Expand description
Construct the same fitted offset carrier surface as the reference shell implementation. Positive distance follows its convention and moves opposite the face’s outward normal.