Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FTopologicalFace
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddLoops
(
const TArray< TSharedPtr< FCurve > >& Restrictions |
Trimmed the face with curves i.e. Edges will be build from the cures to make boundaries. | Topo/TopologicalFace.h | |
void AddLoops
(
const TArray< TSharedPtr< FTopologicalLoop > >& Loops, |
Trimmed the face with an outer boundary (first boundary of the array) and inners boundaries | Topo/TopologicalFace.h |
AddLoops(const TArray< TSharedPtr< FCurve > > &)
Description
Trimmed the face with curves i.e. Edges will be build from the cures to make boundaries.
| Name | AddLoops |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalFace.h |
| Include Path | #include "Topo/TopologicalFace.h" |
void AddLoops
(
const TArray < TSharedPtr < FCurve > > & Restrictions
)
AddLoops(const TArray< TSharedPtr< FTopologicalLoop > > &, int32 &)
Description
Trimmed the face with an outer boundary (first boundary of the array) and inners boundaries
| Name | AddLoops |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalFace.h |
| Include Path | #include "Topo/TopologicalFace.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Topo/TopologicalFace.cpp |
void AddLoops
(
const TArray < TSharedPtr < FTopologicalLoop > > & Loops,
int32 & DoubtfulLoopOrientationCount
)