| 
    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 464 of file altium_parser_pcb.h.
      
  | 
  explicit | 
Definition at line 457 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, and z_offset.
| int32_t AMODEL::checksum | 
Definition at line 472 of file altium_parser_pcb.h.
Referenced by AMODEL().
| wxString AMODEL::id | 
Definition at line 467 of file altium_parser_pcb.h.
Referenced by ALTIUM_PCB::ParseModelsData().
| bool AMODEL::isEmbedded | 
Definition at line 468 of file altium_parser_pcb.h.
Referenced by AMODEL().
| wxString AMODEL::name | 
Definition at line 466 of file altium_parser_pcb.h.
Referenced by AMODEL(), and ALTIUM_PCB::ParseModelsData().
| VECTOR3D AMODEL::rotation | 
Definition at line 470 of file altium_parser_pcb.h.
Referenced by AMODEL(), and ALTIUM_PCB::ParseModelsData().
| double AMODEL::z_offset | 
Definition at line 471 of file altium_parser_pcb.h.
Referenced by AMODEL(), and ALTIUM_PCB::ParseModelsData().