Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.ring

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

Parameters
  • float radiusInner: radius inner Defaults to '0.8' (optional)
  • float radiusOuter: radius outer Defaults to '1.2' (optional)
  • int segmentsPhi: segments phi Defaults to '10' (optional)
  • int segmentsTheta: segments theta Defaults to '32' (optional)
  • float thetaLength: theta length Defaults to '360' (optional)
  • float thetaStart: theta start (optional)
Ring(**kwargs)
object_type = 'ring'