KiCad Pcbnew Python Scripting
Public Member Functions | Properties | List of all members
pcbnew.PCB_DIMENSION_BASE Class Reference
Inheritance diagram for pcbnew.PCB_DIMENSION_BASE:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, *args, **kwargs)
 
"bool" IsType (self, "KICAD_T const []" aScanTypes)
 
"void" SetParent (self, "EDA_ITEM" aParent)
 
"wxPoint const &" GetStart (self)
 
"void" SetStart (self, "wxPoint" aPoint)
 
"wxPoint const &" GetEnd (self)
 
"void" SetEnd (self, "wxPoint" aPoint)
 
"wxPoint" GetPosition (self)
 
"void" SetPosition (self, "wxPoint" aPos)
 
"bool" GetOverrideTextEnabled (self)
 
"void" SetOverrideTextEnabled (self, "bool" aOverride)
 
"wxString" GetOverrideText (self)
 
"void" SetOverrideText (self, "wxString" aValue)
 
"int" GetMeasuredValue (self)
 
"void" SetMeasuredValue (self, "int" aValue)
 
"wxString" GetValueText (self)
 
"void" Update (self)
 
"wxString" GetPrefix (self)
 
"void" SetPrefix (self, "wxString" aPrefix)
 
"wxString" GetSuffix (self)
 
"void" SetSuffix (self, "wxString" aSuffix)
 
"void" GetUnits (self, "EDA_UNITS &" aUnits)
 
"void" SetUnits (self, "EDA_UNITS" aUnits)
 
"DIM_UNITS_MODE" GetUnitsMode (self)
 
"void" SetUnitsMode (self, "DIM_UNITS_MODE" aMode)
 
"void" SetAutoUnits (self, "bool" aAuto=True)
 
"DIM_UNITS_FORMAT" GetUnitsFormat (self)
 
"void" SetUnitsFormat (self, "DIM_UNITS_FORMAT const" aFormat)
 
"int" GetPrecision (self)
 
"void" SetPrecision (self, "int" aPrecision)
 
"bool" GetSuppressZeroes (self)
 
"void" SetSuppressZeroes (self, "bool" aSuppress)
 
"bool" GetKeepTextAligned (self)
 
"void" SetKeepTextAligned (self, "bool" aKeepAligned)
 
"void" SetTextPositionMode (self, "DIM_TEXT_POSITION" aMode)
 
"DIM_TEXT_POSITION" GetTextPositionMode (self)
 
"int" GetArrowLength (self)
 
"void" SetArrowLength (self, "int" aLength)
 
"void" SetExtensionOffset (self, "int" aOffset)
 
"int" GetExtensionOffset (self)
 
"int" GetLineThickness (self)
 
"void" SetLineThickness (self, "int" aWidth)
 
"void" SetLayer (self, "PCB_LAYER_ID" aLayer)
 
"void" SetTextSize (self, "wxSize" aTextSize)
 
"void" SetText (self, "wxString" aNewText)
 
"wxString const" GetText (self)
 
"PCB_TEXT const &" Text (self, *args)
 
"std::vector< std::shared_ptr< SHAPE >,std::allocator< std::shared_ptr< SHAPE > > > const &" GetShapes (self)
 
"void" Move (self, "wxPoint" offset)
 
"void" Rotate (self, "wxPoint" aRotCentre, "double" aAngle)
 
"void" Flip (self, "wxPoint" aCentre, "bool" aFlipLeftRight)
 
"void" Mirror (self, "wxPoint" axis_pos, "bool" aMirrorLeftRight=False)
 
"void" GetMsgPanelInfo (self, "EDA_DRAW_FRAME *" aFrame, "std::vector< MSG_PANEL_ITEM,std::allocator< MSG_PANEL_ITEM > > &" aList)
 
"bool" HitTest (self, *args)
 
"EDA_RECT const" GetBoundingBox (self)
 
"std::shared_ptr< SHAPE >" GetEffectiveShape (self, *args)
 
"wxString" GetSelectMenuText (self, "EDA_UNITS" aUnits)
 
"BOX2I const" ViewBBox (self)
 
