IFilterAddToolDefinitionMoire Method

Create an inverted home plate symbol and the new tool.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static int AddToolDefinitionMoire(
	IODBLayer Layer,
	double ringWidth,
	double ringGap,
	int numberOfRings,
	double lineWidth,
	double lineLength,
	double lineAngle
)

Parameters

Layer  IODBLayer
The layer of the current layer
ringWidth  Double
the width of one ring
ringGap  Double
the gap width between the rings
numberOfRings  Int32
the number of rings
lineWidth  Double
the thickness of the target lines
lineLength  Double
the length of the target lines
lineAngle  Double
the angle of the target lines

Return Value

Int32
the index after check the nr of tooldefinition

See Also