Constrained |
public class ConstrainedPointSet : PointSet
The ConstrainedPointSet type exposes the following members.
| Name | Description | |
|---|---|---|
| ConstrainedPointSet | Initializes a new instance of the ConstrainedPointSet class. |
| Name | Description | |
|---|---|---|
| EdgeIndex | Gets the edge index pairs that define the constrained edges. | |
| Points |
Gets the points that will be triangulated.
(Inherited from PointSet) | |
| Triangles |
Gets the triangles produced by triangulation.
(Inherited from PointSet) | |
| TriangulationMode |
Gets the triangulation mode used for this instance.
(Overrides PointSetTriangulationMode) |
| Name | Description | |
|---|---|---|
| AddTriangle |
Adds a triangle to the triangulation result.
(Inherited from PointSet) | |
| AddTriangles |
Adds multiple triangles to the triangulation result.
(Inherited from PointSet) | |
| ClearTriangles |
Clears the currently stored triangulation result.
(Inherited from PointSet) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Prepare |
Prepares this instance for triangulation using the specified context.
(Overrides PointSetPrepare(TriangulationContext)) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |