|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
| void PCB::IPCB_ShapeEdge_Ellipse::Fill | ( | C_CoordPoint const | Center, |
| C_CoordPoint const | MinorPt, | ||
| C_CoordPoint const | MajorPt, | ||
| C_CoordPoint const | StartPt, | ||
| C_CoordPoint const | EndPt, | ||
| bool | ClockWise ) |
| void PCB::IPCB_ShapeEdge_Ellipse::FillClosed | ( | C_CoordPoint const | Center, |
| C_CoordPoint const | MinorPt, | ||
| C_CoordPoint const | MajorPt ) |
| C_CoordPoint PCB::IPCB_ShapeEdge_Ellipse::GetState_Center | ( | ) |
| bool PCB::IPCB_ShapeEdge_Ellipse::GetState_ClockWise | ( | ) |
| bool PCB::IPCB_ShapeEdge_Ellipse::GetState_IsClosed | ( | ) |
| C_CoordPoint PCB::IPCB_ShapeEdge_Ellipse::GetState_MajorPt | ( | ) |
| C_CoordPoint PCB::IPCB_ShapeEdge_Ellipse::GetState_MinorPt | ( | ) |
| void PCB::IPCB_ShapeEdge_Ellipse::SetState_Center | ( | C_CoordPoint const | Value | ) |
| void PCB::IPCB_ShapeEdge_Ellipse::SetState_ClockWise | ( | bool const | Value | ) |
| void PCB::IPCB_ShapeEdge_Ellipse::SetState_IsClosed | ( | bool const | Value | ) |
| void PCB::IPCB_ShapeEdge_Ellipse::SetState_MajorPt | ( | C_CoordPoint const | Value | ) |
| void PCB::IPCB_ShapeEdge_Ellipse::SetState_MinorPt | ( | C_CoordPoint const | Value | ) |