three-cad-viewer
    Preparing search index...

    Interface ShapeRef

    Shape reference for the instanced/compressed format. Before decoding, a part's shape field may be { ref: N } referencing the Nth entry in the instances array. After decoding, all ShapeRefs are replaced with full Shape objects.

    interface ShapeRef {
        ref: number;
    }
    Index

    Properties

    Properties

    ref: number