[]
Define the relation direction.
public enum RelationDirections
A relation is a line link two terminal points: start point and end point.So the line has three directions:
Name | Description |
---|---|
Bidirectional | The direction is bidirectional. |
Normal | The direction is form start to end. |
Reverse | The direction is form end to start. |