mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-06 15:05:52 +08:00
Update source to v6.8.18240.20051
Previous source was actually for 6.1...
This commit is contained in:
@@ -1485,7 +1485,7 @@ bool ON_RevSurface::GetBBox( // returns true if successful
|
||||
arc.SetAngleRadians(m_angle[1] - m_angle[0]);
|
||||
int i;
|
||||
double t;
|
||||
for ( i = 0; i < 8; i++ )
|
||||
for ( i = 0; i < corners.Count(); i++ )
|
||||
{
|
||||
P = corners[i];
|
||||
abox.Set(P,false);
|
||||
|
||||
Reference in New Issue
Block a user