KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.PCB_DIMENSION_BASE Class Reference
Inheritance diagram for pcbnew.PCB_DIMENSION_BASE:

Public Member Functions

 __init__ (self, *args, **kwargs)
 
 Serialize (self, aContainer)
 
 Deserialize (self, aContainer)
 
 GetStart (self)
 
 SetStart (self, aPoint)
 
 GetEnd (self)
 
 SetEnd (self, aPoint)
 
 GetOverrideTextEnabled (self)
 
 SetOverrideTextEnabled (self, aOverride)
 
 GetOverrideText (self)
 
 SetOverrideText (self, aValue)
 
 ChangeOverrideText (self, aValue)
 
 GetMeasuredValue (self)
 
 SetMeasuredValue (self, aValue)
 
 GetValueText (self)
 
 Update (self)
 
 UpdateUnits (self)
 
 GetPrefix (self)
 
 SetPrefix (self, aPrefix)
 
 ChangePrefix (self, aPrefix)
 
 GetSuffix (self)
 
 SetSuffix (self, aSuffix)
 
 ChangeSuffix (self, aSuffix)
 
 GetArrowDirection (self)
 
 SetArrowDirection (self, aDirection)
 
 ChangeArrowDirection (self, aDirection)
 
 GetUnits (self)
 
 SetUnits (self, aUnits)
 
 GetUnitsMode (self)
 
 SetUnitsMode (self, aMode)
 
 ChangeUnitsMode (self, aMode)
 
 SetAutoUnits (self, aAuto=True)
 
 GetUnitsFormat (self)
 
 SetUnitsFormat (self, aFormat)
 
 ChangeUnitsFormat (self, aFormat)
 
 GetPrecision (self)
 
 SetPrecision (self, aPrecision)
 
 ChangePrecision (self, aPrecision)
 
 GetSuppressZeroes (self)
 
 SetSuppressZeroes (self, aSuppress)
 
 ChangeSuppressZeroes (self, aSuppress)
 
 GetKeepTextAligned (self)
 
 SetKeepTextAligned (self, aKeepAligned)
 
 GetTextAngleDegreesProp (self)
 
 ChangeTextAngleDegrees (self, aDegrees)
 
 ChangeKeepTextAligned (self, aKeepAligned)
 
 SetTextPositionMode (self, aMode)
 
 GetTextPositionMode (self)
 
 GetArrowLength (self)
 
 SetArrowLength (self, aLength)
 
 SetExtensionOffset (self, aOffset)
 
 GetExtensionOffset (self)
 
 GetLineThickness (self)
 
 SetLineThickness (self, aWidth)
 
 GetShapes (self)
 
 HitTest (self, *args)
 
 GetEffectiveShape (self, *args)
 
 TransformShapeToPolygon (self, aBuffer, aLayer, aClearance, aError, aErrorLoc, aIgnoreLineWidth=False)
 
 __eq__ (self, *args)
 
- Public Member Functions inherited from pcbnew.PCB_TEXT
 __init__ (self, *args)
 
 KeepUpright (self)
 
 GetShownText (self, aAllowExtraText, aDepth=0)
 
 TextHitTest (self, *args)
 
 GetClass (self)
 
 TransformTextToPolySet (self, aBuffer, aClearance, aMaxError, aErrorLoc)
 
 GetKnockoutCache (self, aFont, forResolvedText, aMaxError)
 
 GetTextTypeDescription (self)
 
 ViewGetLOD (self, aLayer, aView)
 
 __eq__ (self, *args)
 
