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 104 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 112 of file altium_pcb.h.

References m_data, m_modelname, m_rotation, m_z_offset, move, and name.

Member Data Documentation

◆ m_data

std::vector<char> ALTIUM_EMBEDDED_MODEL_DATA::m_data

◆ m_modelname

wxString ALTIUM_EMBEDDED_MODEL_DATA::m_modelname

◆ m_rotation

VECTOR3D ALTIUM_EMBEDDED_MODEL_DATA::m_rotation

Definition at line 107 of file altium_pcb.h.

Referenced by ALTIUM_EMBEDDED_MODEL_DATA().

◆ m_z_offset

double ALTIUM_EMBEDDED_MODEL_DATA::m_z_offset

Definition at line 108 of file altium_pcb.h.

Referenced by ALTIUM_EMBEDDED_MODEL_DATA().


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