|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| int | GetState_MeshCount () |
| int | GetState_ExtrudedCount () |
| int | GetState_CylinderCount () |
| int | GetState_SphereCount () |
| void | CopyTo (IPCB_3DShapeCollection *Other) |
| IPCB_3DSimpleMesh * | GetState_MeshByPosition (int APos) |
| IPCB_3DSimpleMesh * | AddMesh () |
| int | Count () |
| void | GetBounds (float *MinX, float *MinY, float *MinZ, float *MaxX, float *MaxY, float *MaxZ) |
| IPCB_3DSimpleMesh * PCB::IPCB_3DShapeCollection::AddMesh | ( | ) |
| void PCB::IPCB_3DShapeCollection::CopyTo | ( | IPCB_3DShapeCollection * | Other | ) |
| int PCB::IPCB_3DShapeCollection::Count | ( | ) |
| void PCB::IPCB_3DShapeCollection::GetBounds | ( | float * | MinX, |
| float * | MinY, | ||
| float * | MinZ, | ||
| float * | MaxX, | ||
| float * | MaxY, | ||
| float * | MaxZ ) |
| int PCB::IPCB_3DShapeCollection::GetState_CylinderCount | ( | ) |
| int PCB::IPCB_3DShapeCollection::GetState_ExtrudedCount | ( | ) |
| IPCB_3DSimpleMesh * PCB::IPCB_3DShapeCollection::GetState_MeshByPosition | ( | int | APos | ) |
| int PCB::IPCB_3DShapeCollection::GetState_MeshCount | ( | ) |
| int PCB::IPCB_3DShapeCollection::GetState_SphereCount | ( | ) |