|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
| void PCB::IPCB_ContourUtilities::ClipContourContour | ( | TSetOperation | SetOperation, |
| IPCB_Contour * | AContour, | ||
| IPCB_Contour * | BContour, | ||
| IPCB_GeometricPolygon * | ResultPolygon ) |
| void PCB::IPCB_ContourUtilities::ClipSetContour | ( | TSetOperation | SetOperation, |
| IPCB_GeometricPolygon * | AGeometricPolygon, | ||
| IPCB_Contour * | AContour, | ||
| IPCB_GeometricPolygon * | ResultPolygon ) |
| void PCB::IPCB_ContourUtilities::ClipSetSet | ( | TSetOperation | SetOperation, |
| IPCB_GeometricPolygon * | AGeometricPolygon, | ||
| IPCB_GeometricPolygon * | BGeometricPolygon, | ||
| IPCB_GeometricPolygon * | ResultPolygon ) |
| double PCB::IPCB_ContourUtilities::ContourArea | ( | IPCB_Contour * | AContour | ) |
| bool PCB::IPCB_ContourUtilities::ContourIsCW | ( | IPCB_Contour * | AContour | ) |
| bool PCB::IPCB_ContourUtilities::GeometricPolygonsTouch | ( | IPCB_GeometricPolygon * | AGeometricPolygon, |
| IPCB_GeometricPolygon * | BGeometricPolygon ) |
| bool PCB::IPCB_ContourUtilities::PointInContour | ( | IPCB_Contour * | AContour, |
| int | x, | ||
| int | y ) |
| void PCB::IPCB_ContourUtilities::SplitIntoConnectedPolygons | ( | IPCB_GeometricPolygon * | AGeometricPolygon, |
| DXP::IInterfaceList * | ConnectedPolygons ) |
| void PCB::IPCB_ContourUtilities::UnionBatchContour | ( | DXP::IInterfaceList * | Contours, |
| IPCB_GeometricPolygon * | ResultPolygon ) |
| void PCB::IPCB_ContourUtilities::UnionBatchSet | ( | DXP::IInterfaceList * | Polygons, |
| IPCB_GeometricPolygon * | ResultPolygon ) |