Sync changes from upstream repository

Co-authored-by: alain <alain@mcneel.com>
Co-authored-by: chuck <chuck@mcneel.com>
Co-authored-by: Dale Fugier <dale@mcneel.com>
Co-authored-by: Greg Arden <greg@mcneel.com>
Co-authored-by: Mikko Oksanen <mikko@mcneel.com>
Co-authored-by: Pierre Cuvilliers <pierre@mcneel.com>
Co-authored-by: Steve Baer <steve@mcneel.com>
Co-authored-by: wfcook <github@wfcook.com>
This commit is contained in:
Bozo The Builder
2022-01-17 03:44:56 -08:00
parent 19e5595e3c
commit 8cbb77d4aa
20 changed files with 597 additions and 75 deletions

View File

@@ -550,6 +550,11 @@ bool ON_Circle::Reverse()
return true;
}
double ON_Circle::MaximumCoordinate() const
{
return plane.origin.MaximumCoordinate() + radius;
}
int ON_Circle::GetNurbForm( ON_NurbsCurve& nurbscurve ) const
{
int rc = 0;