Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/FConvexDecomposition3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include | #include "CompGeom/ConvexDecomposition3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/CompGeom/ConvexDecomposition3.cpp |
void InitializeProximityFromDecompositionBoundingBoxOverlaps
(
double BoundsExpandByMinDimFactor,
double BoundsExpandByMaxDimFactor,
double MinBoundsExpand
)
Remarks
Create the proximity graph from the current decomposition, using bounding box overlaps. To consider non-overlapping proximity, the bounding boxes can be expanded by a factor of their own size or by an absolute amount.
Parameters
| Name | Description |
|---|---|
| BoundsExpandByMinDimFactor | Part bounds will be expanded by at least this factor of their own min dimension, before finding overlaps |
| BoundsExpandByMaxDimFactor | Part bounds will be expanded by at least this factor of their own max dimension, before finding overlaps |
| MinBoundsExpand | Part bounds will be expanded by at least this fixed amount, before finding overlaps |