Expand description
A sketch’s solved document, plane, diagnostics, and interaction state.
Structs§
- Sketch
Session - State for one active sketch.
Functions§
- constraint_
ref - Build a
{"kind":"constraint","id":<id>}entity ref — a CONSTRAINT is selectable like a point/geometry (picked near its glyph or dimension leader) so it can be emphasized + deleted; deleting it drops only the constraint, never its geometry. - entity_
ref_ eq - Whether two optional entity refs are equal (both absent, or both present and
refs_equal) — the hover-changed test. - geometry_
ref - Build a
{"kind":"geometry","id":<id>}entity ref. - point_
ref - Build a
{"kind":"point","id":<id>}entity ref. - refs_
equal - Whether two entity refs name the same entity (same
kind, sameidunderid_key).