Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/GroupEdgeInserter.h |
Include |
#include "Operations/GroupEdgeInserter.h" |
struct FGroupEdgeSplitPoint
Point along a group edge that is used as a start/endpoint for an inserted group edge.
Name | Description | ||
---|---|---|---|
|
bIsVertex |
Whether the point is an edge or vertex. |
|
|
double |
EdgeTValue |
Only relevant for edges. |
|
ElementID |
Either vertex ID or edge ID of the point. |
|
|
Tangent |
When using a cutting plane, tangent that is used to help position the plane. |