8000 Dimension Anonymous Block: · Issue #672 · DomCR/ACadSharp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Dimension Anonymous Block: #672

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

Open
mme1950 opened this issue May 15, 2025 · 1 comment · May be fixed by #559 or #673
Open

Dimension Anonymous Block: #672

mme1950 opened this issue May 15, 2025 · 1 comment · May be fixed by #559 or #673
Labels
duplicate This issue or pull request already exists

Comments

@mme1950
Copy link
Contributor
mme1950 commented May 15, 2025

Some features related to the anonymous Block of a Dimension seem to be missing or incomplete:

  1. The BlockRecord referenced by the Dimension.Block property is not cloned.
  2. The Dimension.Block is always null, when it is set, because the call of updateTable is wrong.
  3. The anonymous BlockRecord must be exclusively related to one Dimension. When dimensions originating from more than one source are to be combined in a new document it must ensured that BlockRecord names are unique. updateTable cannot be used.
  4. The reference to the Block is not witten:
//this._writer.HandleReference(DwgReferenceType.HardPointer, dimension.Block);
this._writer.HandleReference(DwgReferenceType.HardPointer, null);
@DomCR
Copy link
Owner
DomCR commented May 15, 2025

Hi @mme1950,

This feature is being implemented in this PR:

I'll add the fix related to the block in another sub PR so is fixed beforehand.

@DomCR DomCR linked a pull request May 15, 2025 that will close this issue
7 tasks
@DomCR DomCR added the duplicate This issue or pull request already exists label May 15, 2025
@DomCR DomCR linked a pull request May 15, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0