mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-05 12:16:29 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -1567,7 +1567,7 @@ bool ON_SubDEdgeChainHistoryValue::WriteHelper(ON_BinaryArchive& archive) const
|
||||
// virtual
|
||||
bool ON_SubDEdgeChainHistoryValue::ReportHelper(ON_TextLog& text_log) const
|
||||
{
|
||||
text_log.Print("subd edge chain value\n");
|
||||
text_log.Print("SubD edge chain value\n");
|
||||
text_log.PushIndent();
|
||||
int i, count = m_value.Count();
|
||||
for (i = 0; i < count; i++)
|
||||
@@ -1626,7 +1626,7 @@ ON_Value* ON_Value::CreateValue( int value_type )
|
||||
value = new ON_ObjRefValue();
|
||||
break;
|
||||
case geometry_value:
|
||||
value = new ON_PolyEdgeHistoryValue();
|
||||
value = new ON_GeometryValue();
|
||||
break;
|
||||
case uuid_value:
|
||||
value = new ON_UuidValue();
|
||||
|
||||
Reference in New Issue
Block a user