mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-23 19:01:03 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user