Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Topo
Inheritance Hierarchy
- FHaveStates
- FEntity
- FTopologicalEntity
- TTopologicalLink
- FVertexLink
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalVertex.h |
| Include | #include "Topo/TopologicalVertex.h" |
Syntax
class FVertexLink : public UE::CADKernel::TTopologicalLink< FTopologicalVertex >
Remarks
TTopologicalLink overload dedicated to FVertex to manage the barycenter of twin vertices
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPoint | Barycenter |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVertexLink () |
|||
FVertexLink
(
FTopologicalVertex& Entity |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| const FPoint & | |||
| void | SetBarycenter
(
const FPoint& Point |
Overridden from TTopologicalLink
| Type | Name | Description | |
|---|---|---|---|
| bool | CleanLink () |
Overridden from FEntity
| Type | Name | Description | |
|---|---|---|---|
| EEntity | Void UnlinkTwinEntities() | ||
| void | Serialize
(
FCADKernelArchive& Ar |
Serialization of a FEntity. |