KiCad PCB EDA Suite
|
#include <altium_parser_pcb.h>
Public Member Functions | |
AMODEL (ALTIUM_PARSER &aReader) | |
Public Attributes | |
wxString | name |
wxString | id |
bool | isEmbedded |
VECTOR3D | rotation |
Definition at line 452 of file altium_parser_pcb.h.
|
explicit |
Definition at line 426 of file altium_parser_pcb.cpp.
References ALTIUM_PARSER::HasParsingError(), isEmbedded, name, ALTIUM_PARSER::ReadBool(), ALTIUM_PARSER::ReadDouble(), ALTIUM_PARSER::ReadProperties(), ALTIUM_PARSER::ReadString(), rotation, THROW_IO_ERROR, VECTOR3< T >::x, VECTOR3< T >::y, and VECTOR3< T >::z.
wxString AMODEL::id |
Definition at line 455 of file altium_parser_pcb.h.
Referenced by ALTIUM_PCB::ParseModelsData().
bool AMODEL::isEmbedded |
Definition at line 456 of file altium_parser_pcb.h.
Referenced by AMODEL().
wxString AMODEL::name |
Definition at line 454 of file altium_parser_pcb.h.
Referenced by AMODEL(), and ALTIUM_PCB::ParseModelsData().
VECTOR3D AMODEL::rotation |
Definition at line 458 of file altium_parser_pcb.h.
Referenced by AMODEL().