Bitbybit Docs
    Preparing search index...

    Enumeration drawingTypes (Inputs.Draw)

    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.

    Index

    Enumeration Members

    point: "point"
    points: "points"
    line: "line"
    lines: "lines"
    node: "node"
    nodes: "nodes"
    polyline: "polyline"
    polylines: "polylines"
    verbCurve: "verbCurve"
    verbCurves: "verbCurves"
    verbSurface: "verbSurface"
    verbSurfaces: "verbSurfaces"
    jscadMesh: "jscadMesh"
    jscadMeshes: "jscadMeshes"
    jscadPath: "jscadPath"
    jscadPaths: "jscadPaths"
    occt: "occt"
    occtShapes: "occtShapes"
    manifold: "manifold"
    tag: "tag"
    tags: "tags"