Altium C++ SDK 3.0
Loading...
Searching...
No Matches
PCB::IPCB_ShapeEdge_BSpline Struct Reference

#include <EDP.PCB.Interfaces.h>

Inheritance diagram for PCB::IPCB_ShapeEdge_BSpline:
PCB::IPCB_ShapeEdge

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 ()

Member Function Documentation

◆ GetState_CPoint()

C_CoordPoint PCB::IPCB_ShapeEdge_BSpline::GetState_CPoint ( int I)

◆ GetState_CPointsCount()

int PCB::IPCB_ShapeEdge_BSpline::GetState_CPointsCount ( )

◆ GetState_Degree()

int PCB::IPCB_ShapeEdge_BSpline::GetState_Degree ( )

◆ GetState_IsClosed()

bool PCB::IPCB_ShapeEdge_BSpline::GetState_IsClosed ( )

◆ GetState_Knot()

double PCB::IPCB_ShapeEdge_BSpline::GetState_Knot ( int I)

◆ GetState_KnotCount()

int PCB::IPCB_ShapeEdge_BSpline::GetState_KnotCount ( )

◆ SetDefaultKnots()

void PCB::IPCB_ShapeEdge_BSpline::SetDefaultKnots ( )

◆ SetState_CPoint()

void PCB::IPCB_ShapeEdge_BSpline::SetState_CPoint ( int I,
C_CoordPoint const Value )

◆ SetState_CPointsCount()

void PCB::IPCB_ShapeEdge_BSpline::SetState_CPointsCount ( int const Value)

◆ SetState_Degree()

void PCB::IPCB_ShapeEdge_BSpline::SetState_Degree ( int const Value)

◆ SetState_IsClosed()

void PCB::IPCB_ShapeEdge_BSpline::SetState_IsClosed ( bool const Value)

◆ SetState_Knot()

void PCB::IPCB_ShapeEdge_BSpline::SetState_Knot ( int I,
double const Value )

The documentation for this struct was generated from the following file: