Defines an edge collapse direction.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public enum CollapseDirection
Visual Basic (Declaration)
Public Enumeration CollapseDirection
Visual C++
public enum class CollapseDirection

Members

Member nameDescription
ToEndPoint
Collapse the start point onto the end point.
ToStartPoint
Collapse the end point onto the start point.
NotDefined
Collapse direction not defined yet.

See Also