"void" TransformShapeWithClearanceToPolygon (self, "SHAPE_POLY_SET" aCornerBuffer, "PCB_LAYER_ID" aLayer, "int" aClearance, "int" aError, "ERROR_LOC" aErrorLoc, "bool" aIgnoreLineWidth)
 
- Public Member Functions inherited from pcbnew.BOARD_ITEM
def __init__ (self, *args, **kwargs)
 
"void" SetParentGroup (self, "PCB_GROUP" aGroup)
 
"PCB_GROUP *" GetParentGroup (self)
 
"int" GetX (self)
 
"int" GetY (self)
 
"wxPoint" GetCenter (self)
 
"void" SetX (self, "int" aX)
 
"void" SetY (self, "int" aY)
 
"bool" IsConnected (self)
 
"bool" IsOnCopperLayer (self)
 
"std::shared_ptr< SHAPE >" GetEffectiveShape (self, *args)
 
"BOARD_ITEM_CONTAINER *" GetParent (self)
 
"BOARD_ITEM_CONTAINER *" GetParentFootprint (self)
 
"PCB_LAYER_ID" GetLayer (self)
 
"LSET" GetLayerSet (self)
 
"void" SetLayerSet (self, "LSET" aLayers)
 
"void" SetLayer (self, "PCB_LAYER_ID" aLayer)
 
"BOARD_ITEM *" Duplicate (self)
 
"void" SwapData (self, "BOARD_ITEM" aImage)
 
"bool" IsOnLayer (self, "PCB_LAYER_ID" aLayer)
 
"bool" IsTrack (self)
 
"bool" IsLocked (self)
 
"void" SetLocked (self, "bool" aLocked)
 
"void" DeleteStructure (self)
 
"void" Move (self, *args)
 
"void" Rotate (self, *args)
 
"void" Flip (self, *args)
 
"BOARD *" GetBoard (self, *args)
 
"wxString" GetLayerName (self)
 
"void" ViewGetLayers (self, "int []" aLayers, "int &" aCount)
 
"void" TransformShapeWithClearanceToPolygon (self, "SHAPE_POLY_SET" aCornerBuffer, "PCB_LAYER_ID" aLayer, "int" aClearanceValue, "int" aError, "ERROR_LOC" aErrorLoc, "bool" ignoreLineWidth=False)
 
def Cast (self)
 
def Duplicate (self)
 
def SetPos (self, p)
 
def SetStartEnd (self, start, end)
 
- Public Member Functions inherited from pcbnew.EDA_ITEM
def __init__ (self, *args, **kwargs)
 
"KICAD_T" Type (self)
 
"EDA_ITEM *" GetParent (self)
 
"void" SetParent (self, "EDA_ITEM" aParent)
 
"bool" IsModified (self)
 
"bool" IsNew (self)
 
"bool" IsMoving (self)
 
"bool" IsDragging (self)
 
"bool" IsWireImage (self)
 
"bool" IsSelected (self)
 
"bool" IsEntered (self)
 
"bool" IsResized (self)
 
"bool" IsBrightened (self)
 
"void" SetWireImage (self)
 
"void" SetSelected (self)
 
"void" SetBrightened (self)
 
"void" ClearSelected (self)
 
"void" ClearBrightened (self)
 
"void" SetModified (self)
 
"int" GetState (self, "EDA_ITEM_FLAGS" type)
 
"void" SetState (self, "EDA_ITEM_FLAGS" type, "bool" state)
 
"EDA_ITEM_FLAGS" GetStatus (self)
 
"void" SetStatus (self, "EDA_ITEM_FLAGS" aStatus)
 
"void" SetFlags (self, "EDA_ITEM_FLAGS" aMask)
 
"void" ClearFlags (self, *args)
 
"EDA_ITEM_FLAGS" GetFlags (self)
 
"bool" HasFlag (self, "EDA_ITEM_FLAGS" aFlag)
 
"EDA_ITEM_FLAGS" GetEditFlags (self)
 
"void" ClearTempFlags (self)
 
"void" ClearEditFlags (self)
 
"bool" IsType (self, "KICAD_T const []" aScanTypes)
 
"void" SetForceVisible (self, "bool" aEnable)
 
"bool" IsForceVisible (self)
 
"void" GetMsgPanelInfo (self, "EDA_DRAW_FRAME *" aFrame, "std::vector< MSG_PANEL_ITEM,std::allocator< MSG_PANEL_ITEM > > &" aList)
 
