Added support for distances of edge end points.

This commit is contained in:
Markus Lampert
2020-09-04 19:08:38 -07:00
committed by sliptonic
parent 926d254849
commit 38ff7fcdae
2 changed files with 104 additions and 30 deletions

View File

@@ -96,7 +96,12 @@
</Methode>
<Methode Name="toGeom" Const="true">
<Documentation>
<UserDocu>Returns true if edge goes through endpoint of the segment site</UserDocu>
<UserDocu>Returns a geom representation of the edge (line segment or arc of parabola)</UserDocu>
</Documentation>
</Methode>
<Methode Name="getDistances" Const="true">
<Documentation>
<UserDocu>Returns the distance of the vertices to the input source</UserDocu>
</Documentation>
</Methode>
</PythonExport>