KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DIPTRACE::DCH_SHEET_SHAPE Struct Reference

A top-level schematic sheet graphical primitive. More...

#include <diptrace_sch_parser.h>

Public Attributes

int kindCode = 0
 1 line, 4 rectangle.
 
int sheetIndex = 0
 
int lineWidth = 0
 
uint8_t color [3] = {}
 
std::vector< VECTOR2Ipoints
 Points in DipTrace coord units.
 

Detailed Description

A top-level schematic sheet graphical primitive.

Definition at line 68 of file diptrace_sch_parser.h.

Member Data Documentation

◆ color

uint8_t DIPTRACE::DCH_SHEET_SHAPE::color[3] = {}

◆ kindCode

int DIPTRACE::DCH_SHEET_SHAPE::kindCode = 0

1 line, 4 rectangle.

Definition at line 70 of file diptrace_sch_parser.h.

Referenced by DIPTRACE::SCH_PARSER::parseSheetShapes().

◆ lineWidth

int DIPTRACE::DCH_SHEET_SHAPE::lineWidth = 0

Definition at line 72 of file diptrace_sch_parser.h.

Referenced by DIPTRACE::SCH_PARSER::parseSheetShapes().

◆ points

std::vector<VECTOR2I> DIPTRACE::DCH_SHEET_SHAPE::points

Points in DipTrace coord units.

Definition at line 74 of file diptrace_sch_parser.h.

Referenced by DIPTRACE::SCH_PARSER::parseSheetShapes().

◆ sheetIndex

int DIPTRACE::DCH_SHEET_SHAPE::sheetIndex = 0

Definition at line 71 of file diptrace_sch_parser.h.

Referenced by DIPTRACE::SCH_PARSER::parseSheetShapes().


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