|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| int | GetState_ShapeSegmentCount () |
| void | SetState_ShapeSegmentCount (int Value) |
| C_PolySegment | GetState_ShapeSegment (int I) |
| void | SetState_ShapeSegment (int I, C_PolySegment Value) |
| void | UpdateContourFromShape (bool ConserveExistingHoles) |
| void | UpdateShapeFromContour () |
| C_PolySegment PCB::IPCB_RegionShape::GetState_ShapeSegment | ( | int | I | ) |
| int PCB::IPCB_RegionShape::GetState_ShapeSegmentCount | ( | ) |
| void PCB::IPCB_RegionShape::SetState_ShapeSegment | ( | int | I, |
| C_PolySegment | Value ) |
| void PCB::IPCB_RegionShape::SetState_ShapeSegmentCount | ( | int | Value | ) |
| void PCB::IPCB_RegionShape::UpdateContourFromShape | ( | bool | ConserveExistingHoles | ) |
| void PCB::IPCB_RegionShape::UpdateShapeFromContour | ( | ) |