0001207: Expose Standard_Boolean TopoDS_Shape::IsPartner(const TopoDS_Shape& other) const; to python
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user