KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CONSTRAINT_ANCHOR_POINT Struct Reference

A selectable feature of a shape (a segment endpoint, arc centre, ...) and its location. More...

#include <constraint_builder.h>

Public Attributes

CONSTRAINT_ANCHOR anchor
 
VECTOR2I pos
 
int index = -1
 Vertex ordinal; only meaningful for the VERTEX anchor.
 

Detailed Description

A selectable feature of a shape (a segment endpoint, arc centre, ...) and its location.

Definition at line 54 of file constraint_builder.h.

Member Data Documentation

◆ anchor

CONSTRAINT_ANCHOR CONSTRAINT_ANCHOR_POINT::anchor

Definition at line 56 of file constraint_builder.h.

◆ index

int CONSTRAINT_ANCHOR_POINT::index = -1

Vertex ordinal; only meaningful for the VERTEX anchor.

Definition at line 58 of file constraint_builder.h.

◆ pos

VECTOR2I CONSTRAINT_ANCHOR_POINT::pos

Definition at line 57 of file constraint_builder.h.


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