|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| int | VertexCount () |
| int | LineIndexCount () |
| void | GetVertex (int const Index, float *CoordX, float *CoordY) |
| int | GetLineIndex (int const Index) |
| int | CapIndexCount () |
| int | GetCapIndex (int const Index) |
| int PCB::IPCB_CopperPolygon::CapIndexCount | ( | ) |
| int PCB::IPCB_CopperPolygon::GetCapIndex | ( | int const | Index | ) |
| int PCB::IPCB_CopperPolygon::GetLineIndex | ( | int const | Index | ) |
| void PCB::IPCB_CopperPolygon::GetVertex | ( | int const | Index, |
| float * | CoordX, | ||
| float * | CoordY ) |
| int PCB::IPCB_CopperPolygon::LineIndexCount | ( | ) |
| int PCB::IPCB_CopperPolygon::VertexCount | ( | ) |