• Compatibility helper. Prefer sweep(..., profilePoly(6, ...), path, ...) for new code to keep sweep workflows unified.

    Parameters

    • id: string
    • path: Path3D
    • outerAcrossFlats: Scalar
    • Optional innerAcrossFlats: Scalar
    • Optional result: string
    • Optional opts: {
          deps?: string[];
          mode?: "solid" | "surface";
      }
      • Optional deps?: string[]
      • Optional mode?: "solid" | "surface"

    Returns HexTubeSweep