KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ALTIUM_EMBEDDED_MODEL_DATA Struct Reference

#include <altium_pcb.h>

Public Member Functions

 ALTIUM_EMBEDDED_MODEL_DATA (const wxString &name, const VECTOR3D &rotation, double z_offset, std::vector< char > &&data)
 

Public Attributes

wxString m_modelname
 
VECTOR3D m_rotation
 
double m_z_offset
 
std::vector< char > m_data
 

Detailed Description

Definition at line 103 of file altium_pcb.h.

Constructor & Destructor Documentation

◆ ALTIUM_EMBEDDED_MODEL_DATA()

ALTIUM_EMBEDDED_MODEL_DATA::ALTIUM_EMBEDDED_MODEL_DATA ( const wxString &  name,
const VECTOR3D rotation,
double  z_offset,
std::vector< char > &&  data 
)
inline

Definition at line 111 of file altium_pcb.h.

Member Data Documentation

◆ m_data

std::vector<char> ALTIUM_EMBEDDED_MODEL_DATA::m_data

Definition at line 108 of file altium_pcb.h.

◆ m_modelname

wxString ALTIUM_EMBEDDED_MODEL_DATA::m_modelname

Definition at line 105 of file altium_pcb.h.

◆ m_rotation

VECTOR3D ALTIUM_EMBEDDED_MODEL_DATA::m_rotation

Definition at line 106 of file altium_pcb.h.

◆ m_z_offset

double ALTIUM_EMBEDDED_MODEL_DATA::m_z_offset

Definition at line 107 of file altium_pcb.h.


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