CircleBufferGeometry

class pythreejs.CircleBufferGeometry(radius=1, segments=8, thetaStart=0, thetaLength=6.283185307179586)[source]

CircleBufferGeometry

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

Inherits BaseBufferGeometry.

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

radius
IEEEFloat(1, allow_none=False).tag(sync=True)
segments
CInt(8, allow_none=False, min=3).tag(sync=True)
thetaStart
IEEEFloat(0, allow_none=False).tag(sync=True)
thetaLength
IEEEFloat(6.283185307179586, allow_none=False).tag(sync=True)
type
Unicode("CircleBufferGeometry", allow_none=False).tag(sync=True)
radius = IEEEFloat(1)

a float

segments = CInt(8)

an int

thetaLength = IEEEFloat(6.283185307179586)

a float

thetaStart = IEEEFloat(0)

a float

type = Unicode('CircleBufferGeometry')

a unicode string