Part: expose Geom2dCircle::getCircleCenter to Python and fix a regression

This commit is contained in:
wmayer
2022-02-05 16:07:00 +01:00
parent eecc2eacae
commit 2bec14b93a
3 changed files with 26 additions and 2 deletions

View File

@@ -31,6 +31,11 @@ Part.Geom2d.Circle2d(Point1,Point2,Point3)
Creates a circle defined by three non-linear points
</UserDocu>
</Documentation>
<Methode Name="getCircleCenter" Static="true">
<Documentation>
<UserDocu>Get the circle center defined by three points</UserDocu>
</Documentation>
</Methode>
<Attribute Name="Radius" ReadOnly="false">
<Documentation>
<UserDocu>The radius of the circle.</UserDocu>