.. default-domain:: lua .. highlight:: lua .. currentmodule:: Drawing Line ==== .. class:: Line A line. Created using :meth:`Drawing.add_line`. .. attribute:: start: Tuple Start position of the line. :Attribute: Can be read or written :rtype: Tuple .. attribute:: end: Tuple End position of the line. :Attribute: Can be read or written :rtype: Tuple .. attribute:: reference_frame: SpaceCenter.ReferenceFrame Reference frame for the positions of the object. :Attribute: Can be read or written :rtype: :class:`SpaceCenter.ReferenceFrame` .. attribute:: visible: boolean Whether the object is visible. :Attribute: Can be read or written :rtype: boolean .. attribute:: color: Tuple Set the color :Attribute: Can be read or written :rtype: Tuple .. attribute:: material: string Material used to render the object. Creates the material from a shader with the given name. :Attribute: Can be read or written :rtype: string .. attribute:: thickness: number Set the thickness :Attribute: Can be read or written :rtype: number .. method:: remove() Remove the object.