Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-06-17 02:22:39 -07:00
parent 6dce0c19e7
commit a14564cf09
27 changed files with 233 additions and 54 deletions

View File

@@ -2011,11 +2011,13 @@ const ON_wString ON_SubDComponentParameter::ToString(bool bUnsetIsEmptyString) c
const ON_SubDFaceParameter fp = this->FaceParameter();
const unsigned corner_index = fp.FaceCornerDex().CornerIndex();
const ON_2dPoint p = fp.FaceCornerParameters();
const unsigned fid = this->EdgeFace().ComponentId();
//const unsigned fid = this->EdgeFace().ComponentId(); // silence unused variable warning
str = ON_wString::FormatToString(L"f%u.%u(%g, %g)", id, corner_index, p.x, p.y);
}
break;
case ON_SubDComponentPtr::Type::Unset:
break;
}
}