KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX Struct Reference

< Two sibbling nodes: first node being "ROUTEWIDTH" and next node being a VERTEX (e.g. More...

#include <cadstar_pcb_archive_parser.h>

Public Member Functions

XNODEParse (XNODE *aNode, PARSER_CONTEXT *aContext)
 

Public Attributes

long RouteWidth
 
bool TeardropAtStart = false
 
bool TeardropAtEnd = false
 
long TeardropAtStartAngle = 0
 
long TeardropAtEndAngle = 0
 
bool Fixed = false
 
VERTEX Vertex
 Returns a pointer to the last node.
 

Detailed Description

< Two sibbling nodes: first node being "ROUTEWIDTH" and next node being a VERTEX (e.g.

PT, CWARC, etc.)

Definition at line 990 of file cadstar_pcb_archive_parser.h.

Member Function Documentation

◆ Parse()

XNODE * CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::Parse ( XNODE aNode,
PARSER_CONTEXT aContext 
)

Member Data Documentation

◆ Fixed

bool CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::Fixed = false

Definition at line 998 of file cadstar_pcb_archive_parser.h.

◆ RouteWidth

long CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::RouteWidth

Definition at line 993 of file cadstar_pcb_archive_parser.h.

◆ TeardropAtEnd

bool CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::TeardropAtEnd = false

Definition at line 995 of file cadstar_pcb_archive_parser.h.

◆ TeardropAtEndAngle

long CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::TeardropAtEndAngle = 0

Definition at line 997 of file cadstar_pcb_archive_parser.h.

◆ TeardropAtStart

bool CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::TeardropAtStart = false

Definition at line 994 of file cadstar_pcb_archive_parser.h.

◆ TeardropAtStartAngle

long CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::TeardropAtStartAngle = 0

Definition at line 996 of file cadstar_pcb_archive_parser.h.

◆ Vertex

VERTEX CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::Vertex

Returns a pointer to the last node.

Definition at line 999 of file cadstar_pcb_archive_parser.h.


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