|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| int | GetState_EdgeCount () |
| IPCB_ShapeEdge * | GetState_Edge (int I) |
| IPCB_ShapeEdge * | Add (TPCB_ShapeEdgeType const AType) |
| IPCB_ShapeEdge * | Insert (int Index, TPCB_ShapeEdgeType const AType) |
| void | Delete (int Index) |
| void | UpdateContourFromShape (bool ConserveExistingHoles) |
| void | ClearEdges () |
| IPCB_ShapeEdge * PCB::IPCB_RegionShape2::Add | ( | TPCB_ShapeEdgeType const | AType | ) |
| void PCB::IPCB_RegionShape2::ClearEdges | ( | ) |
| void PCB::IPCB_RegionShape2::Delete | ( | int | Index | ) |
| IPCB_ShapeEdge * PCB::IPCB_RegionShape2::GetState_Edge | ( | int | I | ) |
| int PCB::IPCB_RegionShape2::GetState_EdgeCount | ( | ) |
| IPCB_ShapeEdge * PCB::IPCB_RegionShape2::Insert | ( | int | Index, |
| TPCB_ShapeEdgeType const | AType ) |
| void PCB::IPCB_RegionShape2::UpdateContourFromShape | ( | bool | ConserveExistingHoles | ) |