Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-08-22 01:43:04 -07:00
parent ae65ce6693
commit 904ef7893c
202 changed files with 1884 additions and 1694 deletions

View File

@@ -454,7 +454,7 @@ bool ON_SubDComponentRef::GetBBox(
switch (m_component_location)
{
case ON_SubDComponentLocation::Surface:
// public opennubs does not provide limit mesh tools.
// public opennurbs does not provide limit mesh tools.
case ON_SubDComponentLocation::ControlNet:
bbox = vertex->ControlNetBoundingBox();
break;
@@ -472,7 +472,7 @@ bool ON_SubDComponentRef::GetBBox(
switch (m_component_location)
{
case ON_SubDComponentLocation::Surface:
// public opennubs does not provide limit mesh tools.
// public opennurbs does not provide limit mesh tools.
case ON_SubDComponentLocation::ControlNet:
bbox = edge->ControlNetBoundingBox();
break;
@@ -489,7 +489,7 @@ bool ON_SubDComponentRef::GetBBox(
switch (m_component_location)
{
case ON_SubDComponentLocation::Surface:
// public opennubs does not provide limit mesh tools.
// public opennurbs does not provide limit mesh tools.
case ON_SubDComponentLocation::ControlNet:
bbox = face->ControlNetBoundingBox();
break;