Hugin .NET API Reference Library
ReverseEdge Method (node)
Namespaces > HAPI > Node > ReverseEdge(Node)
Reverses the edge between this Node and the specified neighbor.
Syntax
C#Visual BasicManaged C++
public void ReverseEdge (
	Node node
)
Public Sub ReverseEdge ( _
	node As Node _
)
public:
void ReverseEdge (
	Node^ node
)
Parameters
node (Node)
the neighbor in question.
Exceptions
ExceptionCondition
ExceptionHugin

Assembly: hugincs-8.6-2.0-x64 (Module: hugincs-8.6-2.0-x64)