add method to get ancestors of a sub-shape

This commit is contained in:
wmayer
2017-05-11 11:20:21 +02:00
parent 2b42295391
commit f9bfd77555
2 changed files with 76 additions and 0 deletions

View File

@@ -283,6 +283,13 @@ Return a list of sub-shapes that are direct children of this shape.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="ancestorsOfType">
<Documentation>
<UserDocu>ancestorsOfType(shape, shape type) -> list
For a sub-shape of this shape get its ancestors of a type.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="removeInternalWires">
<Documentation>
<UserDocu>Removes internal wires (also holes) from the shape.</UserDocu>