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

#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
 

Detailed Description

Definition at line 456 of file altium_parser_pcb.h.

Constructor & Destructor Documentation

◆ AMODEL()

Member Data Documentation

◆ checksum

int32_t AMODEL::checksum

Definition at line 464 of file altium_parser_pcb.h.

Referenced by AMODEL().

◆ id

wxString AMODEL::id

Definition at line 459 of file altium_parser_pcb.h.

Referenced by ALTIUM_PCB::ParseModelsData().

◆ isEmbedded

bool AMODEL::isEmbedded

Definition at line 460 of file altium_parser_pcb.h.

Referenced by AMODEL().

◆ name

wxString AMODEL::name

Definition at line 458 of file altium_parser_pcb.h.

Referenced by AMODEL(), and ALTIUM_PCB::ParseModelsData().

◆ rotation

VECTOR3D AMODEL::rotation

Definition at line 462 of file altium_parser_pcb.h.

Referenced by AMODEL(), and ALTIUM_PCB::ParseModelsData().

◆ z_offset

double AMODEL::z_offset

Definition at line 463 of file altium_parser_pcb.h.

Referenced by AMODEL(), and ALTIUM_PCB::ParseModelsData().


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