ExtensionsGetCorrectionAngleToIPCConformity Method

compare the package by pin positions with IPC rules (pin1 left up)

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static int GetCorrectionAngleToIPCConformity(
	this IPackageSpecificsD this,
	out bool isIPCConformPackageDefinition
)

Parameters

this  IPackageSpecificsD
package to check rotation
isIPCConformPackageDefinition  Boolean
out value to give feedback the result is good or false if the package is not defined IPC conform

Return Value

Int32
rotation to change the package in IPC conform package

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IPackageSpecificsD. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also