Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FShell
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FShell () |
Topo/Shell.h | ||
FShell
(
const TArray< FOrientedFace > InTopologicalFaces, |
Topo/Shell.h | ||
FShell
(
const TArray< TSharedPtr< FTopologicalFace > >& InTopologicalFaces, |
Topo/Shell.h | ||
FShell
(
const TArray< TSharedPtr< FTopologicalFace > >& InTopologicalFaces, |
Topo/Shell.h |
FShell()
| Name | FShell |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/Shell.h |
| Include Path | #include "Topo/Shell.h" |
FShell()
FShell(const TArray< FOrientedFace >, bool)
| Name | FShell |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/Shell.h |
| Include Path | #include "Topo/Shell.h" |
FShell
(
const TArray < FOrientedFace > InTopologicalFaces,
bool bIsInnerShell
)
FShell(const TArray< TSharedPtr< FTopologicalFace > > &, bool)
| Name | FShell |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/Shell.h |
| Include Path | #include "Topo/Shell.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Topo/Shell.cpp |
FShell
(
const TArray < TSharedPtr < FTopologicalFace > > & InTopologicalFaces,
bool bIsInnerShell
)
FShell(const TArray< TSharedPtr< FTopologicalFace > > &, const TArray< EOrientation > &, bool)
| Name | FShell |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/Shell.h |
| Include Path | #include "Topo/Shell.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Topo/Shell.cpp |
FShell
(
const TArray < TSharedPtr < FTopologicalFace > > & InTopologicalFaces,
const TArray < EOrientation > & InOrientations,
bool bIsInnerShell
)