Returns a PolygonNodeCollection containing each PolygonNode object adjacent to this vertex.
'Retreive the PolygonNode associated with a Vertex set oObject = ActiveSceneRoot.AddGeometry("Cube","MeshSurface") set oPolygonMesh = oObject.ActivePrimitive.Geometry set oVertex = oPolygonMesh.Vertices(0) set oPolygonNodes = oVertex.Nodes |