IFilterAddToolDefinitionThermalSquared Method

Create a thermal squared symbol on one layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static int AddToolDefinitionThermalSquared(
	IODBLayer Layer,
	double OuterDiameter,
	double InnerDiameter,
	int AngleForGabs,
	int NumberOfSpokes,
	double GabSize
)

Parameters

Layer  IODBLayer
The layer of the current layer.
OuterDiameter  Double
Outer diameter for the thermal (outer circle).
InnerDiameter  Double
Inner diameter for the thermal (inner circle).
AngleForGabs  Int32
Rotation for the gabs, e.g. 45 the first gab will be on the right top "corner" of the circle.
NumberOfSpokes  Int32
Count of gabs in the circle.
GabSize  Double
Size of each gab in the circle.

Return Value

Int32
The index after check for existing tooldefinition.

See Also