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 FindSmallBones
&40;
const FGeometryCollection & Collection,
const TArrayView< const int32 > & TransformIndices,
const TArrayView< const double > & Volumes,
double MinVolume,
TArray< int32 > & OutSmallBones,
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 |
| 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 |
| bIncludeClusters | Whether to include clusters in the search |