"bool" HitTest (self, *args)
 
"EDA_RECT const" GetBoundingBox (self)
 
"wxPoint" GetPosition (self)
 
"void" SetPosition (self, "wxPoint" aPos)
 
"wxPoint const" GetFocusPosition (self)
 
"EDA_ITEM *" Clone (self)
 
"SEARCH_RESULT" Visit (self, "INSPECTOR" inspector, "void *" testData, "KICAD_T const []" scanTypes)
 
"wxString" GetClass (self)
 
"wxString" GetSelectMenuText (self, "EDA_UNITS" aUnits)
 
"BITMAPS" GetMenuImage (self)
 
"bool" Matches (self, "wxFindReplaceData const &" aSearchData, "void *" aAuxData)
 
"bool" Replace (self, *args)
 
"bool" IsReplaceable (self)
 
"bool" __lt__ (self, "EDA_ITEM" aItem)
 
"BOX2I const" ViewBBox (self)
 
"void" ViewGetLayers (self, "int []" aLayers, "int &" aCount)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from pcbnew.BOARD_ITEM
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from pcbnew.EDA_ITEM
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 m_Uuid = property(_pcbnew.EDA_ITEM_m_Uuid_get, doc=)
 

Additional Inherited Members

- Static Public Member Functions inherited from pcbnew.EDA_ITEM
"bool" Sort ("EDA_ITEM" aLeft, "EDA_ITEM" aRight)
 

Detailed Description

Proxy of C++ PCB_DIMENSION_BASE class.

Definition at line 13653 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.PCB_DIMENSION_BASE.__init__ (   self,
args,
**  kwargs 
)

Reimplemented from pcbnew.BOARD_ITEM.

Reimplemented in pcbnew.PCB_DIM_ORTHOGONAL, pcbnew.PCB_DIM_LEADER, pcbnew.PCB_DIM_CENTER, and pcbnew.PCB_DIM_ALIGNED.

Definition at line 13658 of file pcbnew.py.

Member Function Documentation

◆ Flip()

"void" pcbnew.PCB_DIMENSION_BASE.Flip (   self,
"wxPoint"  aCentre,
"bool"  aFlipLeftRight 
)
Flip(PCB_DIMENSION_BASE self, wxPoint aCentre, bool aFlipLeftRight)

Reimplemented from pcbnew.BOARD_ITEM.

Definition at line 13861 of file pcbnew.py.

◆ GetArrowLength()

"int" pcbnew.PCB_DIMENSION_BASE.GetArrowLength (   self)
GetArrowLength(PCB_DIMENSION_BASE self) -> int

Definition at line 13802 of file pcbnew.py.

◆ GetBoundingBox()

"EDA_RECT const" pcbnew.PCB_DIMENSION_BASE.GetBoundingBox (   self)
GetBoundingBox(PCB_DIMENSION_BASE self) -> EDA_RECT

Reimplemented from pcbnew.EDA_ITEM.

Reimplemented in pcbnew.PCB_DIM_CENTER.

Definition at line 13880 of file pcbnew.py.

◆ GetEffectiveShape()

"std.shared_ptr< SHAPE >" pcbnew.PCB_DIMENSION_BASE.GetEffectiveShape (   self,
args 
)
GetEffectiveShape(PCB_DIMENSION_BASE self, PCB_LAYER_ID aLayer, FLASHING aFlash=DEFAULT) -> std::shared_ptr< SHAPE >

Reimplemented from pcbnew.BOARD_ITEM.

Definition at line 13884 of file pcbnew.py.

◆ GetEnd()

"wxPoint const &" pcbnew.PCB_DIMENSION_BASE.GetEnd (   self)
GetEnd(PCB_DIMENSION_BASE self) -> wxPoint

Definition at line 13678 of file pcbnew.py.

◆ GetExtensionOffset()

"int" pcbnew.PCB_DIMENSION_BASE.GetExtensionOffset (   self)
GetExtensionOffset(PCB_DIMENSION_BASE self) -> int

Definition at line 13814 of file pcbnew.py.

◆ GetKeepTextAligned()

"bool" pcbnew.PCB_DIMENSION_BASE.GetKeepTextAligned (   self)
GetKeepTextAligned(PCB_DIMENSION_BASE self) -> bool

