Redundant title, I know, but my problem is redundancy. I work with drawings that are arrays of blocks. These arrays need to be made into several variations in dxf format, so WBLOCK is how I make them. Sometimes in the resulting dxf the blocks are double blocked meaning I have to explode them to reveal the original block. This is a problem because it changes the layer of the blocks and hides the attributes, both of which are vital. I try to replicate the problem and it seems random. There aren't a lot of options in the WBLOCK menu, so I'm not sure what's going on.
Solved! Go to Solution.
Redundant title, I know, but my problem is redundancy. I work with drawings that are arrays of blocks. These arrays need to be made into several variations in dxf format, so WBLOCK is how I make them. Sometimes in the resulting dxf the blocks are double blocked meaning I have to explode them to reveal the original block. This is a problem because it changes the layer of the blocks and hides the attributes, both of which are vital. I try to replicate the problem and it seems random. There aren't a lot of options in the WBLOCK menu, so I'm not sure what's going on.
Solved! Go to Solution.
Update
I just started noticing this after implementing a new attribute in the blocks. This attribute is different, as it prompts the user for input. Now in the resulting dxf file, I can see the new attribute if I burst the block. I can see ONLY the new attribute in properties. However, it is no longer present in block editor. And the big problem here is when the programmer extracts it with his code, you can only see the default value. The other attributes are fine, but I think it's this new attribute that's affecting things.
Update
I just started noticing this after implementing a new attribute in the blocks. This attribute is different, as it prompts the user for input. Now in the resulting dxf file, I can see the new attribute if I burst the block. I can see ONLY the new attribute in properties. However, it is no longer present in block editor. And the big problem here is when the programmer extracts it with his code, you can only see the default value. The other attributes are fine, but I think it's this new attribute that's affecting things.
Hi @Anonymous,
It sounds like your attributes might have been redefined at some point and are not synced. Try using Attsync or Battman to fix this issue. Please also attach a sample drawing if you would like me to investigate further.
Please select the Accept as Solution button if my post solves your issue or answers your question.
Hi @Anonymous,
It sounds like your attributes might have been redefined at some point and are not synced. Try using Attsync or Battman to fix this issue. Please also attach a sample drawing if you would like me to investigate further.
Please select the Accept as Solution button if my post solves your issue or answers your question.
Thanks for the response John. After messing around with it all morning, I think I got it figured out. After changing the attributes' "style" variable from annotative to standard, it worked. I'm not sure why this would cause such a problem, but now everything is working correctly it seems.
It also might be worth mentioning I am working with the R12/LT2 DXF. This seems important because the problem didn't surface in the 2013 DXF format. Which is what caused my seemingly random results initially.
Thanks for the response John. After messing around with it all morning, I think I got it figured out. After changing the attributes' "style" variable from annotative to standard, it worked. I'm not sure why this would cause such a problem, but now everything is working correctly it seems.
It also might be worth mentioning I am working with the R12/LT2 DXF. This seems important because the problem didn't surface in the 2013 DXF format. Which is what caused my seemingly random results initially.
Can't find what you're looking for? Ask the community or share your knowledge.