| 
    KiCad PCB EDA Suite
    
   | 
 
Represent 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 | 
Represent a cutout in a closed shape (e.g.
OUTLINE).
Definition at line 469 of file cadstar_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 535 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::ParseAllChildVertices(), and Vertices.
Referenced by CADSTAR_ARCHIVE_PARSER::ParseAllChildCutouts().
| std::vector<VERTEX> CADSTAR_ARCHIVE_PARSER::CUTOUT::Vertices | 
Definition at line 471 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getPolySetFromCadstarShape(), CADSTAR_PCB_ARCHIVE_LOADER::loadCoppers(), CADSTAR_SCH_ARCHIVE_LOADER::loadFigure(), and Parse().