Definition at line 13786 of file pcbnew.py.

◆ GetLineThickness()

"int" pcbnew.PCB_DIMENSION_BASE.GetLineThickness (   self)
GetLineThickness(PCB_DIMENSION_BASE self) -> int

Definition at line 13818 of file pcbnew.py.

Here is the caller graph for this function:

◆ GetMeasuredValue()

"int" pcbnew.PCB_DIMENSION_BASE.GetMeasuredValue (   self)
GetMeasuredValue(PCB_DIMENSION_BASE self) -> int

Definition at line 13710 of file pcbnew.py.

◆ GetMsgPanelInfo()

"void" pcbnew.PCB_DIMENSION_BASE.GetMsgPanelInfo (   self,
"EDA_DRAW_FRAME *"  aFrame,
"std::vector< MSG_PANEL_ITEM,std::allocator< MSG_PANEL_ITEM > > &"  aList 
)
GetMsgPanelInfo(PCB_DIMENSION_BASE self, EDA_DRAW_FRAME * aFrame, std::vector< MSG_PANEL_ITEM,std::allocator< MSG_PANEL_ITEM > > & aList)

Reimplemented from pcbnew.EDA_ITEM.

Reimplemented in pcbnew.PCB_DIM_ALIGNED, and pcbnew.PCB_DIM_LEADER.

Definition at line 13869 of file pcbnew.py.

◆ GetOverrideText()

"wxString" pcbnew.PCB_DIMENSION_BASE.GetOverrideText (   self)
GetOverrideText(PCB_DIMENSION_BASE self) -> wxString

Definition at line 13702 of file pcbnew.py.

◆ GetOverrideTextEnabled()

"bool" pcbnew.PCB_DIMENSION_BASE.GetOverrideTextEnabled (   self)
GetOverrideTextEnabled(PCB_DIMENSION_BASE self) -> bool

Definition at line 13694 of file pcbnew.py.

◆ GetPosition()

"wxPoint" pcbnew.PCB_DIMENSION_BASE.GetPosition (   self)
GetPosition(PCB_DIMENSION_BASE self) -> wxPoint

Reimplemented from pcbnew.EDA_ITEM.

Definition at line 13686 of file pcbnew.py.

◆ GetPrecision()

"int" pcbnew.PCB_DIMENSION_BASE.GetPrecision (   self)
GetPrecision(PCB_DIMENSION_BASE self) -> int

Definition at line 13770 of file pcbnew.py.

◆ GetPrefix()

"wxString" pcbnew.PCB_DIMENSION_BASE.GetPrefix (   self)
GetPrefix(PCB_DIMENSION_BASE self) -> wxString

Definition at line 13726 of file pcbnew.py.

◆ GetSelectMenuText()

"wxString" pcbnew.PCB_DIMENSION_BASE.GetSelectMenuText (   self,
"EDA_UNITS"  aUnits 
)
GetSelectMenuText(PCB_DIMENSION_BASE self, EDA_UNITS aUnits) -> wxString

Reimplemented from pcbnew.EDA_ITEM.

Definition at line 13888 of file pcbnew.py.

◆ GetShapes()

"std.vector< std.shared_ptr< SHAPE >,std.allocator< std.shared_ptr< SHAPE > > > const &" pcbnew.PCB_DIMENSION_BASE.GetShapes (   self)
GetShapes(PCB_DIMENSION_BASE self) -> std::vector< std::shared_ptr< SHAPE >,std::allocator< std::shared_ptr< SHAPE > > > const &

Definition at line 13849 of file pcbnew.py.

◆ GetStart()

"wxPoint const &" pcbnew.PCB_DIMENSION_BASE.GetStart (   self)
GetStart(PCB_DIMENSION_BASE self) -> wxPoint

Definition at line 13670 of file pcbnew.py.

◆ GetSuffix()

"wxString" pcbnew.PCB_DIMENSION_BASE.GetSuffix (   self)
GetSuffix(PCB_DIMENSION_BASE self) -> wxString

Definition at line 13734 of file pcbnew.py.

◆ GetSuppressZeroes()

"bool" pcbnew.PCB_DIMENSION_BASE.GetSuppressZeroes (   self)
GetSuppressZeroes(PCB_DIMENSION_BASE self) -> bool

