|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| IPCB_Model * | I_Replicate () |
| IPCB_Model * | I_ReplicateToGeneric () |
| std::wstring | GetFileName () |
| void | GetState (double *RotX, double *RotY, double *RotZ, int *Dz) |
| void | SetState (double RotX, double RotY, double RotZ, int Dz) |
| bool | GetEmbed () |
| void | SetEmbed (bool const Value) |
| bool | IsStale () |
| bool | ForceCheck_IsStale () |
| T3DModelType | GetState_ModelType () |
| void | SetState_ModelType (T3DModelType const Value) |
| bool | IsEmpty () |
| void | SetRotation (double const NewValue) |
| C_CoordPoint | GetOrigin () |
| void | SetOrigin (C_CoordPoint const Value) |
| double | GetRotation () |
| void | AddTo (IOccWrapper *const ViewWrapper, IPCB3D_Transformation *const ITransformation, std::wstring const Name) |
| void | AddToAssembly (IOccWrapper *const ViewWrapper, int const AssemblyIndex, IPCB3D_Transformation *const ITransformation, std::wstring const Name) |
| void | ExportToStep (std::wstring const FileName) |
| INT64 | GetDataSize () |
| std::wstring | GetDataHash (std::wstring const AHashType) |
| TModelSource | GetModelSource () |
| void | SetModelSource (TModelSource Value) |
| std::wstring | GetVaultGUID () |
| void | SetVaultGUID (std::wstring const Value) |
| std::wstring | GetItemGUID () |
| void | SetItemGUID (std::wstring const Value) |
| std::wstring | GetItemRevisionGUID () |
| void | SetItemRevisionGUID (std::wstring const Value) |
| long | GetChecksum () |
| void | AddToAssembly2 (IOccWrapper *const ViewWrapper, int const AssemblyIndex, IPCB3D_Transformation *const ITransformation, std::wstring const Name, long const Color) |
| void PCB::IPCB_Model::AddTo | ( | IOccWrapper *const | ViewWrapper, |
| IPCB3D_Transformation *const | ITransformation, | ||
| std::wstring const | Name ) |
| void PCB::IPCB_Model::AddToAssembly | ( | IOccWrapper *const | ViewWrapper, |
| int const | AssemblyIndex, | ||
| IPCB3D_Transformation *const | ITransformation, | ||
| std::wstring const | Name ) |
| void PCB::IPCB_Model::AddToAssembly2 | ( | IOccWrapper *const | ViewWrapper, |
| int const | AssemblyIndex, | ||
| IPCB3D_Transformation *const | ITransformation, | ||
| std::wstring const | Name, | ||
| long const | Color ) |
| void PCB::IPCB_Model::ExportToStep | ( | std::wstring const | FileName | ) |
| bool PCB::IPCB_Model::ForceCheck_IsStale | ( | ) |
| long PCB::IPCB_Model::GetChecksum | ( | ) |
| std::wstring PCB::IPCB_Model::GetDataHash | ( | std::wstring const | AHashType | ) |
| INT64 PCB::IPCB_Model::GetDataSize | ( | ) |
| bool PCB::IPCB_Model::GetEmbed | ( | ) |
| std::wstring PCB::IPCB_Model::GetFileName | ( | ) |
| std::wstring PCB::IPCB_Model::GetItemGUID | ( | ) |
| std::wstring PCB::IPCB_Model::GetItemRevisionGUID | ( | ) |
| TModelSource PCB::IPCB_Model::GetModelSource | ( | ) |
| C_CoordPoint PCB::IPCB_Model::GetOrigin | ( | ) |
| double PCB::IPCB_Model::GetRotation | ( | ) |
| void PCB::IPCB_Model::GetState | ( | double * | RotX, |
| double * | RotY, | ||
| double * | RotZ, | ||
| int * | Dz ) |
| T3DModelType PCB::IPCB_Model::GetState_ModelType | ( | ) |
| std::wstring PCB::IPCB_Model::GetVaultGUID | ( | ) |
| IPCB_Model * PCB::IPCB_Model::I_Replicate | ( | ) |
| IPCB_Model * PCB::IPCB_Model::I_ReplicateToGeneric | ( | ) |
| bool PCB::IPCB_Model::IsEmpty | ( | ) |
| bool PCB::IPCB_Model::IsStale | ( | ) |
| void PCB::IPCB_Model::SetEmbed | ( | bool const | Value | ) |
| void PCB::IPCB_Model::SetItemGUID | ( | std::wstring const | Value | ) |
| void PCB::IPCB_Model::SetItemRevisionGUID | ( | std::wstring const | Value | ) |
| void PCB::IPCB_Model::SetModelSource | ( | TModelSource | Value | ) |
| void PCB::IPCB_Model::SetOrigin | ( | C_CoordPoint const | Value | ) |
| void PCB::IPCB_Model::SetRotation | ( | double const | NewValue | ) |
| void PCB::IPCB_Model::SetState | ( | double | RotX, |
| double | RotY, | ||
| double | RotZ, | ||
| int | Dz ) |
| void PCB::IPCB_Model::SetState_ModelType | ( | T3DModelType const | Value | ) |
| void PCB::IPCB_Model::SetVaultGUID | ( | std::wstring const | Value | ) |