- hexTubeSweep(id, path, outerAcrossFlats, innerAcrossFlats?, result?, opts?): HexTubeSweep
Parameters
- id: string
- path: Path3D
- outerAcrossFlats: Scalar
Optional innerAcrossFlats: ScalarOptional result: stringOptional opts: {
deps?: string[];
mode?: "solid" | "surface";
}Optional deps?: string[]
Optional mode?: "solid" | "surface"
Compatibility helper. Prefer
sweep(..., profilePoly(6, ...), path, ...)for new code to keep sweep workflows unified.