[TD]Expose drawing edge and vertex to Python

This commit is contained in:
wandererfan
2019-09-06 20:40:20 -04:00
committed by WandererFan
parent 73756cf240
commit a107bcd40d
2 changed files with 41 additions and 0 deletions

View File

@@ -102,6 +102,16 @@
<Documentation>
<UserDocu>formatGeometricEdge(index, style, weight, color, visible). Returns None.</UserDocu>
</Documentation>
</Methode>
<Methode Name="getEdgeByIndex">
<Documentation>
<UserDocu>getEdgeByIndex(edgeIndex). Returns Part.TopoShape.</UserDocu>
</Documentation>
</Methode>
<Methode Name="getVertexByIndex">
<Documentation>
<UserDocu>getVertexByIndex(vertexIndex). Returns Part.TopoShape.</UserDocu>
</Documentation>
</Methode>
<CustomAttributes />
</PythonExport>