Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.sphere

Sphere object class to manage its properties in the ARENA: Sphere Geometry.

Parameters
  • float phiLength: phi length Defaults to '360' (optional)
  • float phiStart: phi start (optional)
  • float radius: radius Defaults to '1' (optional)
  • int segmentsHeight: segments height Defaults to '18' (optional)
  • int segmentsWidth: segments width Defaults to '36' (optional)
  • float thetaLength: theta length Defaults to '180' (optional)
  • float thetaStart: theta start (optional)
Sphere(**kwargs)
object_type = 'sphere'