Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshRemeshFunctions.h |
| Include | #include "GeometryScript/MeshRemeshFunctions.h" |
Syntax
enum EGeometryScriptRemeshEdgeConstraintType
{
Fixed = 0,
Refine = 1,
Free = 2,
Ignore = 3,
}
Values
| Name | Description |
|---|---|
| Fixed | Constrained edges cannot be flipped, split or collapsed, and vertices will not move |
| Refine | Constrained edges can be split, but not flipped or collapsed. Vertices will not move. |
| Free | Constrained edges cannot be flipped, but otherwise are free to move |
| Ignore | Edges are not constrained, ie the Attribute used to derive the Constraints will not be considered |
Remarks
Types of edge constraints, specified for different mesh attributes