Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMesh3
Description
Returns bounding box of all selected mesh vertices. Will use a chunked parallel implementation for larger selections.
Computes bounding box of selected vertices.
| Name | GetBoundsForVertexSelection |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include Path | #include "DynamicMesh/DynamicMesh3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMesh3_Queries.cpp |
FAxisAlignedBox3d GetBoundsForVertexSelection
(
TConstArrayView< int32 > VertexIDs
) const