Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Topo
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalEdge.h |
| Include | #include "Topo/TopologicalEdge.h" |
namespace UE
{
namespace CADKernel
{
template<typename FCuttingPointType>
void UE::CADKernel::GetCuttingPointCoordinates
(
const TArray < FCuttingPointType > & CuttingPoints,
TArray < double > & CuttingPointCoordinates
)
}
}