Skip to content

Some entities in generated DWG are invisible #629

Open
1 of 2 issues completed
Open
1 of 2 issues completed
@mme1950

Description

@mme1950

I am creating a new CAD document by the following mechanisms

  • clone a BlocksRecord from a source document.
  • create a new BlockRecord filled with cloned Entities from a dynamic-block state from a source document.
  • create a MText entitiy and add it to the documents entity list.

Problems:

  • Dimension entities in a cloned block are not visible.
    When I edit the block in AutoCAD I see the Dimension. When I change the style and then reselect the original style and close the block editor, the Dimension becomes visible in the document.
  • Multileader entities in a cloned block are not visible.
    When I edit the block in AutoCAD the MultiLeader is invisible. I can select all (Ctrl-A) including the MultiLeader. When I change the style and reselect reselect the original style the MultiLeader becomes visible, after closing the clock editor also in the document.
  • A MText created using ACadSharp directly added to document's entities ist invisible.
    I can select the MText, when I try to edit it (context menu) it becomes visible.

Did anyone have the same or similar problems and found a solution?

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions