InterfaceFilterAddToolDefinitionSpecial(InterfaceODBLayer, String, InterfaceSurfaceSpecificsD, Single, Int32, Boolean) Method

Adds a special tool definition.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
int AddToolDefinitionSpecial(
	InterfaceODBLayer Layer,
	string cadConformName,
	InterfaceSurfaceSpecificsD OutlinePad,
	float diameter,
	int ToolNr = 0,
	bool RenameAndCreateIfAlreadyExists = true
)

Parameters

Layer  InterfaceODBLayer
The name of the current layer
cadConformName  String
name of the special tool
OutlinePad  InterfaceSurfaceSpecificsD
the outline of the tool
diameter  Single
dimeter for the tool
ToolNr  Int32  (Optional)
nr of the tooldefinition
RenameAndCreateIfAlreadyExists  Boolean  (Optional)
 

Return Value

Int32
the index after check the nr of tooldefinition

See Also