Consulting

Page 2 of 2 FirstFirst 1 2
Results 21 to 25 of 25

Thread: Stretching Dimensions via VBA

  1. #21
    Moderator VBAX Master Tommy's Avatar
    Joined
    May 2004
    Location
    Houston, TX
    Posts
    1,184
    Location
    I will still be trying just because I don't know how. FWIW

  2. #22
    I'm thinking about going thru and removing the dimension and before I do I'll get the location of the dimension line that I can pass to my dimension routine. I just didn't figure on passing variants to the dimension routine. It sure would be nice to be able just to stretch the darn thing. You'd think Autodesk could shed some insight.....

  3. #23

    changed from sendcommand to delete dim

    Tommy,
    I ended up re-writing the routine to delete the dimension grabbing the dimension line location and then writing back the dimension after moving the blocks. Took alot more code but seems to work a little faster and I have more control this way.
    I messed around with getting the dimension parent object which is a block and tried to mess with that...no luck

  4. #24
    Moderator VBAX Master Tommy's Avatar
    Joined
    May 2004
    Location
    Houston, TX
    Posts
    1,184
    Location
    Thank you. I will still be playing with it, will post back if I can find a way.

  5. #25
    Sounds good the VbAssoc() worked well with getting information about the dimrotated object but I didn't see where I could change it. To bad theres not a move point command

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •