Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FEdgeSpan > API/Runtime/GeometryCore/FEdgeSpan/InitializeFromVertices
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/EdgeSpan.h |
| Include | #include "EdgeSpan.h" |
bool InitializeFromVertices
&40;
const FDynamicMesh3 &42; MeshIn,
const TArray< int > & VerticesIn,
bool bAutoOrient
&41;
Remarks
Construct EdgeSpan from list of vertices of mesh false if we found any parts of VerticesIn that are not connected by an edge
Parameters
| Name | Description |
|---|---|
| MeshIn | Mesh that contains the span |
| VerticesIn | list of vertices that are sequentially connected by edges |
| bAutoOrient | if true, and any of the edges are boundary edges, we will re-orient the span to be consistent with boundary edges |