Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | FTopologicalEntity |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalEntity.h |
| Include Path | #include "Topo/TopologicalEntity.h" |
Syntax
class FTopologicalEntity : public UE::CADKernel::FEntity
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FEntity → FTopologicalEntity
- FHaveStates → FEntity → FTopologicalEntity
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIdent GetKioId() |
Topo/TopologicalEntity.h | ||
const bool IsApplyCriteria() |
Topo/TopologicalEntity.h | ||
bool IsMeshable() |
Topo/TopologicalEntity.h | ||
bool IsMeshed() |
Topo/TopologicalEntity.h | ||
bool IsNotMeshable() |
Topo/TopologicalEntity.h | ||
bool IsPreMeshed() |
An edge is premesh if the cutting points of the mesh have been defined but the mesh is not build This is used during thin zone meshing i.e. due to the process, an edge can be premeshed but not finalized | Topo/TopologicalEntity.h | |
virtual void ResetApplyCriteria() |
Topo/TopologicalEntity.h | ||
virtual void ResetPreMeshed() |
Topo/TopologicalEntity.h | ||
virtual void SetApplyCriteriaMarker() |
Topo/TopologicalEntity.h | ||
virtual void SetMeshedMarker() |
Topo/TopologicalEntity.h | ||
virtual void SetPreMeshedMarker() |
Topo/TopologicalEntity.h |
Overridden from FEntity
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FCADKernelArchive& Ar |
Serialization of a FEntity. | Topo/TopologicalEntity.h |