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 FindBoneVolumes
(
FGeometryCollection & Collection,
const TArrayView< const int32 > & TransformIndices,
TArray< double > & OutVolumes,
double ScalePerDimension
)
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 |
OutVolumes |
Output array, to be filled w/ volumes of geometry; 1:1 w/ TransformIndices array |
ScalePerDimension |
Scale to apply per dimension (e.g. 1/100 converts volume from centimeters^3 to meters^3) |