Navigation
API > API/Plugins > API/Plugins/DynamicMesh
| Name | FMeshIsoCurveSettings |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshIsoCurves.h |
| Include Path | #include "Operations/MeshIsoCurves.h" |
Syntax
struct FMeshIsoCurveSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCollapseDegenerateEdgesOnCut | bool | Whether to collapse any degenerate edges created by the curve insertion. | Operations/MeshIsoCurves.h | |
| CurveIsoValueSnapTolerance | float | Tolerance distance (in function domain) to an existing vertex to be 'on curve'. | Operations/MeshIsoCurves.h | |
| DegenerateEdgeTol | double | New edges shorter than this will be considered degenerate, and collapsed if bCollapseDegenerateEdgesOnCut is true. | Operations/MeshIsoCurves.h | |
| SnapToExistingVertexTol | double | Distance at which to snap curve vertices to nearby existing vertices. | Operations/MeshIsoCurves.h |