OpenBIMRL | IFC functions
Class path: models.ifc.getNearest
Next elements
Description
Calculates and finds the nearest elements within an acceptable threshold.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | Element | IfcEntityClass | Element to whose proximity is checked |
1 | Elements | List<IfcEntityClass> | List of elements that will be checked |
2 | Threshold | Number | Threshold |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | Elements | List<IfcEntityClass> | List of elements that are near Input0 |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself