Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/CuttingOps > API/Plugins/ModelingOperators/CuttingOps/FGroupEdgeInsertionOp
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CuttingOps/GroupEdgeInsertionOp.h |
| Include | #include "CuttingOps/GroupEdgeInsertionOp.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Private/CuttingOps/GroupEdgeInsertionOp.cpp |
void GetEdgeLocations
&40;
TArray< TPair< FVector3d, FVector3d >> & EndPointPairsOut
&41; const
Remarks
Converts GroupEdgeEids into pairs of endpoints, since ResultMesh is inaccessible without extracting it. Can be used to render the added loops. Clears EndPointPairsOut before use.