|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| bool | GetState_IsClosed () |
| C_CoordPoint | GetState_CPoint (int I) |
| int | GetState_CPointsCount () |
| int | GetState_Degree () |
| double | GetState_Knot (int I) |
| int | GetState_KnotCount () |
| void | SetState_IsClosed (bool const Value) |
| void | SetState_CPoint (int I, C_CoordPoint const Value) |
| void | SetState_CPointsCount (int const Value) |
| void | SetState_Degree (int const Value) |
| void | SetState_Knot (int I, double const Value) |
| void | SetDefaultKnots () |
| 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 () |
| C_CoordPoint PCB::IPCB_ShapeEdge_BSpline::GetState_CPoint | ( | int | I | ) |
| int PCB::IPCB_ShapeEdge_BSpline::GetState_CPointsCount | ( | ) |
| int PCB::IPCB_ShapeEdge_BSpline::GetState_Degree | ( | ) |
| bool PCB::IPCB_ShapeEdge_BSpline::GetState_IsClosed | ( | ) |
| double PCB::IPCB_ShapeEdge_BSpline::GetState_Knot | ( | int | I | ) |
| int PCB::IPCB_ShapeEdge_BSpline::GetState_KnotCount | ( | ) |
| void PCB::IPCB_ShapeEdge_BSpline::SetDefaultKnots | ( | ) |
| void PCB::IPCB_ShapeEdge_BSpline::SetState_CPoint | ( | int | I, |
| C_CoordPoint const | Value ) |
| void PCB::IPCB_ShapeEdge_BSpline::SetState_CPointsCount | ( | int const | Value | ) |
| void PCB::IPCB_ShapeEdge_BSpline::SetState_Degree | ( | int const | Value | ) |
| void PCB::IPCB_ShapeEdge_BSpline::SetState_IsClosed | ( | bool const | Value | ) |
| void PCB::IPCB_ShapeEdge_BSpline::SetState_Knot | ( | int | I, |
| double const | Value ) |