API (v2.0.0) - Giro3D
    Preparing search index...

    Interface GetNodeDataOptions

    interface GetNodeDataOptions {
        attributes?: PointCloudAttribute[];
        node: PointCloudNode;
        position: boolean;
        signal?: AbortSignal;
    }
    Index

    Properties

    attributes?: PointCloudAttribute[]

    The optional attributes to load.

    To node to process.

    position: boolean

    Load the point position attribute.

    signal?: AbortSignal

    Optional abort signal for early cancellation of asynchronous requests.