HomeFAQWhat is an entity label in XyzPilot?...

FAQ

What is an entity label in XyzPilot?

Entity labels (P0, L1, C2, A3) are the operator-facing identifiers for geometry entities. Labels are monotonic, immutable, and never reused within a project.

Full Answer

PrefixEntity TypeExample
PPointP0, P1, P2
LLineL0, L1, L2
CCircleC0, C1, C2
AArcA0, A1, A2
CUCurveCU0, CU1
Labels are monotonic and immutable: Deleting an entity does not decrement counters or renumber surviving entities. A deleted label is retired and never reused within the same project.

XyzPilot Example

Create P0, P1, P2 Delete P1 → P0 and P2 remain → Next point created is P3 (not P1) → P1 is retired — never reused This ensures L14 always refers to the same line, even after other entities are deleted.
← All FAQs Operator Reference Try in XyzPilot →