Definition at line 13778 of file pcbnew.py.

◆ GetText()

"wxString const" pcbnew.PCB_DIMENSION_BASE.GetText (   self)
GetText(PCB_DIMENSION_BASE self) -> wxString

Definition at line 13838 of file pcbnew.py.

◆ GetTextPositionMode()

"DIM_TEXT_POSITION" pcbnew.PCB_DIMENSION_BASE.GetTextPositionMode (   self)
GetTextPositionMode(PCB_DIMENSION_BASE self) -> DIM_TEXT_POSITION

Definition at line 13798 of file pcbnew.py.

◆ GetUnits()

"void" pcbnew.PCB_DIMENSION_BASE.GetUnits (   self,
"EDA_UNITS &"  aUnits 
)
GetUnits(PCB_DIMENSION_BASE self, EDA_UNITS & aUnits)

Definition at line 13742 of file pcbnew.py.

◆ GetUnitsFormat()

"DIM_UNITS_FORMAT" pcbnew.PCB_DIMENSION_BASE.GetUnitsFormat (   self)
GetUnitsFormat(PCB_DIMENSION_BASE self) -> DIM_UNITS_FORMAT

Definition at line 13762 of file pcbnew.py.

◆ GetUnitsMode()

"DIM_UNITS_MODE" pcbnew.PCB_DIMENSION_BASE.GetUnitsMode (   self)
GetUnitsMode(PCB_DIMENSION_BASE self) -> DIM_UNITS_MODE

Definition at line 13750 of file pcbnew.py.

◆ GetValueText()

"wxString" pcbnew.PCB_DIMENSION_BASE.GetValueText (   self)
GetValueText(PCB_DIMENSION_BASE self) -> wxString

Definition at line 13718 of file pcbnew.py.

◆ HitTest()

"bool" pcbnew.PCB_DIMENSION_BASE.HitTest (   self,
args 
)
    HitTest(PCB_DIMENSION_BASE self, wxPoint aPosition, int aAccuracy) -> bool
    HitTest(PCB_DIMENSION_BASE self, EDA_RECT aRect, bool aContained, int aAccuracy=0) -> bool

Reimplemented from pcbnew.EDA_ITEM.

Definition at line 13873 of file pcbnew.py.

Here is the caller graph for this function:

◆ IsType()

"bool" pcbnew.PCB_DIMENSION_BASE.IsType (   self,
"KICAD_T const []"  aScanTypes 
)
IsType(PCB_DIMENSION_BASE self, KICAD_T const [] aScanTypes) -> bool

Reimplemented from pcbnew.EDA_ITEM.

Definition at line 13662 of file pcbnew.py.

◆ Mirror()

"void" pcbnew.PCB_DIMENSION_BASE.Mirror (   self,
"wxPoint"  axis_pos,
"bool"  aMirrorLeftRight = False 
)
Mirror(PCB_DIMENSION_BASE self, wxPoint axis_pos, bool aMirrorLeftRight=False)

Definition at line 13865 of file pcbnew.py.

◆ Move()

"void" pcbnew.PCB_DIMENSION_BASE.Move (   self,
"wxPoint"  offset 
)
Move(PCB_DIMENSION_BASE self, wxPoint offset)

Reimplemented from pcbnew.BOARD_ITEM.

Definition at line 13853 of file pcbnew.py.

◆ Rotate()

"void" pcbnew.PCB_DIMENSION_BASE.Rotate (   self,
"wxPoint"  aRotCentre,
"double"  aAngle 
)
Rotate(PCB_DIMENSION_BASE self, wxPoint aRotCentre, double aAngle)

Reimplemented from pcbnew.BOARD_ITEM.

Reimplemented in pcbnew.PCB_DIM_ORTHOGONAL.

Definition at line 13857 of file pcbnew.py.

◆ SetArrowLength()

"void" pcbnew.PCB_DIMENSION_BASE.SetArrowLength (   self,
"int"  aLength 
)
SetArrowLength(PCB_DIMENSION_BASE self, int aLength)

Definition at line 13806 of file pcbnew.py.

◆ SetAutoUnits()

