LatheGeometry¶
-
class
pythreejs.LatheGeometry(points=[], segments=12, phiStart=0, phiLength=6.283185307179586)[source]¶ LatheGeometry
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/geometries/LatheGeometry
Inherits
BaseGeometry.Three.js docs: https://threejs.org/docs/#api/geometries/LatheGeometry
-
points¶ List(trait=List()).tag(sync=True)
-
segments¶ CInt(12, allow_none=False).tag(sync=True)
-
phiStart¶ CFloat(0, allow_none=False).tag(sync=True)
-
phiLength¶ CFloat(6.283185307179586, allow_none=False).tag(sync=True)
-
type¶ Unicode("LatheGeometry", allow_none=False).tag(sync=True)
-
phiLength = CFloat(6.283185307179586) a float
-
phiStart = CFloat(0) a float
-
points = List() a list with values that are: a list
-
segments = CInt(12) an int
-
type = Unicode('LatheGeometry') a unicode string
-