Interface PickOption

ピックオプション

mapray.Viewer.pick の引数として設定し、ピックする対象を指定する場合に使用する。

interface PickOption {
    exclude_category?: Category[];
    limit?: number;
}

Properties

exclude_category?: Category[]

pick対象外とするCategory pickWithRayでは一部Categoryのみ対象

limit?: number

制限距離 (ray.direction の長さが単位 / pick の時はm)