My Project
|
Mesh constraint options for polygon triangulation. More...
Properties | |
bool | UseRegions [get, set] |
Gets or sets a value indicating whether to use regions. | |
bool | ConformingDelaunay [get, set] |
Gets or sets a value indicating whether to create a Conforming Delaunay triangulation. | |
bool | Convex [get, set] |
Gets or sets a value indicating whether to enclose the convex hull with segments. | |
int | SegmentSplitting [get, set] |
Gets or sets a flag indicating whether to suppress boundary segment splitting. | |
Mesh constraint options for polygon triangulation.
|
getset |
Gets or sets a flag indicating whether to suppress boundary segment splitting.
0 = split segments (default) 1 = no new vertices on the boundary 2 = prevent all segment splitting, including internal boundaries