IFilterAddToolDefinitionHomePlate Method

add mew tool for home plate.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static int AddToolDefinitionHomePlate(
	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