Skip to main content

PickResultIfcProductMesh

Represents a pick operation where a ifc product mesh was picked.

Hierarchy

  • PickResultBase
    • PickResultIfcProductMesh

Index

Constructors

Properties

Accessors

Methods

Constructors

publicconstructor

Properties

publicreadonlyid

id: number

Unique GPU picking id for the hit object

publicreadonlyifcProductMesh

ifcProductMesh: BimProductMesh

BimProductMesh yielded by pick operation. Use ifcProduct to get IFC product (BimIfcObject the mesh belongs to

publicreadonlymesh

mesh: Mesh

BabylonJS Mesh pick operation yielded. mesh belongs to this mesh.

publictype

type: IfcProductMesh = PickResultType.IfcProductMesh

Discriminant union selector

Accessors

publichitInfo

  • Exact intersections of icon that the pick operation gave.


    Returns Intersection[]

Methods

equals

  • Compare two PickResult instances.


    Parameters

    Returns boolean