Skip to content

Shapemetry API


Shapemetry API / EntityRef

Type Alias: EntityRef

EntityRef = { kind: "vertex"; id: Vertex; } | { kind: "edge"; id: Edge; } | { kind: "wire"; id: Wire; } | { kind: "face"; id: Face; } | { kind: "shell"; id: Shell; } | { kind: "solid"; id: Solid; }

Defined in: nurbsBrep/check/validate.ts:75

Reference to the topological entity that has the issue.