Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshSimpleShapeApproximation
Description
Calculate 3D Convex Hulls for each input mesh and store in ShapeSetOut. Each convex hull is stored as a triangle mesh, and optionally simplified if bSimplifyHulls=true
| Name | Generate_ConvexHulls |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/ShapeApproximation/MeshSimpleShapeApproximation.h |
| Include Path | #include "ShapeApproximation/MeshSimpleShapeApproximation.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/ShapeApproximation/MeshSimpleShapeApproximation.cpp |
void Generate_ConvexHulls
(
FSimpleShapeSet3d & ShapeSetOut,
FProgressCancel * Progress
)