Click or drag to resize

Triangulatable Interface

Defines a type that can participate in triangulation.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface Triangulatable

The Triangulatable type exposes the following members.

Properties
 NameDescription
Public propertyPoints Gets the points that will be triangulated.
Public propertyTriangles Gets the triangles produced by triangulation.
Public propertyTriangulationMode Gets the triangulation mode used for this instance.
Top
Methods
 NameDescription
Public methodAddTriangle Adds a triangle to the triangulation result.
Public methodAddTriangles Adds multiple triangles to the triangulation result.
Public methodClearTriangles Clears the currently stored triangulation result.
Public methodPrepare Prepares this instance for triangulation using the specified context.
Top
See Also