Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.cone

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

Parameters
  • float height: height Defaults to '1' (optional)
  • bool openEnded: open ended (optional)
  • float radiusBottom: radius bottom Defaults to '1' (optional)
  • float radiusTop: radius top Defaults to '0.01' (optional)
  • int segmentsHeight: segments height Defaults to '18' (optional)
  • int segmentsRadial: segments radial Defaults to '36' (optional)
  • float thetaLength: theta length Defaults to '360' (optional)
  • float thetaStart: theta start (optional)
Cone(**kwargs)
object_type = 'cone'