Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FTopologicalFace
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyNaturalLoops () |
Trimmed the face with its natural limit curves (Iso UMin, ...). | Topo/TopologicalFace.h | |
void ApplyNaturalLoops
(
const FSurfacicBoundary& Boundaries |
Trimmed the face with the boundary limit curves (Iso UMin, ...). | Topo/TopologicalFace.h |
ApplyNaturalLoops()
Description
Trimmed the face with its natural limit curves (Iso UMin, ...). This function is called to trim untrimmed topological face. This function should not be called if the topological face already has a loop.
| Name | ApplyNaturalLoops |
| 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 ApplyNaturalLoops()
ApplyNaturalLoops(const FSurfacicBoundary &)
Description
Trimmed the face with the boundary limit curves (Iso UMin, ...). This function is called to trim untrimmed topological face. This function should not be called if the topological face already has a loop.
| Name | ApplyNaturalLoops |
| 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 ApplyNaturalLoops
(
const FSurfacicBoundary & Boundaries
)