nanoLogika / ACadSvg

C# library to convert AutoCAD drawings from DWG to SVG. AutoCAD files are read using ACadSharp.
GNU Lesser General Public License v3.0
10 stars 3 forks source link

BlockVisibilityParameter Cant be found #84

Open totalfit1544 opened 2 weeks ago

totalfit1544 commented 2 weeks ago

Hi Trying to run your project from all the source but always have this error

Severity Code Description Project File Line Suppression State Error (active) CS0246 The type or namespace name 'BlockVisibilityParameter' could not be found (are you missing a using directive or an assembly reference?) ACadSvg D:\Code_Sample Projects\CAD Programs\ACadSvgStudio-0.3.0_Demo\ACadSvg-main\ACadSvg\BlockRecordSvg.cs 82

mme1950 commented 1 week ago

Fine that try to use our DWG to SVG. This will help us to find and fix problems.

The classes BlockVisibilityParameter, EvaluationGraph represent AutoCAD objects related to dynamic blocks. We implemented theses classes and the respective reader methods and issued a PR to DomCR/ACadSharp. This is, however, not yet merged. You should be able to get rid of this problem with our forked version of ACadSharp, in particular this branch: https://github.com/nanoLogika/ACadSharp/tree/7-merged-branch-for-acadsvg. We will create a new release shortly.

mme1950 commented 1 week ago

see https://github.com/DomCR/ACadSharp/pull/419