.. _code_utils: Utilities Module ---------------- .. autofunction:: FiberFusing.utils.union_geometries :noindex: The `union_geometries` function computes the union of multiple geometric objects. This is essential for merging fiber structures and visualizing combined geometries. .. autofunction:: FiberFusing.utils.nearest_points_exterior :noindex: The `nearest_points_exterior` function finds the closest points between two geometric objects, aiding in aligning and connecting fibers within the structure. .. autofunction:: FiberFusing.utils.intersection_geometries :noindex: The `intersection_geometries` function computes the intersection of multiple geometric objects, which is useful for identifying overlap regions and managing fiber fusion scenarios.