Skip to content

TubeGeometry

new TubeGeometry(path: Curve, tubularSegments?, radius?, radialSegments?, closed?)

THREE equivalent: THREE.TubeGeometry

Tube swept along a 3D curve using rotation-minimizing frames. Accepts any Curve subclass with 3D getPointAt/getTangentAt.

Name Type Description
parameters object { path, tubularSegments, radius, radialSegments, closed } - stored for reference.