arena-py API v1.0.1
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)