コンテンツにスキップ

PointCloudPickResult

ピック結果(点群)

Extends

  • PickResultBase

Properties

b3d_scene?

optional b3d_scene: B3dScene

ピックしたB3dオブジェクトのインスタンス (種類が Viewer.Category.B3D_SCENE のとき、追加されるプロパティ) ピック位置にB3dがない場合は undefined になります。

Inherited from

PickResultBase.b3d_scene


category

category: "point-cloud"

Inherit Doc

Overrides

PickResultBase.category


distance

distance: number

ピックした位置までの距離 (ray.direction の長さが単位 / pick の時はm)

Inherited from

PickResultBase.distance


entity?

optional entity: Entity<EventMap>

ピックしたエンティティ。ピック位置にエンティティがない場合は undefined になります。

Inherited from

PickResultBase.entity


point_cloud

point_cloud: PointCloud

Inherit Doc

Overrides

PickResultBase.point_cloud


position

position: Vector3

ピックした位置 (GOCS)

Inherited from

PickResultBase.position


vectile?

optional vectile: object

ピックした VecTile オブジェクトのインスタンス (種類が Viewer.Category.VECTILE のとき、追加されるプロパティ) ピック位置に VecTile オブジェクトがない場合は undefined になります。

feature

feature: Feature

layer

layer: StyleLayer

Inherited from

PickResultBase.vectile