TubeGeometry

class pythreejs.TubeGeometry(path=None, segments=64, radius=1, radiusSegments=8, close=False)[source]

TubeGeometry

Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/geometries/TubeGeometry

Inherits BaseGeometry.

Three.js docs: https://threejs.org/docs/#api/geometries/TubeGeometry

path
Instance(Curve, allow_none=True).tag(sync=True, **widget_serialization)
segments
CInt(64, allow_none=False).tag(sync=True)
radius
CFloat(1, allow_none=False).tag(sync=True)
radiusSegments
CInt(8, allow_none=False).tag(sync=True)
close
Bool(False, allow_none=False).tag(sync=True)
type
Unicode("TubeGeometry", allow_none=False).tag(sync=True)
close = Bool(False)

a boolean

path = Instance()

a Curve or None

radius = CFloat(1)

a float

radiusSegments = CInt(8)

an int

segments = CInt(64)

an int

type = Unicode('TubeGeometry')

a unicode string