[TD]add py getEdgeBySelection

This commit is contained in:
wandererfan
2020-08-05 18:21:11 -04:00
committed by WandererFan
parent 1ce486f178
commit 64200d8287
2 changed files with 62 additions and 1 deletions

View File

@@ -138,16 +138,26 @@
<UserDocu>formatGeometricEdge(index, style, weight, color, visible). Returns None.</UserDocu>
</Documentation>
</Methode>
<Methode Name="getEdgeByIndex">
<Methode Name="getEdgeByIndex">
<Documentation>
<UserDocu>getEdgeByIndex(edgeIndex). Returns Part.TopoShape.</UserDocu>
</Documentation>
</Methode>
<Methode Name="getEdgeBySelection">
<Documentation>
<UserDocu>getEdgeBySelection(edgeName). Returns Part.TopoShape.</UserDocu>
</Documentation>
</Methode>
<Methode Name="getVertexByIndex">
<Documentation>
<UserDocu>getVertexByIndex(vertexIndex). Returns Part.TopoShape.</UserDocu>
</Documentation>
</Methode>
<Methode Name="getVertexBySelection">
<Documentation>
<UserDocu>getVertexBySelection(vertexName). Returns Part.TopoShape.</UserDocu>
</Documentation>
</Methode>
<Methode Name="requestPaint">
<Documentation>
<UserDocu>requestPaint(). Redraw the graphic for this View.</UserDocu>