Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.plane

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

Parameters
  • float height: height Defaults to '1' (optional)
  • int segmentsHeight: segments height Defaults to '1' (optional)
  • int segmentsWidth: segments width Defaults to '1' (optional)
  • float width: width Defaults to '1' (optional)
Plane(**kwargs)
object_type = 'plane'