Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlockVisibilityParameter Cant be found #84

Closed
totalfit1544 opened this issue Oct 19, 2024 · 3 comments
Closed

BlockVisibilityParameter Cant be found #84

totalfit1544 opened this issue Oct 19, 2024 · 3 comments

Comments

@totalfit1544
Copy link

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
Copy link
Contributor

mme1950 commented Oct 23, 2024

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
Copy link
Contributor

mme1950 commented Oct 23, 2024

see DomCR/ACadSharp#419

@mme1950
Copy link
Contributor

mme1950 commented Nov 6, 2024

The dynamic-blocks functionality has been merged into DomCR/ACadSharp.

@mme1950 mme1950 closed this as completed Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants