Selva Compute API Reference - v2.1.0
    Preparing search index...

    Interface DisplayItemParseOptions

    interface DisplayItemParseOptions {
        applyTransforms?: boolean;
        rhino?: RhinoModule;
    }
    Index

    Properties

    applyTransforms?: boolean

    Apply the Rhino Z-up → Three Y-up transform. Defaults to true (matches the mesh path).

    rhino?: RhinoModule

    rhino3dm instance for decoding curve JSON. Omit to skip curves (points still render).