mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-24 03:11:22 +08:00
Sync changes from upstream repository
Co-authored-by: Steve Baer <steve@mcneel.com> Co-authored-by: Nathan Letwory <nathan@mcneel.com> Co-authored-by: Dale Lear <dalelear@mcneel.com>
This commit is contained in:
committed by
Will Pearson
parent
b844466e88
commit
799431a63b
@@ -496,6 +496,9 @@ void ON_TextLog::Print( const ON_COMPONENT_INDEX& ci )
|
||||
case ON_COMPONENT_INDEX::subd_face:
|
||||
Print("subd_face(%d)",ci.m_index);
|
||||
break;
|
||||
case ON_COMPONENT_INDEX::hatch_loop:
|
||||
Print("hatch_loop(%d)", ci.m_index);
|
||||
break;
|
||||
case ON_COMPONENT_INDEX::dim_linear_point:
|
||||
Print("dim_linear_point(%d)",ci.m_index);
|
||||
break;
|
||||
@@ -511,6 +514,12 @@ void ON_TextLog::Print( const ON_COMPONENT_INDEX& ci )
|
||||
case ON_COMPONENT_INDEX::dim_text_point:
|
||||
Print("dim_text_point(%d)",ci.m_index);
|
||||
break;
|
||||
case ON_COMPONENT_INDEX::dim_centermark_point:
|
||||
Print("dim_centermark_point(%d)", ci.m_index);
|
||||
break;
|
||||
case ON_COMPONENT_INDEX::dim_leader_point:
|
||||
Print("dim_leader_point(%d)", ci.m_index);
|
||||
break;
|
||||
case ON_COMPONENT_INDEX::no_type:
|
||||
Print("no_type(%d)",ci.m_index);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user