Attribute using Field of another Attribute / Strethching an Ellipse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to create a Dynamic Block with Attributes in AutoCAD 10. I've attached the file for info purposes.
I have two (2) Problems:
1. Attribute using the VALUE Field of another Attribute. The block has three (3) Attributes
- LEFT (Left-Center Justified)
- RIGHT (Right-Center Justified)
- WIRE_TAG
The block also has two (2) VISIBILITY states
- LEFT (only the LEFT Attribute is Visible)
- RIGHT (only the RIGHT Attribute is Visible).
When the user double clicks on the block, all I want them to see is the WIRE_TAG attribute. I thought I needed to use a the FIELD OBJECT VALUE of the WIRE_TAG attribute in both the RIGHT and LEFT attributes, but I'm not able to get this to work and I'm having difficulty with hiding the LEFT and RIGHT attributes in a visibility state.
2. Stretching the Ellipse.
The block also has two (2) arc's. I wanted to use an Ellipse but wasn't sure I could stretch it based on what i've read. The idea is that when the user stretches the end of the leader, the ellipse shouldn't change and it should be in line with the line attaching it to the rest of the block. If the user wanted to stretch the ellipse, they would use a different grip to stretch it lengthwise. The width of the ellipse should always be 1/3 the length of the ellipse.
I've looked at the below posts, but am having difficulty with selecting the right Geometric Constraints for an ellipse:
Need to Scale Ellipse in x direction Only , solved by Jurgen Palme
Parametric Constraints in AutoCAD 2010 and Beyond the Basics: Working with Constraints in AutoCAD 2017 WEBINAR | AutoCAD
After reading and watching the above to links, I'm still having issues with stretching the Ellipse