The GridSurfaceEdge type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from GridSurfaceObject.) | |
| Equals | (Overrides Object..::..Equals(Object).) | |
| GetHashCode | (Overrides Object..::..GetHashCode()()()().) |
Properties
| Name | Description | |
|---|---|---|
| Cell1 |
Gets the cell on the left or bottom of the edge.
| |
| Cell2 |
Gets the cell on the right or top of the edge.
| |
| IsValid |
Gets whether the object is valid.
(Overrides GridSurfaceObject..::..IsValid.) | |
| Surface |
Gets the Surface to which the object belongs.
(Inherited from GridSurfaceObject.) | |
| Vertex1 |
Gets the vertex on the left or bottom of the edge.
| |
| Vertex2 |
Gets vertex on the right or top of the edge.
|