Method WallGetObjectsAgainst
WallGetObjectsAgainst(double)
Returns the list of the objects having the same orientation as this wall and having distance from this wall not greater than maxDistance.
Declaration
public IList<Scene.Object> WallGetObjectsAgainst(double maxDistance)
Parameters
| Type | Name | Description |
|---|---|---|
| double | maxDistance | Maximum distance between object's point of origin and this wall (in the scene units). |
Returns
| Type | Description |
|---|---|
| IList<Scene.Object> |