Message 1 of 8
Change Block Attribute Insertion point
Not applicable
03-13-2007
04:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In need to modify an attributes insertion point in an existing block (ACAD 2002)
(part code)
CurrInsrt = attr.InsertionPoint
insrt(0) = 100 + CurrInsrt(0)
insrt(1) = 100+ CurrInsrt(1)
insrt(2) = 0 + CurrInsrt(2)
attr.InsertionPoint= insrt
dosen't work and I can't figure out why. CurrInsrt is a variant, insrt is a double(0 to 2)
I saw the entry about using TextAlignmentPoint but if the attribute is rotated it is rotated around the insertion point not the TextAlignmentPoint
phill
(part code)
CurrInsrt = attr.InsertionPoint
insrt(0) = 100 + CurrInsrt(0)
insrt(1) = 100+ CurrInsrt(1)
insrt(2) = 0 + CurrInsrt(2)
attr.InsertionPoint= insrt
dosen't work and I can't figure out why. CurrInsrt is a variant, insrt is a double(0 to 2)
I saw the entry about using TextAlignmentPoint but if the attribute is rotated it is rotated around the insertion point not the TextAlignmentPoint
phill