Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FTopologicalFace
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Topo/TopologicalFace.h | |||
FTopologicalFace
(
const TSharedPtr< FSurface >& InCarrierSurface |
Build a non-trimmed trimmed surface This constructor has to be completed with one of the three "AddBoundaries" methods to be finalized. | Topo/TopologicalFace.h |
FTopologicalFace()
| Name | FTopologicalFace |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalFace.h |
| Include Path | #include "Topo/TopologicalFace.h" |
FTopologicalFace()
FTopologicalFace(const TSharedPtr< FSurface > &)
Description
Build a non-trimmed trimmed surface This constructor has to be completed with one of the three "AddBoundaries" methods to be finalized.
| Name | FTopologicalFace |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalFace.h |
| Include Path | #include "Topo/TopologicalFace.h" |
FTopologicalFace
(
const TSharedPtr < FSurface > & InCarrierSurface
)