コンテンツにスキップ

B3dScenePickResult

ピック結果(B3d)

Extends

  • PickResultBase

Properties

b3d_scene?

optional b3d_scene: B3dScene

Inherit Doc

Overrides

PickResultBase.b3d_scene


category

category: "b3d-scene"

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


feature_id?

optional feature_id: [number, number]

Inherit Doc

Overrides

PickResultBase.feature_id


point_cloud?

optional point_cloud: PointCloud

ピックした点群。 ピック位置に点群がない場合は undefined になります。

Inherited from

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