IFilterAddToolDefinitionDonut Method

Create a donut tool

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static int AddToolDefinitionDonut(
	IODBLayer Layer,
	float outerDiameter,
	float innerDiameter,
	int ToolNr = 0
)

Parameters

Layer  IODBLayer
the current layer
outerDiameter  Single
outer circle diameter
innerDiameter  Single
inner circle diameter
ToolNr  Int32  (Optional)
nr of the tooldefinition

Return Value

Int32
the index after check the nr of tooldefinition

See Also