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

A named point a parent object offers for alignment, such as a pad center or a pin end. More...

#include <snap_inference.h>

Public Attributes

SNAP_STABLE_ID id
 
VECTOR2I position
 
std::optional< SNAP_TARGET_IDparent
 

Detailed Description

A named point a parent object offers for alignment, such as a pad center or a pin end.

Definition at line 49 of file snap_inference.h.

Member Data Documentation

◆ id

SNAP_STABLE_ID SNAP_ALIGNMENT_POINT::id

Definition at line 51 of file snap_inference.h.

Referenced by SNAP_INFERENCE_PROVIDER::eligible().

◆ parent

std::optional<SNAP_TARGET_ID> SNAP_ALIGNMENT_POINT::parent

Definition at line 53 of file snap_inference.h.

Referenced by SNAP_INFERENCE_PROVIDER::eligible().

◆ position

VECTOR2I SNAP_ALIGNMENT_POINT::position

Definition at line 52 of file snap_inference.h.

Referenced by BOOST_AUTO_TEST_CASE().


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