TorusKnotBufferGeometry

class pythreejs.TorusKnotBufferGeometry(radius=1, tube=0.4, tubularSegments=64, radialSegments=8, p=2, q=3)[source]

TorusKnotBufferGeometry

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

Inherits BaseBufferGeometry.

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

radius
IEEEFloat(1, allow_none=False).tag(sync=True)
tube
IEEEFloat(0.4, allow_none=False).tag(sync=True)
tubularSegments
CInt(64, allow_none=False).tag(sync=True)
radialSegments
CInt(8, allow_none=False).tag(sync=True)
p
CInt(2, allow_none=False).tag(sync=True)
q
CInt(3, allow_none=False).tag(sync=True)
type
Unicode("TorusKnotBufferGeometry", allow_none=False).tag(sync=True)
p = CInt(2)

an int

q = CInt(3)

an int

radialSegments = CInt(8)

an int

radius = IEEEFloat(1)

a float

tube = IEEEFloat(0.4)

a float

tubularSegments = CInt(64)

an int

type = Unicode('TorusKnotBufferGeometry')

a unicode string