Update source to v6.14.19098.19271

This commit is contained in:
Will Pearson
2019-04-09 10:17:14 -07:00
parent 98797aac6e
commit f2dc7fba67
97 changed files with 10406 additions and 7766 deletions

View File

@@ -970,7 +970,7 @@ ON_SubDSectorType ON_SubDSectorType::Create(
sector_face_count++;
if ( sector_face_count > vertex_face_count )
return ON_SUBD_RETURN_ERROR(ON_SubDSectorType::Empty);
if (face0 == local_sit.NextFace(true))
if (face0 == local_sit.NextFace(ON_SubDSectorIterator::StopAt::AnyCrease))
{
double corner_sector_angle_radians
= (ON_SubD::VertexTag::Corner == vertex_tag)