PickResultIfcProductMesh
Hierarchy
- PickResultBase
- PickResultIfcProductMesh
Index
Constructors
publicconstructor
Constructor
Parameters
o: { id: number; ifcProductAndMesh: BimProductMesh; mesh: Mesh; pickOptions: PickOptionRay }
Options
Returns PickResultIfcProductMesh
Properties
publicreadonlyid
Unique GPU picking id for the hit object
publicreadonlyifcProductMesh
BimProductMesh yielded by pick operation. Use ifcProduct to get IFC product (BimIfcObject the mesh belongs to
publicreadonlymesh
BabylonJS Mesh pick operation yielded. mesh belongs to this mesh.
publictype
Discriminant union selector
Accessors
publichitInfo
Exact intersections of icon that the pick operation gave.
Returns Intersection[]
Methods
equals
Compare two PickResult instances.
Parameters
pickResult: PickResult
Returns boolean
Represents a pick operation where a ifc product mesh was picked.