Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Topo
Inheritance Hierarchy
- FHaveStates
- FEntity
- FTopologicalEntity
- FTopologicalLoop
- FTopologicalShapeEntity
- FBody
- FModel
- FShell
- FTopologicalFace
- TLinkable
- FTopologicalEdge
- FTopologicalVertex
- TTopologicalLink
- FVertexLink
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalEntity.h |
| Include | #include "Topo/TopologicalEntity.h" |
Syntax
class FTopologicalEntity : public UE::CADKernel::FEntity
Variables
| Type | Name | Description | |
|---|---|---|---|
| FIdent | CtKioId |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FIdent | GetKioId () |
||
| const bool | |||
| bool | IsMeshable () |
||
| bool | IsMeshed () |
||
| bool | |||
| 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 | |
| void | |||
| void | |||
| void | |||
| void | |||
| void |
Overridden from FEntity
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
FCADKernelArchive& Ar |
Serialization of a FEntity. |