- Public Member Functions inherited from pcbnew.BOARD_ITEM
 __init__ (self, *args, **kwargs)
 
 CopyFrom (self, aOther)
 
 IsGroupableType (self)
 
 GetX (self)
 
 GetY (self)
 
 GetCenter (self)
 
 SetX (self, aX)
 
 SetY (self, aY)
 
 IsConnected (self)
 
 Similarity (self, aItem)
 
 __eq__ (self, aItem)
 
 IsOnCopperLayer (self)
 
 HasHole (self)
 
 HasDrilledHole (self)
 
 IsTented (self, aLayer)
 
 GetEffectiveHoleShape (self)
 
 RunOnChildren (self, aFunction, aMode)
 
 GetParent (self)
 
 GetParentFootprint (self)
 
 GetFPRelativePosition (self)
 
 SetFPRelativePosition (self, aPos)
 
 HasLineStroke (self)
 
 GetStroke (self)
 
 SetStroke (self, aStroke)
 
 GetFontMetrics (self)
 
 GetLayer (self)
 
 BoardLayerCount (self)
 
 BoardCopperLayerCount (self)
 
 BoardLayerSet (self)
 
 GetLayerSet (self)
 
 SetLayerSet (self, aLayers)
 
 IsSideSpecific (self)
 
 SetLayer (self, aLayer)
 
 Duplicate (self, addToParentGroup, aCommit=None)
 
 SwapItemData (self, aImage)
 
 IsOnLayer (self, aLayer)
 
 IsKnockout (self)
 
 SetIsKnockout (self, aKnockout)
 
 GetMaxError (self)
 
 StyleFromSettings (self, settings, aCheckSide)
 
 DeleteStructure (self)
 
 Move (self, aMoveVector)
 
 Rotate (self, aRotCentre, aAngle)
 
 Flip (self, aCentre, aFlipDirection)
 
 Mirror (self, aCentre, aFlipDirection)
 
 Normalize (self)
 
 NormalizeForCompare (self)
 
 GetBoard (self, *args)
 
 GetParentAsString (self)
 
 GetLayerName (self)
 
 TransformShapeToPolySet (self, aBuffer, aLayer, aClearance, aError, aErrorLoc)
 
 LayerMaskDescribe (self)
 
 Cast (self)
 
 Duplicate (self)
 
 SetPos (self, p)
 
 SetStartEnd (self, start, end)
 
- Public Member Functions inherited from pcbnew.EDA_ITEM
 __init__ (self, *args, **kwargs)
 
 Type (self)
 
 SetParent (self, aParent)
 
 SetParentGroup (self, aGroup)
 
 GetParentGroup (self)
 
 GetParentGroupId (self)
 
 IsLocked (self)
 
 SetLocked (self, aLocked)
 
 IsModified (self)
 
 IsNew (self)
 
 IsMoving (self)
 
 IsSelected (self)
 
 IsEntered (self)
 
 IsBrightened (self)
 
 IsRollover (self)
 
 SetIsRollover (self, aIsRollover)
 
 SetSelected (self)
 
 SetBrightened (self)
 
 ClearSelected (self)
 
 ClearBrightened (self)
 
 SetModified (self)
 
 SetFlags (self, aMask)
 
 XorFlags (self, aMask)
 
 ClearFlags (self, *args)
 
 GetFlags (self)
 
 HasFlag (self, aFlag)
 
 GetEditFlags (self)
 
 ClearEditFlags (self)
 
 GetTempFlags (self)
 
 ClearTempFlags (self)
 
 RenderAsBitmap (self, aWorldScale)
 
 SetIsShownAsBitmap (self, aBitmap)
 
 IsShownAsBitmap (self)
 
 IsType (self, aScanTypes)
 
 SetForceVisible (self, aEnable)
 
 IsForceVisible (self)
 
 GetMsgPanelInfo (self, aFrame, aList)
 
 GetFriendlyName (self)
 
 GetBoundingBox (self)
 
 GetPosition (self)
 
 SetPosition (self, aPos)
 
 GetFocusPosition (self)
 
 GetSortPosition (self)
 
 Clone (self)
 
 Visit (self, inspector, testData, aScanTypes)
 
 GetTypeDesc (self)
 
 GetItemDescription (self, aUnitsProvider, aFull)
 
 GetMenuImage (self)
 
 Matches (self, aSearchData, aAuxData)
 
 Replace (self, *args)
 
 IsReplaceable (self)
 
 __lt__ (self, aItem)
 
 ViewBBox (self)
 
 ViewGetLayers (self)
 
 GetEmbeddedFiles (self)
 
 GetEmbeddedFonts (self)
 
 PyGetClass (self)
 
