Sync changes from upstream repository

This commit is contained in:
Bozo The Builder
2020-01-16 10:59:30 -08:00
parent 066c760fb5
commit fd6843da76
70 changed files with 6078 additions and 805 deletions

View File

@@ -832,6 +832,15 @@ bool ON_SubDimple::Transform(
}
if (m_symmetry.IsSet())
{
m_symmetry = m_symmetry.TransformConditionally(xform);
}
else
{
m_symmetry = ON_Symmetry::Unset;
}
return rc;
}