Navigation
API > API/Plugins > API/Plugins/DatasmithContent
Inheritance Hierarchy
- FDatasmithTessellationOptions
- FDatasmithOpenNurbsOptions
- FDatasmithRetessellationOptions
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportOptions.h |
| Include | #include "DatasmithImportOptions.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FDatasmithTessellationOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseCADKernel | ||
| float | ChordTolerance | Maximum distance between any point on a triangle generated by the tessellation process and the actual surface. | |
| float | MaxEdgeLength | Maximum length of edges of triangles generated by the tessellation process. | |
| float | NormalTolerance | Maximum angle between the normal of two triangles generated by the tessellation process. | |
| EDatasmithCADStitchingTechnique | StitchingTechnique | Stitching technique applied on neighbouring surfaces before tessellation. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDatasmithTessellationOptions
(
float InChordTolerance, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetHash () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FDatasmithTessellationOptions& Other |