Summary

public List<IMyEntity> GetElementsInBox(ref BoundingBoxD boundingBox)

Returns list of entities that intersects with BoundingBox. This function will return CubeBlocks. This function works slower than GetTopMostEntitiesInBox(ref BoundingBoxD)

Returns

List

New list of entities

Parameters

Remarks

Same as GetEntitiesInAABB(ref BoundingBoxD)