Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FShell
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FOrientedFace > & GetFaces () |
Topo/Shell.h | ||
TArray< FOrientedFace > & GetFaces () |
Topo/Shell.h | ||
virtual void GetFaces
(
TArray< FTopologicalFace* >& OutFaces |
Topo/Shell.h |
GetFaces()
| Name | GetFaces |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/Shell.h |
| Include Path | #include "Topo/Shell.h" |
const TArray < FOrientedFace > & GetFaces() const
GetFaces()
| Name | GetFaces |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/Shell.h |
| Include Path | #include "Topo/Shell.h" |
TArray < FOrientedFace > & GetFaces()
GetFaces(TArray< FTopologicalFace * > &)
| Name | GetFaces |
| 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 |
virtual void GetFaces
(
TArray < FTopologicalFace * > & OutFaces
)