- Public Member Functions inherited from pcbnew.EDA_TEXT
 __init__ (self, *args)
 
 GetText (self)
 
 HasTextVars (self)
 
 SetText (self, aText)
 
 EvaluateText (self, aText)
 
 SetTextThickness (self, aWidth)
 
 GetTextThickness (self)
 
 GetTextThicknessProperty (self)
 
 SetAutoThickness (self, aAuto)
 
 GetAutoThickness (self)
 
 GetEffectiveTextPenWidth (self, aDefaultPenWidth=0)
 
 SetTextAngle (self, aAngle)
 
 GetTextAngle (self)
 
 SetTextAngleDegrees (self, aOrientation)
 
 GetTextAngleDegrees (self)
 
 SetItalic (self, aItalic)
 
 SetItalicFlag (self, aItalic)
 
 IsItalic (self)
 
 SetBold (self, aBold)
 
 SetBoldFlag (self, aBold)
 
 IsBold (self)
 
 SetVisible (self, aVisible)
 
 IsVisible (self)
 
 SetMirrored (self, isMirrored)
 
 IsMirrored (self)
 
 SetMultilineAllowed (self, aAllow)
 
 IsMultilineAllowed (self)
 
 SetHorizJustify (self, aType)
 
 GetHorizJustify (self)
 
 SetVertJustify (self, aType)
 
 GetVertJustify (self)
 
 SetKeepUpright (self, aKeepUpright)
 
 IsKeepUpright (self)
 
 FlipHJustify (self)
 
 SwapAttributes (self, aTradingPartner)
 
 SwapText (self, aTradingPartner)
 
 CopyText (self, aSrc)
 
 SetAttributes (self, *args)
 
 GetAttributes (self)
 
 Replace (self, aSearchData)
 
 IsDefaultFormatting (self)
 
 SetFont (self, aFont)
 
 GetFont (self)
 
 SetUnresolvedFontName (self, aFontName)
 
 ResolveFont (self, aEmbeddedFonts)
 
 GetFontName (self)
 
 SetFontProp (self, aFontName)
 
 GetFontProp (self)
 
 SetLineSpacing (self, aLineSpacing)
 
 GetLineSpacing (self)
 
 SetTextSize (self, aNewSize, aEnforceMinTextSize=True)
 
 GetTextSize (self)
 
 SetTextWidth (self, aWidth)
 
 GetTextWidth (self)
 
 SetTextHeight (self, aHeight)
 
 GetTextHeight (self)
 
 SetTextColor (self, aColor)
 
 GetTextColor (self)
 
 SetTextPos (self, aPoint)
 
 GetTextPos (self)
 
 SetTextX (self, aX)
 
 SetTextY (self, aY)
 
 Offset (self, aOffset)
 
 Empty (self)
 
 Print (self, aSettings, aOffset, aColor)
 
 GetEffectiveTextShape (self, *args)
 
 GetTextBox (self, aSettings, aLine=-1)
 
 GetInterline (self, aSettings)
 
 GetTextStyleName (self)
 
 GetLinePositions (self, aSettings, aPositions, aLineCount)
 
 Levenshtein (self, aOther)
 
 Similarity (self, aOther)
 
 Format (self, aFormatter, aControlBits)
 
 GetDrawRotation (self)
 
 GetDrawPos (self)
 
 GetDrawFont (self, aSettings)
 
 ClearRenderCache (self)
 
 ClearBoundingBoxCache (self)
 
 GetRenderCache (self, *args)
 
 SetupRenderCache (self, aResolvedText, aFont, aAngle, aOffset)
 
 AddRenderCacheGlyph (self, aPoly)
 
 Compare (self, aOther)
 
 __eq__ (self, aRhs)
 
 __lt__ (self, aRhs)
 
 __gt__ (self, aRhs)
 
 HasHyperlink (self)
 
 GetHyperlink (self)
 
 SetHyperlink (self, aLink)
 
 RemoveHyperlink (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from pcbnew.PCB_TEXT
 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=)
 
