FConvexShape3d

FConvexShape is a 3D convex hull, currently stored as a triangle mesh

Choose your operating system:

Windows

macOS

Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/ShapeApproximation/SimpleShapeSet3.h

Include

#include "ShapeApproximation/SimpleShapeSet3.h"

Syntax

struct FConvexShape3d

Remarks

FConvexShape is a 3D convex hull, currently stored as a triangle mesh

Variables

Name Description

Public variable

FDynamicMesh3

 

Mesh

Constructors

Name Description

Public function

FConvexShape3d()

Public function

FConvexShape3d

(
    const FDynamicMesh3& MeshIn
)

Public function

FConvexShape3d

(
    FDynamicMesh3&& MeshIn
)

Functions

Name Description

Public function Const

ESimpleShape...

 

GetShapeType()