Dimension

class kicad.pcbnew.Dimension(dimension)
get_native()

Get native object from the low level API

Returns:pcbnew.DIMENSION
is_highlighted

is highlighted?

Returns:bool
is_locked

is locked?

Returns:bool
is_selected

is selected?

Returns:bool
layer

layer of the drawsegment

Returns:kicad.pcbnew.Layer
layers

All layers where the item is present on

Returns:kicad.pcbnew.LayerSet
text

Text

Returns:unicode
value

value in mm

Returns:float