Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms > API/Plugins/GeometryAlgorithms/FMedialSkeletonToTreeSkeletonOpt-
Method to merge disconnected components of the medial skeleton into a single hierarchy.
| Name | EMergeDisconnectedMethod |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/Skeletonization/MeshMedialAxisSampling.h |
| Include Path | #include "Skeletonization/MeshMedialAxisSampling.h" |
Syntax
enum EMergeDisconnectedMethod
{
ConnectClosestBones,
AddTopLevelRoot,
}
Values
| Name | Remarks |
|---|---|
| ConnectClosestBones | Connect closest bones across disconnected components until there is a single hierarchy. |
| AddTopLevelRoot | Add a top-level root node, and connect the selected root and all disconnected components to this node. |