Pinpoint
Urchin
VBL
API Reference
Line
Line.create()
Line.delete()
Line.set_position()
Line.set_color()
create()
delete()
Lines
Functions
create
Create Line objects
delete
Deletes lines
Classes
Bases: object
object
Creates lines
none
Examples >>>l1 = urchin.lines.Line()
references object being deleted
Examples >>>l1.delete()
Set the position of line renderer
vertex positions of the line in the ReferenceAtlas space (um)
>>>l1.set_position([[0, 0, 0],[13200,11400,8000]])
Set the color of line renderer
new color of the line
>>>l1.set_color(‘#000000’)
Number of objects to create
list of lines to be deleted
>>> lines.delete()