Track

class kicad.pcbnew.Track(track)
end

End of the Track

Returns:kicad.util.Point2D
get_native()

Get native object from the low level API

Returns:pcbnew.TRACK
is_highlighted

is highlighted?

Returns:bool
is_locked

is locked?

Returns:bool
is_selected

is selected?

Returns:bool
layer

primary layer of the item

Returns:kicad.pcbnew.Layer
layers

All layers where the item is present on

Returns:kicad.pcbnew.LayerSet
net

Net of the Track

Returns:kicad.pcbnew.Net
start

Start of the Track

Returns:kicad.util.Point2D
width

Width of Track in mm

Returns:float