Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
Include |
#include "PlanarCut.h" |
Source |
/Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Private/PlanarCut.cpp |
void FindSmallBones
(
FGeometryCollection & Collection,
const TArrayView< const int32 > & TransformIndices,
const TArrayView< const double > & Volumes,
double MinVolume,
TArray< int32 > & OutSmallBones
)
Populate an array of transform indices w/ those that are smaller than a threshold volume
Parameter |
Description |
---|---|
Collection |
The collection to be processed |
TransformIndices |
The transform indices to process, or empty if all should be processed |
Volumes |
Volumes of geometry; 1:1 w/ TransformIndices array |
MinVolume |
Geometry smaller than this quantity will be chosen |
OutSmallBones |
Output array, to be filled with transform indices for small pieces of geometry |