Navigation
API > API/Plugins > API/Plugins/CADTools
References
| Module | CADTools |
| Header | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADTools/Public/CADData.h |
| Include | #include "CADData.h" |
Syntax
class FBodyMesh
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsFromCad | ||
| FCadId | BodyID | ||
| TSet< FMaterialUId > | ColorSet | ||
| TArray< FTessellationData > | Faces | ||
| TSet< FMaterialUId > | MaterialSet | ||
| FCadUuid | MeshActorUId | ||
| TArray< int32 > | SymmetricVertexIds | ||
| uint32 | TriangleCount | ||
| TArray< FVector3f > | VertexArray | ||
| TArray< int32 > | VertexIds |
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddGraphicPropertiesFrom
(
const FArchiveGraphicProperties& GraphicProperties |