CylinderGeometry¶
-
class
pythreejs.CylinderGeometry(radiusTop=1, radiusBottom=1, height=1, radiusSegments=8, heightSegments=1, openEnded=False, thetaStart=0, thetaLength=6.283185307179586)[source]¶ CylinderGeometry
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/geometries/CylinderGeometry
Inherits
BaseGeometry.Three.js docs: https://threejs.org/docs/#api/geometries/CylinderGeometry
-
radiusTop¶ CFloat(1, allow_none=False).tag(sync=True)
-
radiusBottom¶ CFloat(1, allow_none=False).tag(sync=True)
-
height¶ CFloat(1, allow_none=False).tag(sync=True)
-
radiusSegments¶ 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¶ CFloat(0, allow_none=False).tag(sync=True)
-
thetaLength¶ CFloat(6.283185307179586, allow_none=False).tag(sync=True)
-
type¶ Unicode("CylinderGeometry", allow_none=False).tag(sync=True)
-
height = CFloat(1) a float
-
heightSegments = CInt(1) an int
-
openEnded = Bool(False) a boolean
-
radiusBottom = CFloat(1) a float
-
radiusSegments = CInt(8) an int
-
radiusTop = CFloat(1) a float
-
thetaLength = CFloat(6.283185307179586) a float
-
thetaStart = CFloat(0) a float
-
type = Unicode('CylinderGeometry') a unicode string
-