ConeGeometry

class pythreejs.ConeGeometry(radius=20, height=100, radialSegments=8, heightSegments=1, openEnded=False, thetaStart=0, thetaLength=6.283185307179586)[source]

ConeGeometry

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

Inherits BaseGeometry.

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

radius
IEEEFloat(20, allow_none=False).tag(sync=True)
height
IEEEFloat(100, 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("ConeGeometry", allow_none=False).tag(sync=True)
height = IEEEFloat(100)

a float

heightSegments = CInt(1)

an int

openEnded = Bool(False)

a boolean

radialSegments = CInt(8)

an int

radius = IEEEFloat(20)

a float

thetaLength = IEEEFloat(6.283185307179586)

a float

thetaStart = IEEEFloat(0)

a float

type = Unicode('ConeGeometry')

a unicode string