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