mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-19 04:36:09 +08:00
Sync changes from upstream repository
Co-authored-by: croudyj <croudyj@gmail.com> Co-authored-by: Dale Lear <dalelear@mcneel.com> Co-authored-by: Greg Arden <greg@mcneel.com> Co-authored-by: Jussi Aaltonen <jussi@mcneel.com> Co-authored-by: piac <giulio@mcneel.com> Co-authored-by: Pierre Cuvilliers <pierre@mcneel.com> Co-authored-by: Steve Baer <steve@mcneel.com> Co-authored-by: Will Pearson <will@mcneel.com>
This commit is contained in:
@@ -326,6 +326,7 @@ ON_CurveOnSurface::IsPlanar(
|
||||
double tolerance // tolerance to use when checking linearity
|
||||
) const
|
||||
{
|
||||
// todo 9-June-23 GBA This just seams wrong?!
|
||||
return ( ON_PlaneSurface::Cast(m_s) ) ? true : false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user