KiCad PCB EDA Suite
|
Represents a cutout in a closed shape (e.g. More...
#include <cadstar_archive_parser.h>
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
std::vector< VERTEX > | Vertices |
Represents a cutout in a closed shape (e.g.
OUTLINE)
Definition at line 467 of file cadstar_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 534 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::ParseAllChildVertices().
Referenced by CADSTAR_ARCHIVE_PARSER::ParseAllChildCutouts().
std::vector<VERTEX> CADSTAR_ARCHIVE_PARSER::CUTOUT::Vertices |
Definition at line 469 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getPolySetFromCadstarShape(), CADSTAR_PCB_ARCHIVE_LOADER::loadCoppers(), and CADSTAR_SCH_ARCHIVE_LOADER::loadFigure().