Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FTopologicalLoop
Description
The idea is to remove degenerated edges of the loop i.e. where the surface is degenerated
- so where projections on these area are hazardous
- so where 2d curve computation based on hazardous projection is hazardous...
- so where the sampling could be in self-intersecting
| Name | Get2DSamplingWithoutDegeneratedEdges |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalLoop.h |
| Include Path | #include "Topo/TopologicalLoop.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Topo/TopologicalLoop.cpp |
bool Get2DSamplingWithoutDegeneratedEdges
(
TArray < FVector2d > & LoopSampling
) const