KiCad PCB EDA Suite
|
#include <altium_parser_pcb.h>
Public Member Functions | |
AMODEL (ALTIUM_BINARY_PARSER &aReader) | |
Public Attributes | |
wxString | name |
wxString | id |
bool | isEmbedded |
VECTOR3D | rotation |
double | z_offset |
int32_t | checksum |
Definition at line 456 of file altium_parser_pcb.h.
|
explicit |
Definition at line 450 of file altium_parser_pcb.cpp.
References checksum, ALTIUM_BINARY_PARSER::HasParsingError(), isEmbedded, name, ALTIUM_PROPS_UTILS::ReadBool(), ALTIUM_PROPS_UTILS::ReadDouble(), ALTIUM_PROPS_UTILS::ReadInt(), ALTIUM_BINARY_PARSER::ReadProperties(), ALTIUM_PROPS_UTILS::ReadString(), rotation, THROW_IO_ERROR, VECTOR3< T >::x, VECTOR3< T >::y, VECTOR3< T >::z, and z_offset.
int32_t AMODEL::checksum |
Definition at line 464 of file altium_parser_pcb.h.
Referenced by AMODEL().
wxString AMODEL::id |
Definition at line 459 of file altium_parser_pcb.h.
Referenced by ALTIUM_PCB::ParseModelsData().
bool AMODEL::isEmbedded |
Definition at line 460 of file altium_parser_pcb.h.
Referenced by AMODEL().
wxString AMODEL::name |
Definition at line 458 of file altium_parser_pcb.h.
Referenced by AMODEL(), and ALTIUM_PCB::ParseModelsData().
VECTOR3D AMODEL::rotation |
Definition at line 462 of file altium_parser_pcb.h.
Referenced by AMODEL(), and ALTIUM_PCB::ParseModelsData().
double AMODEL::z_offset |
Definition at line 463 of file altium_parser_pcb.h.
Referenced by AMODEL(), and ALTIUM_PCB::ParseModelsData().