|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| C_CoordPoint | GetState_Center () |
| int | GetState_Radius () |
| bool | GetState_ClockWise () |
| bool | GetState_IsClosed () |
| void | SetState_Center (C_CoordPoint const Value) |
| void | SetState_Radius (int const Value) |
| void | SetState_ClockWise (bool const Value) |
| void | SetState_IsClosed (bool const Value) |
| void | FillClosed (C_CoordPoint const Center, int Radius) |
| void | Fill (C_CoordPoint const Center, C_CoordPoint const StartPt, C_CoordPoint const EndPt, int Radius, bool ClockWise, double AngleStart, double AngleEnd) |
| double | GetState_AngleStart () |
| double | GetState_AngleEnd () |
| Public Member Functions inherited from PCB::IPCB_ShapeEdge | |
| C_CoordPoint | GetState_StartPt () |
| C_CoordPoint | GetState_EndPt () |
| int | GetState_SubPtCount () |
| C_CoordPoint | GetState_SubPt (int Index) |
| void | SetState_StartPt (C_CoordPoint const Value) |
| void | SetState_EndPt (C_CoordPoint const Value) |
| std::wstring | GetState_UserData () |
| void | SetState_UserData (std::wstring const Value) |
| TPCB_ShapeEdgeType | GetState_EdgeType () |
| void PCB::IPCB_ShapeEdge_Circle::Fill | ( | C_CoordPoint const | Center, |
| C_CoordPoint const | StartPt, | ||
| C_CoordPoint const | EndPt, | ||
| int | Radius, | ||
| bool | ClockWise, | ||
| double | AngleStart, | ||
| double | AngleEnd ) |
| void PCB::IPCB_ShapeEdge_Circle::FillClosed | ( | C_CoordPoint const | Center, |
| int | Radius ) |
| double PCB::IPCB_ShapeEdge_Circle::GetState_AngleEnd | ( | ) |
| double PCB::IPCB_ShapeEdge_Circle::GetState_AngleStart | ( | ) |
| C_CoordPoint PCB::IPCB_ShapeEdge_Circle::GetState_Center | ( | ) |
| bool PCB::IPCB_ShapeEdge_Circle::GetState_ClockWise | ( | ) |
| bool PCB::IPCB_ShapeEdge_Circle::GetState_IsClosed | ( | ) |
| int PCB::IPCB_ShapeEdge_Circle::GetState_Radius | ( | ) |
| void PCB::IPCB_ShapeEdge_Circle::SetState_Center | ( | C_CoordPoint const | Value | ) |
| void PCB::IPCB_ShapeEdge_Circle::SetState_ClockWise | ( | bool const | Value | ) |
| void PCB::IPCB_ShapeEdge_Circle::SetState_IsClosed | ( | bool const | Value | ) |
| void PCB::IPCB_ShapeEdge_Circle::SetState_Radius | ( | int const | Value | ) |