(Deprecated)
vcEdge
vcEdge is an edge defined by two points and may be shared with one or more polygons.
Inherits: vcPrimitive
Properties
| Name | Type | Access | Description | 
| Direction | vcVector | R | Gets a vector from the first point to the second point in edge. | 
| Points | List of vcPolygonPoint | R | Gets a list of two points that define the edge. | 
| Polygons | List of vcPolygon | R | Gets a list of polygons that share the edge. | 
| Type | Enumeration | R | Gets the edge type.
 See Edge Types for more information.  |