- Properties inherited from pcbnew.EDA_TEXT
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Additional Inherited Members

- Static Public Member Functions inherited from pcbnew.PCB_TEXT
 ClassOf (aItem)
 
- Static Public Member Functions inherited from pcbnew.EDA_ITEM
 Sort (aLeft, aRight)
 
- Static Public Member Functions inherited from pcbnew.EDA_TEXT
 MapHorizJustify (aHorizJustify)
 
 MapVertJustify (aVertJustify)
 
 ValidateHyperlink (aURL)
 
 IsGotoPageHref (aHref, aDestination=None)
 
 GotoPageHref (aDestination)
 
- Static Public Attributes inherited from pcbnew.BOARD_ITEM
 DRC = _pcbnew.BOARD_ITEM_DRC
 
 INSTANCE_TO_INSTANCE = _pcbnew.BOARD_ITEM_INSTANCE_TO_INSTANCE
 

Detailed Description

Proxy of C++ PCB_DIMENSION_BASE class.

Definition at line 17773 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 17778 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

pcbnew.PCB_DIMENSION_BASE.__eq__ ( self,
* args )
    __eq__(PCB_DIMENSION_BASE self, PCB_DIMENSION_BASE aOther) -> bool
    __eq__(PCB_DIMENSION_BASE self, BOARD_ITEM aBoardItem) -> bool

Definition at line 18014 of file pcbnew.py.

◆ ChangeArrowDirection()

pcbnew.PCB_DIMENSION_BASE.ChangeArrowDirection ( self,
aDirection )
ChangeArrowDirection(PCB_DIMENSION_BASE self, DIM_ARROW_DIRECTION const & aDirection)

Definition at line 17878 of file pcbnew.py.

◆ ChangeKeepTextAligned()

pcbnew.PCB_DIMENSION_BASE.ChangeKeepTextAligned ( self,
aKeepAligned )
ChangeKeepTextAligned(PCB_DIMENSION_BASE self, bool aKeepAligned)

Definition at line 17958 of file pcbnew.py.

◆ ChangeOverrideText()

pcbnew.PCB_DIMENSION_BASE.ChangeOverrideText ( self,
aValue )
ChangeOverrideText(PCB_DIMENSION_BASE self, wxString aValue)

Definition at line 17822 of file pcbnew.py.

◆ ChangePrecision()

pcbnew.PCB_DIMENSION_BASE.ChangePrecision ( self,
aPrecision )
ChangePrecision(PCB_DIMENSION_BASE self, DIM_PRECISION aPrecision)

Definition at line 17926 of file pcbnew.py.

◆ ChangePrefix()

pcbnew.PCB_DIMENSION_BASE.ChangePrefix ( self,
aPrefix )
ChangePrefix(PCB_DIMENSION_BASE self, wxString aPrefix)

Definition at line 17854 of file pcbnew.py.

◆ ChangeSuffix()

pcbnew.PCB_DIMENSION_BASE.ChangeSuffix ( self,
aSuffix )
ChangeSuffix(PCB_DIMENSION_BASE self, wxString aSuffix)

Definition at line 17866 of file pcbnew.py.

◆ ChangeSuppressZeroes()

pcbnew.PCB_DIMENSION_BASE.ChangeSuppressZeroes ( self,
aSuppress )
ChangeSuppressZeroes(PCB_DIMENSION_BASE self, bool aSuppress)

Definition at line 17938 of file pcbnew.py.

◆ ChangeTextAngleDegrees()

pcbnew.PCB_DIMENSION_BASE.ChangeTextAngleDegrees ( self,
aDegrees )
ChangeTextAngleDegrees(PCB_DIMENSION_BASE self, double aDegrees)

Definition at line 17954 of file pcbnew.py.

◆ ChangeUnitsFormat()

pcbnew.PCB_DIMENSION_BASE.ChangeUnitsFormat ( self,
aFormat )
ChangeUnitsFormat(PCB_DIMENSION_BASE self, DIM_UNITS_FORMAT const aFormat)

Definition at line 17914 of file pcbnew.py.

◆ ChangeUnitsMode()

