The kind of geometry a draw call detected, in singular and plural forms - point, line, node,
polyline, Verb curve and surface, JSCAD mesh, and so on. Written onto a drawn object so that
handing it back finds the handler that made it, and readable so you can tell what a handle
refers to when updating or disposing it.
The values are strings rather than ordinals, and the membership is the same in every renderer.
As ordinals they were neither: the three renderers listed different kinds, so the same number
meant a Manifold solid in one and a list of OCCT shapes in another, and a value written by one
renderer read as a different kind in the next. A string says what it is wherever it is read.
The kind of geometry a draw call detected, in singular and plural forms - point, line, node, polyline, Verb curve and surface, JSCAD mesh, and so on. Written onto a drawn object so that handing it back finds the handler that made it, and readable so you can tell what a handle refers to when updating or disposing it.
The values are strings rather than ordinals, and the membership is the same in every renderer. As ordinals they were neither: the three renderers listed different kinds, so the same number meant a Manifold solid in one and a list of OCCT shapes in another, and a value written by one renderer read as a different kind in the next. A string says what it is wherever it is read.