"void" pcbnew.PCB_DIMENSION_BASE.SetAutoUnits (   self,
"bool"  aAuto = True 
)
SetAutoUnits(PCB_DIMENSION_BASE self, bool aAuto=True)

Definition at line 13758 of file pcbnew.py.

◆ SetEnd()

"void" pcbnew.PCB_DIMENSION_BASE.SetEnd (   self,
"wxPoint"  aPoint 
)
SetEnd(PCB_DIMENSION_BASE self, wxPoint aPoint)

Definition at line 13682 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetExtensionOffset()

"void" pcbnew.PCB_DIMENSION_BASE.SetExtensionOffset (   self,
"int"  aOffset 
)
SetExtensionOffset(PCB_DIMENSION_BASE self, int aOffset)

Definition at line 13810 of file pcbnew.py.

◆ SetKeepTextAligned()

"void" pcbnew.PCB_DIMENSION_BASE.SetKeepTextAligned (   self,
"bool"  aKeepAligned 
)
SetKeepTextAligned(PCB_DIMENSION_BASE self, bool aKeepAligned)

Definition at line 13790 of file pcbnew.py.

◆ SetLayer()

"void" pcbnew.PCB_DIMENSION_BASE.SetLayer (   self,
"PCB_LAYER_ID"  aLayer 
)
SetLayer(PCB_DIMENSION_BASE self, PCB_LAYER_ID aLayer)

Reimplemented from pcbnew.BOARD_ITEM.

Definition at line 13826 of file pcbnew.py.

◆ SetLineThickness()

"void" pcbnew.PCB_DIMENSION_BASE.SetLineThickness (   self,
"int"  aWidth 
)
SetLineThickness(PCB_DIMENSION_BASE self, int aWidth)

Definition at line 13822 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetMeasuredValue()

"void" pcbnew.PCB_DIMENSION_BASE.SetMeasuredValue (   self,
"int"  aValue 
)
SetMeasuredValue(PCB_DIMENSION_BASE self, int aValue)

Definition at line 13714 of file pcbnew.py.

◆ SetOverrideText()

"void" pcbnew.PCB_DIMENSION_BASE.SetOverrideText (   self,
"wxString"  aValue 
)
SetOverrideText(PCB_DIMENSION_BASE self, wxString aValue)

Definition at line 13706 of file pcbnew.py.

◆ SetOverrideTextEnabled()

"void" pcbnew.PCB_DIMENSION_BASE.SetOverrideTextEnabled (   self,
"bool"  aOverride 
)
SetOverrideTextEnabled(PCB_DIMENSION_BASE self, bool aOverride)

Definition at line 13698 of file pcbnew.py.

◆ SetParent()

"void" pcbnew.PCB_DIMENSION_BASE.SetParent (   self,
"EDA_ITEM"  aParent 
)
SetParent(PCB_DIMENSION_BASE self, EDA_ITEM aParent)

Reimplemented from pcbnew.EDA_ITEM.

Definition at line 13666 of file pcbnew.py.

◆ SetPosition()

"void" pcbnew.PCB_DIMENSION_BASE.SetPosition (   self,
"wxPoint"  aPos 
)
SetPosition(PCB_DIMENSION_BASE self, wxPoint aPos)

Reimplemented from pcbnew.EDA_ITEM.

Definition at line 13690 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetPrecision()

"void" pcbnew.PCB_DIMENSION_BASE.SetPrecision (   self,
"int"  aPrecision 
)
SetPrecision(PCB_DIMENSION_BASE self, int aPrecision)

Definition at line 13774 of file pcbnew.py.

◆ SetPrefix()

"void" pcbnew.PCB_DIMENSION_BASE.SetPrefix (   self,
"wxString"  aPrefix 
)
SetPrefix(PCB_DIMENSION_BASE self, wxString aPrefix)

Definition at line 13730 of file pcbnew.py.

◆ SetStart()

"void" pcbnew.PCB_DIMENSION_BASE.SetStart (   self,
"wxPoint"  aPoint 
)
SetStart(PCB_DIMENSION_BASE self, wxPoint aPoint)

Definition at line 13674 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetSuffix()

"void" pcbnew.PCB_DIMENSION_BASE.SetSuffix (   self,
"wxString"  aSuffix 
)
SetSuffix(PCB_DIMENSION_BASE self, wxString aSuffix)