pcbnew.PCB_DIMENSION_BASE.ChangeUnitsMode ( self,
aMode )
ChangeUnitsMode(PCB_DIMENSION_BASE self, DIM_UNITS_MODE aMode)

Definition at line 17898 of file pcbnew.py.

◆ Deserialize()

pcbnew.PCB_DIMENSION_BASE.Deserialize ( self,
aContainer )
Deserialize(PCB_DIMENSION_BASE self, google::protobuf::Any const & aContainer) -> bool

Reimplemented from pcbnew.PCB_TEXT.

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

Definition at line 17786 of file pcbnew.py.

◆ GetArrowDirection()

pcbnew.PCB_DIMENSION_BASE.GetArrowDirection ( self)
GetArrowDirection(PCB_DIMENSION_BASE self) -> DIM_ARROW_DIRECTION

Definition at line 17870 of file pcbnew.py.

◆ GetArrowLength()

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

Definition at line 17970 of file pcbnew.py.

◆ GetEffectiveShape()

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

Reimplemented from pcbnew.PCB_TEXT.

Definition at line 18006 of file pcbnew.py.

◆ GetEnd()

pcbnew.PCB_DIMENSION_BASE.GetEnd ( self)
GetEnd(PCB_DIMENSION_BASE self) -> VECTOR2I

Definition at line 17798 of file pcbnew.py.

◆ GetExtensionOffset()

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

Definition at line 17982 of file pcbnew.py.

◆ GetKeepTextAligned()

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

Definition at line 17942 of file pcbnew.py.

◆ GetLineThickness()

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

Definition at line 17986 of file pcbnew.py.

Here is the caller graph for this function:

◆ GetMeasuredValue()

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

Definition at line 17826 of file pcbnew.py.

◆ GetOverrideText()

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

Definition at line 17814 of file pcbnew.py.

◆ GetOverrideTextEnabled()

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

Definition at line 17806 of file pcbnew.py.

◆ GetPrecision()

pcbnew.PCB_DIMENSION_BASE.GetPrecision ( self)
GetPrecision(PCB_DIMENSION_BASE self) -> DIM_PRECISION

Definition at line 17918 of file pcbnew.py.

◆ GetPrefix()

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

Definition at line 17846 of file pcbnew.py.

◆ GetShapes()

pcbnew.PCB_DIMENSION_BASE.GetShapes ( self)
GetShapes(PCB_DIMENSION_BASE self) -> VECTOR_SHAPEPTR

Definition at line 17994 of file pcbnew.py.

◆ GetStart()

pcbnew.PCB_DIMENSION_BASE.GetStart ( self)
GetStart(PCB_DIMENSION_BASE self) -> VECTOR2I

Definition at line 17790 of file pcbnew.py.

◆ GetSuffix()

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

Definition at line 17858 of file pcbnew.py.

◆ GetSuppressZeroes()

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

Definition at line 17930 of file pcbnew.py.

◆ GetTextAngleDegreesProp()

pcbnew.PCB_DIMENSION_BASE.GetTextAngleDegreesProp ( self)
GetTextAngleDegreesProp(PCB_DIMENSION_BASE self) -> double

Definition at line 17950 of file pcbnew.py.

◆ GetTextPositionMode()

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

Definition at line 17966 of file pcbnew.py.

◆ GetUnits()

pcbnew.PCB_DIMENSION_BASE.GetUnits ( self)
GetUnits(PCB_DIMENSION_BASE self) -> EDA_UNITS

Definition at line 17882 of file pcbnew.py.

◆ GetUnitsFormat()

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

Definition at line 17906 of file pcbnew.py.

◆ GetUnitsMode()

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

Definition at line 17890 of file pcbnew.py.

◆ GetValueText()

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

Definition at line 17834 of file pcbnew.py.

◆ HitTest()

pcbnew.PCB_DIMENSION_BASE.HitTest ( self,
* args )
    HitTest(PCB_DIMENSION_BASE self, VECTOR2I aPosition, int aAccuracy) -> bool
    HitTest(PCB_DIMENSION_BASE self, BOX2I aRect, bool aContained, int aAccuracy=0) -> bool
    HitTest(PCB_DIMENSION_BASE self, SHAPE_LINE_CHAIN aPoly, bool aContained) -> bool

