Returns a VertexCollection containing each Vertex object at the ends of this edge.
// get accessor VertexCollection rtn = Edge.Vertices; |
set oObject = ActiveSceneRoot.AddGeometry("Cube","MeshSurface") set oPolygonMesh = oObject.ActivePrimitive.Geometry set oEdge = oPolygonMesh.Edges(2) set oVertices = oEdge.Vertices |