KiCad PCB EDA Suite
|
A shape of copper in the component footprint. More...
#include <cadstar_pcb_archive_parser.h>
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
COPPERCODE_ID | CopperCodeID |
LAYER_ID | LayerID |
SHAPE | Shape |
SWAP_RULE | SwapRule = SWAP_RULE::BOTH |
std::vector< PAD_ID > | AssociatedPadIDs |
A shape of copper in the component footprint.
For KiCad import, this could be converted to a custom shaped pad (as long as AssociatedPadIDs is not empty)
Definition at line 446 of file cadstar_pcb_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1024 of file cadstar_pcb_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::CheckNoChildNodes(), XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), CADSTAR_ARCHIVE_PARSER::IsValidAttribute(), CADSTAR_ARCHIVE_PARSER::ParseSwapRule(), THROW_MISSING_NODE_IO_ERROR, THROW_PARSING_IO_ERROR, and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::SYMDEF_PCB::Parse().
std::vector<PAD_ID> CADSTAR_PCB_ARCHIVE_PARSER::COMPONENT_COPPER::AssociatedPadIDs |
Definition at line 452 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadLibraryCoppers().
COPPERCODE_ID CADSTAR_PCB_ARCHIVE_PARSER::COMPONENT_COPPER::CopperCodeID |
Definition at line 448 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadLibraryCoppers().
LAYER_ID CADSTAR_PCB_ARCHIVE_PARSER::COMPONENT_COPPER::LayerID |
Definition at line 449 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadLibraryCoppers().
SHAPE CADSTAR_PCB_ARCHIVE_PARSER::COMPONENT_COPPER::Shape |
Definition at line 450 of file cadstar_pcb_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadLibraryCoppers().
SWAP_RULE CADSTAR_PCB_ARCHIVE_PARSER::COMPONENT_COPPER::SwapRule = SWAP_RULE::BOTH |
Definition at line 451 of file cadstar_pcb_archive_parser.h.