|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| int | GetState_ArcResolution () |
| void | SetState_ArcResolution (int Value) |
| IPCB_GeometricPolygon * | MakeContour (IPCB_Primitive *APrim, int AExpansion, TV6_Layer ALayer) |
| IPCB_GeometricPolygon * | MakeContour_1 (IPCB_Track *ATrack, int AExpansion, TV6_Layer ALayer) |
| IPCB_GeometricPolygon * | MakeContour_2 (IPCB_Pad *APad, int AExpansion, TV6_Layer ALayer) |
| IPCB_GeometricPolygon * | MakeContour_3 (IPCB_Fill *AFill, int AExpansion, TV6_Layer ALayer) |
| IPCB_GeometricPolygon * | MakeContour_4 (IPCB_Via *AVia, int AExpansion, TV6_Layer ALayer) |
| IPCB_GeometricPolygon * | MakeContour_5 (IPCB_Arc *AArc, int AExpansion, TV6_Layer ALayer) |
| IPCB_GeometricPolygon * | MakeContour_6 (IPCB_Region *ARegion, int AExpansion, TV6_Layer ALayer) |
| IPCB_GeometricPolygon * | MakeContour_7 (IPCB_Text *AText, int AExpansion, TV6_Layer ALayer) |
| IPCB_GeometricPolygon * | MakeContour_8 (IPCB_Polygon *APoly, int AExpansion, TV6_Layer ALayer) |
| IPCB_GeometricPolygon * | MakeContour_9 (IPCB_SplitPlane *ASplitPlane, int AExpansion, TV6_Layer ALayer) |
| void | MakeContour_AddSquare (IPCB_Contour *AContour, int Xc, int Yc, int AxSize, int AySize, int AExpansion) |
| void | MakeContour_AddSlot (IPCB_Contour *AContour, int Xc, int Yc, int AxSize, int AySize, int AExpansion) |
| void | AddArcToContour (IPCB_Contour *AContour, double StartAngle, double EndAngle, int cx, int cy, int Radius, bool AClockwise) |
| void PCB::IPCB_ContourMaker::AddArcToContour | ( | IPCB_Contour * | AContour, |
| double | StartAngle, | ||
| double | EndAngle, | ||
| int | cx, | ||
| int | cy, | ||
| int | Radius, | ||
| bool | AClockwise ) |
| int PCB::IPCB_ContourMaker::GetState_ArcResolution | ( | ) |
| IPCB_GeometricPolygon * PCB::IPCB_ContourMaker::MakeContour | ( | IPCB_Primitive * | APrim, |
| int | AExpansion, | ||
| TV6_Layer | ALayer ) |
| IPCB_GeometricPolygon * PCB::IPCB_ContourMaker::MakeContour_1 | ( | IPCB_Track * | ATrack, |
| int | AExpansion, | ||
| TV6_Layer | ALayer ) |
| IPCB_GeometricPolygon * PCB::IPCB_ContourMaker::MakeContour_2 | ( | IPCB_Pad * | APad, |
| int | AExpansion, | ||
| TV6_Layer | ALayer ) |
| IPCB_GeometricPolygon * PCB::IPCB_ContourMaker::MakeContour_3 | ( | IPCB_Fill * | AFill, |
| int | AExpansion, | ||
| TV6_Layer | ALayer ) |
| IPCB_GeometricPolygon * PCB::IPCB_ContourMaker::MakeContour_4 | ( | IPCB_Via * | AVia, |
| int | AExpansion, | ||
| TV6_Layer | ALayer ) |
| IPCB_GeometricPolygon * PCB::IPCB_ContourMaker::MakeContour_5 | ( | IPCB_Arc * | AArc, |
| int | AExpansion, | ||
| TV6_Layer | ALayer ) |
| IPCB_GeometricPolygon * PCB::IPCB_ContourMaker::MakeContour_6 | ( | IPCB_Region * | ARegion, |
| int | AExpansion, | ||
| TV6_Layer | ALayer ) |
| IPCB_GeometricPolygon * PCB::IPCB_ContourMaker::MakeContour_7 | ( | IPCB_Text * | AText, |
| int | AExpansion, | ||
| TV6_Layer | ALayer ) |
| IPCB_GeometricPolygon * PCB::IPCB_ContourMaker::MakeContour_8 | ( | IPCB_Polygon * | APoly, |
| int | AExpansion, | ||
| TV6_Layer | ALayer ) |
| IPCB_GeometricPolygon * PCB::IPCB_ContourMaker::MakeContour_9 | ( | IPCB_SplitPlane * | ASplitPlane, |
| int | AExpansion, | ||
| TV6_Layer | ALayer ) |
| void PCB::IPCB_ContourMaker::MakeContour_AddSlot | ( | IPCB_Contour * | AContour, |
| int | Xc, | ||
| int | Yc, | ||
| int | AxSize, | ||
| int | AySize, | ||
| int | AExpansion ) |
| void PCB::IPCB_ContourMaker::MakeContour_AddSquare | ( | IPCB_Contour * | AContour, |
| int | Xc, | ||
| int | Yc, | ||
| int | AxSize, | ||
| int | AySize, | ||
| int | AExpansion ) |
| void PCB::IPCB_ContourMaker::SetState_ArcResolution | ( | int | Value | ) |