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¶ CFloat(20, allow_none=False).tag(sync=True)
-
height¶ CFloat(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¶ CFloat(0, allow_none=False).tag(sync=True)
-
thetaLength¶ CFloat(6.283185307179586, allow_none=False).tag(sync=True)
-
type¶ Unicode("ConeGeometry", allow_none=False).tag(sync=True)
-
height = CFloat(100) a float
-
heightSegments = CInt(1) an int
-
openEnded = Bool(False) a boolean
-
radialSegments = CInt(8) an int
-
radius = CFloat(20) a float
-
thetaLength = CFloat(6.283185307179586) a float
-
thetaStart = CFloat(0) a float
-
type = Unicode('ConeGeometry') a unicode string
-