Block Rendering / Attribute Value Sync issues. #465
-
First of all I'd just like to thank you and everyone else who has helped make this amazing tool! I'm having 2 issues I'm having a hard time tracking down the possible cause for. I am using the v1.0.0 NuGet package. Problem 1:I'm copying blocks from a reference DWG that have attributes. I am able to redefine the AttributeDefinitions and can verify they are are updated and exist in the saved out DWG using this tool. However opening the DWG in AutoCAD I'm unable to see the values in the model space. The individual Block Inserts do not show Attributes or Values in the AutoCAD Properties pane either. Inside AutoCAD using the Block Editor I am able to see the attribute definitions. It is only after running the ATTSYNC command on the block that the AttributeDefintions are rendered. Problem 2:These blocks have Hatches inside of them that don't seem to be carried over properly upon cloning and insertion, is that a current limitation of the state of ACadSharp or something wrong on my implementation end?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Targoviste, For the problem 1, it has been solved: I'll create the new release for 1.0.1 to fix the package. For the problem 2 there is already an investigation going on to see what's happening: Hope this helps! thanks for your support! |
Beta Was this translation helpful? Give feedback.
Hi @Targoviste,
For the problem 1, it has been solved:
I'll create the new release for 1.0.1 to fix the package.
For the problem 2 there is already an investigation going on to see what's happening:
Hope this helps! thanks for your support!