Open
1 of 2 issues completedDescription
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?