mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-19 21:06:01 +08:00
Sync changes from upstream repository
Co-authored-by: Jussi Aaltonen <jussi@mcneel.com> Co-authored-by: piac <giulio@mcneel.com> Co-authored-by: Steve Baer <steve@mcneel.com>
This commit is contained in:
@@ -2057,10 +2057,6 @@ ON_CurveRegionBoundaryElement& ON_CurveRegionBoundaryElement::operator=(const ON
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
#if defined(OPENNURBS_GRADIENT_WIP)
|
||||
|
||||
|
||||
class ON_CLASS ON_GradientColorData : public ON_UserData
|
||||
{
|
||||
ON_OBJECT_DECLARE(ON_GradientColorData);
|
||||
@@ -2406,5 +2402,3 @@ bool ON_Hatch::SetGradientEndPoints(ON_3dPoint startpoint, ON_3dPoint endpoint)
|
||||
data->m_end = endpoint;
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user