IFilterAddToolDefinitionInvertedHomePlate 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 AddToolDefinitionInvertedHomePlate(
	IODBLayer Layer,
	double width,
	double height,
	double cutSize,
	double cornerRadiusAcuteAngle = 0,
	double cornerRadiusObtuseAngle = 0
)

Parameters

Layer  IODBLayer
The layer of the current layer
width  Double
the width of the tool
height  Double
the hight of the tool
cutSize  Double
where to starte with corner edge.
cornerRadiusAcuteAngle  Double  (Optional)
set angle for corners on corners
cornerRadiusObtuseAngle  Double  (Optional)
set angle for corners in middle element

Return Value

Int32
the index after check the nr of tooldefinition

See Also