Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.line

Line object class to manage its properties in the ARENA: Draw a line.

Parameters
  • str color: Line color. Defaults to '#74BEC1' (optional)
  • dict end: End coordinate. Defaults to '{'x': -0.5, 'y': -0.5, 'z': 0}' (optional)
  • float opacity: Line opacity. Defaults to '1' (optional)
  • dict start: Start point coordinate. Defaults to '{'x': 0, 'y': 0.5, 'z': 0}' (optional)
  • bool visible: Whether the material is visible. Defaults to 'True' (optional)
Line(start=(0, 0, 0), end=(10, 10, 10), **kwargs)
object_type = 'line'