Skip to content

Commit

Permalink
ignore write EvaluationGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Jan 1, 2025
1 parent 5d2d9c3 commit 10377d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using ACadSharp.Objects;
using ACadSharp.Objects.Evaluations;
using CSMath;
using CSUtilities.Converters;
using CSUtilities.IO;
Expand All @@ -25,6 +26,7 @@ private void writeObject(CadObject obj)
{
switch (obj)
{
case EvaluationGraph:
case Material:
case MultiLeaderAnnotContext:
case MultiLeaderStyle:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using ACadSharp.Entities;
using ACadSharp.Objects;
using ACadSharp.Objects.Evaluations;
using CSUtilities.Converters;
using System;
using System.Linq;
Expand Down Expand Up @@ -32,6 +33,7 @@ protected void writeObject<T>(T co)
switch (co)
{
case AcdbPlaceHolder:
case EvaluationGraph:
case Material:
case MultiLeaderAnnotContext:
case VisualStyle:
Expand Down

0 comments on commit 10377d7

Please sign in to comment.