IFilterToolDefinition Class

ToolDefinition contains the relevant data of a created tool. (Definition on a layer)

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class ToolDefinition
Inheritance
Object    IFilterToolDefinition

Properties

Bounds The Rectangle around the symbol.
BoundsD The Rectangle around the symbol in double values.
Diameter The tool diameter is depending on the symbol definition.
ShapeIndex The index of the tool, shape index is a reference to the symbol for pads, lines and arcs.
Type The tool type.

Methods

GetPolygonOutline Get Polygon Outline of the Symbol
ToDefinitionString Get Tool Definition string in mils (e.g. r39.14188)
ToString Get Tool string e.g. "$1 r39.14188"
(Overrides ObjectToString)
ToUnitString Get Tool Definition string in the given unit with rounded values (e.g. "r1000")

Extension Methods

See Also