0001207: Expose Standard_Boolean TopoDS_Shape::IsPartner(const TopoDS_Shape& other) const; to python

This commit is contained in:
wmayer
2013-08-10 11:36:26 +02:00
parent 8e928dc265
commit 1ede6a3b93
2 changed files with 25 additions and 3 deletions

View File

@@ -222,14 +222,25 @@ As a result, this shape becomes null.</UserDocu>
<UserDocu>Checks if the shape is closed.</UserDocu>
</Documentation>
</Methode>
<Methode Name="isPartner" Const="true">
<Documentation>
<UserDocu>Checks if both shapes share the same geometry.
Placement and orientation may differ.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="isSame" Const="true">
<Documentation>
<UserDocu>Checks if both shapes share the same geometry.</UserDocu>
<UserDocu>Checks if both shapes share the same geometry
and placement. Orientation may differ.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="isEqual" Const="true">
<Documentation>
<UserDocu>Checks if both shapes are equal.</UserDocu>
<UserDocu>Checks if both shapes are equal.
This means geometry, placement and orientation are equal.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="isNull" Const="true">