ThreePresenter API Documentation - v0.1.2
    Preparing search index...

    Type Alias AnnotationGeometry

    AnnotationGeometry: [number, number, number] | [number, number, number][]

    Geometry for different annotation types

    • Point: single 3D coordinate [x, y, z]
    • Line: array of 3D coordinates [[x1,y1,z1], [x2,y2,z2], ...]
    • Area: array of 3D coordinates forming a closed polygon