//! Rolling-ball arc joint construction at convex edges.
use Topology;
use crateOffsetData;
use crateOffsetError;
/// Build arc-fillet joint faces at convex edges when `JointType::Arc`
/// is selected.
///
/// # Errors
///
/// Returns [`OffsetError`] if an arc joint cannot be constructed.