CylinderBufferGeometry

class pythreejs.CylinderBufferGeometry(radiusTop=1, radiusBottom=1, height=1, radialSegments=8, heightSegments=1, openEnded=False, thetaStart=0, thetaLength=6.283185307179586)[source]

CylinderBufferGeometry

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

Inherits BaseBufferGeometry.

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

radiusTop
IEEEFloat(1, allow_none=False).tag(sync=True)
radiusBottom
IEEEFloat(1, allow_none=False).tag(sync=True)
height
IEEEFloat(1, allow_none=False).tag(sync=True)
radialSegments
CInt(8, allow_none=False).tag(sync=True)
heightSegments
CInt(1, allow_none=False).tag(sync=True)
openEnded
Bool(False, allow_none=False).tag(sync=True)
thetaStart
IEEEFloat(0, allow_none=False).tag(sync=True)
thetaLength
IEEEFloat(6.283185307179586, allow_none=False).tag(sync=True)
type
Unicode("CylinderBufferGeometry", allow_none=False).tag(sync=True)
height = IEEEFloat(1)

a float

heightSegments = CInt(1)

an int

openEnded = Bool(False)

a boolean

radialSegments = CInt(8)

an int

radiusBottom = IEEEFloat(1)

a float

radiusTop = IEEEFloat(1)

a float

thetaLength = IEEEFloat(6.283185307179586)

a float

thetaStart = IEEEFloat(0)

a float

type = Unicode('CylinderBufferGeometry')

a unicode string