Reimplemented from pcbnew.PCB_TEXT.

Definition at line 17998 of file pcbnew.py.

◆ Serialize()

pcbnew.PCB_DIMENSION_BASE.Serialize ( self,
aContainer )
Serialize(PCB_DIMENSION_BASE self, google::protobuf::Any & aContainer)

Reimplemented from pcbnew.PCB_TEXT.

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

Definition at line 17782 of file pcbnew.py.

◆ SetArrowDirection()

pcbnew.PCB_DIMENSION_BASE.SetArrowDirection ( self,
aDirection )
SetArrowDirection(PCB_DIMENSION_BASE self, DIM_ARROW_DIRECTION const & aDirection)

Definition at line 17874 of file pcbnew.py.

◆ SetArrowLength()

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

Definition at line 17974 of file pcbnew.py.

◆ SetAutoUnits()

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

Definition at line 17902 of file pcbnew.py.

◆ SetEnd()

pcbnew.PCB_DIMENSION_BASE.SetEnd ( self,
aPoint )
SetEnd(PCB_DIMENSION_BASE self, VECTOR2I aPoint)

Definition at line 17802 of file pcbnew.py.

◆ SetExtensionOffset()

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

Definition at line 17978 of file pcbnew.py.

◆ SetKeepTextAligned()

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

Definition at line 17946 of file pcbnew.py.

◆ SetLineThickness()

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

Definition at line 17990 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetMeasuredValue()

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

Definition at line 17830 of file pcbnew.py.

◆ SetOverrideText()

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

Definition at line 17818 of file pcbnew.py.

◆ SetOverrideTextEnabled()

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

Definition at line 17810 of file pcbnew.py.

◆ SetPrecision()

pcbnew.PCB_DIMENSION_BASE.SetPrecision ( self,
aPrecision )
SetPrecision(PCB_DIMENSION_BASE self, DIM_PRECISION aPrecision)

Definition at line 17922 of file pcbnew.py.

◆ SetPrefix()

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

Definition at line 17850 of file pcbnew.py.

◆ SetStart()

pcbnew.PCB_DIMENSION_BASE.SetStart ( self,
aPoint )
SetStart(PCB_DIMENSION_BASE self, VECTOR2I aPoint)

Definition at line 17794 of file pcbnew.py.

◆ SetSuffix()

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

Definition at line 17862 of file pcbnew.py.

◆ SetSuppressZeroes()

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

Definition at line 17934 of file pcbnew.py.

◆ SetTextPositionMode()

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

Definition at line 17962 of file pcbnew.py.

◆ SetUnits()

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

Definition at line 17886 of file pcbnew.py.

◆ SetUnitsFormat()

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

Definition at line 17910 of file pcbnew.py.

◆ SetUnitsMode()

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

Definition at line 17894 of file pcbnew.py.

◆ TransformShapeToPolygon()

pcbnew.PCB_DIMENSION_BASE.TransformShapeToPolygon ( self,
aBuffer,
aLayer,
aClearance,
aError,
aErrorLoc,
aIgnoreLineWidth = False )
TransformShapeToPolygon(PCB_DIMENSION_BASE self, SHAPE_POLY_SET aBuffer, PCB_LAYER_ID aLayer, int aClearance, int aError, ERROR_LOC aErrorLoc, bool aIgnoreLineWidth=False)

Reimplemented from pcbnew.PCB_TEXT.

Definition at line 18010 of file pcbnew.py.

◆ Update()

pcbnew.PCB_DIMENSION_BASE.Update ( self)
Update(PCB_DIMENSION_BASE self)

Definition at line 17838 of file pcbnew.py.

◆ UpdateUnits()

pcbnew.PCB_DIMENSION_BASE.UpdateUnits ( self)
UpdateUnits(PCB_DIMENSION_BASE self)

Definition at line 17842 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 17776 of file pcbnew.py.


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