File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
using ACadSharp . Objects ;
2
+ using ACadSharp . Objects . Evaluations ;
2
3
using CSMath ;
3
4
using CSUtilities . Converters ;
4
5
using CSUtilities . IO ;
@@ -25,6 +26,7 @@ private void writeObject(CadObject obj)
25
26
{
26
27
switch ( obj )
27
28
{
29
+ case EvaluationGraph :
28
30
case Material :
29
31
case MultiLeaderAnnotContext :
30
32
case MultiLeaderStyle :
Original file line number Diff line number Diff line change 1
1
using ACadSharp . Entities ;
2
2
using ACadSharp . Objects ;
3
+ using ACadSharp . Objects . Evaluations ;
3
4
using CSUtilities . Converters ;
4
5
using System ;
5
6
using System . Linq ;
@@ -32,6 +33,7 @@ protected void writeObject<T>(T co)
32
33
switch ( co )
33
34
{
34
35
case AcdbPlaceHolder :
36
+ case EvaluationGraph :
35
37
case Material :
36
38
case MultiLeaderAnnotContext :
37
39
case VisualStyle :
You can’t perform that action at this time.
0 commit comments