static List< Edge^> ^ AdjacentEdges(Vertex^ vertex, Topology^ parentTopology)
Returns a list of Edges that are the adjacent to the input Vertex.
Definition: VertexUtility.cpp:24
A Vertex is a zero-dimensional entity equivalent to a geometry point.
Definition: Vertex.h:31
A Topology is an abstract superclass that includes constructors, properties and methods used by other...
Definition: Topology.h:53
static double Distance(Vertex^ vertex, Topology^ topology)
Returns the distance between a Vertex and a Topology.
Definition: VertexUtility.cpp:50
Topologic is an open-source software modelling library enabling hierarchical and topological represen...
Definition: About.h:23
VertexUtility includes geometric methods relevant to a Vertex.
Definition: VertexUtility.h:28