|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| C_CoordPoint | GetState_Vertex () |
| C_CoordPoint | GetState_Focus () |
| void | SetState_Vertex (C_CoordPoint const Value) |
| void | SetState_Focus (C_CoordPoint const Value) |
| void | Fill (C_CoordPoint const AVertex, C_CoordPoint const AFocus, C_CoordPoint const AStartPt, C_CoordPoint const AEndPt) |
| 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_Parabola::Fill | ( | C_CoordPoint const | AVertex, |
| C_CoordPoint const | AFocus, | ||
| C_CoordPoint const | AStartPt, | ||
| C_CoordPoint const | AEndPt ) |
| C_CoordPoint PCB::IPCB_ShapeEdge_Parabola::GetState_Focus | ( | ) |
| C_CoordPoint PCB::IPCB_ShapeEdge_Parabola::GetState_Vertex | ( | ) |
| void PCB::IPCB_ShapeEdge_Parabola::SetState_Focus | ( | C_CoordPoint const | Value | ) |
| void PCB::IPCB_ShapeEdge_Parabola::SetState_Vertex | ( | C_CoordPoint const | Value | ) |