Navigation
API > API/Plugins > API/Plugins/PlanarCut
References
| Module | PlanarCut |
| 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
&40;
FGeometryCollection & Collection,
const TArrayView< const int32 > & TransformIndices,
TArray< double > & OutVolumes,
double ScalePerDimension,
bool bIncludeClusters
&41;
Remarks
Populate an array of transform indices w/ those that are smaller than a threshold volume
Parameters
| Name | 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) |
| bIncludeClusters | Whether to set the volumes for clusters as a sum of the child volumes. Otherwise, cluster volumes are set to zero. |