Definition at line 13738 of file pcbnew.py.

◆ SetSuppressZeroes()

"void" pcbnew.PCB_DIMENSION_BASE.SetSuppressZeroes (   self,
"bool"  aSuppress 
)
SetSuppressZeroes(PCB_DIMENSION_BASE self, bool aSuppress)

Definition at line 13782 of file pcbnew.py.

◆ SetText()

"void" pcbnew.PCB_DIMENSION_BASE.SetText (   self,
"wxString"  aNewText 
)
SetText(PCB_DIMENSION_BASE self, wxString aNewText)

Definition at line 13834 of file pcbnew.py.

◆ SetTextPositionMode()

"void" pcbnew.PCB_DIMENSION_BASE.SetTextPositionMode (   self,
"DIM_TEXT_POSITION"  aMode 
)
SetTextPositionMode(PCB_DIMENSION_BASE self, DIM_TEXT_POSITION aMode)

Definition at line 13794 of file pcbnew.py.

◆ SetTextSize()

"void" pcbnew.PCB_DIMENSION_BASE.SetTextSize (   self,
"wxSize"  aTextSize 
)
SetTextSize(PCB_DIMENSION_BASE self, wxSize aTextSize)

Definition at line 13830 of file pcbnew.py.

◆ SetUnits()

"void" pcbnew.PCB_DIMENSION_BASE.SetUnits (   self,
"EDA_UNITS"  aUnits 
)
SetUnits(PCB_DIMENSION_BASE self, EDA_UNITS aUnits)

Definition at line 13746 of file pcbnew.py.

◆ SetUnitsFormat()

"void" pcbnew.PCB_DIMENSION_BASE.SetUnitsFormat (   self,
"DIM_UNITS_FORMAT const"  aFormat 
)
SetUnitsFormat(PCB_DIMENSION_BASE self, DIM_UNITS_FORMAT const aFormat)

Definition at line 13766 of file pcbnew.py.

◆ SetUnitsMode()

"void" pcbnew.PCB_DIMENSION_BASE.SetUnitsMode (   self,
"DIM_UNITS_MODE"  aMode 
)
SetUnitsMode(PCB_DIMENSION_BASE self, DIM_UNITS_MODE aMode)

Definition at line 13754 of file pcbnew.py.

◆ Text()

"PCB_TEXT const &" pcbnew.PCB_DIMENSION_BASE.Text (   self,
args 
)
    Text(PCB_DIMENSION_BASE self) -> PCB_TEXT
    Text(PCB_DIMENSION_BASE self) -> PCB_TEXT

Definition at line 13842 of file pcbnew.py.

Here is the caller graph for this function:

◆ TransformShapeWithClearanceToPolygon()

"void" pcbnew.PCB_DIMENSION_BASE.TransformShapeWithClearanceToPolygon (   self,
"SHAPE_POLY_SET"  aCornerBuffer,
"PCB_LAYER_ID"  aLayer,
"int"  aClearance,
"int"  aError,
"ERROR_LOC"  aErrorLoc,
"bool"  aIgnoreLineWidth 
)
TransformShapeWithClearanceToPolygon(PCB_DIMENSION_BASE self, SHAPE_POLY_SET aCornerBuffer, PCB_LAYER_ID aLayer, int aClearance, int aError, ERROR_LOC aErrorLoc, bool aIgnoreLineWidth)

Reimplemented from pcbnew.BOARD_ITEM.

Definition at line 13896 of file pcbnew.py.

◆ Update()

"void" pcbnew.PCB_DIMENSION_BASE.Update (   self)
Update(PCB_DIMENSION_BASE self)

Definition at line 13722 of file pcbnew.py.

◆ ViewBBox()

"BOX2I const" pcbnew.PCB_DIMENSION_BASE.ViewBBox (   self)
ViewBBox(PCB_DIMENSION_BASE self) -> BOX2I const

Reimplemented from pcbnew.EDA_ITEM.

Reimplemented in pcbnew.PCB_DIM_CENTER.

Definition at line 13892 of file pcbnew.py.

Property Documentation

◆ thisown

pcbnew.PCB_DIMENSION_BASE.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 13656 of file pcbnew.py.


The documentation for this class was generated from the following file: