Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johnmartens

    VBA

    I think that hochanz is correct, I would assign xdata or an attribute to the entities in the acad drawing to eliminate that from happening......just an idea.
  2. johnmartens

    Redefine Existing Blocks with VBA

    Hey thanks for the reply, I think I have it working, what I did was test for the new attributes of the block and if they are not present, stored the values of the existing attributes in some variables, deleted the existing title block, then inserted the new block assigned the stored values and...
  3. johnmartens

    Selecting Objects that are in an XREF

    Hello and thanks for replying! I actually was hoping to use vba if possible. I thought it would work with LISP, and was hoping to keep the program all in VBA if possible. Again, thanks for the reply! John MArtens
  4. johnmartens

    Selecting Objects that are in an XREF

    Sorry for multiple questions so close I am looking for a way to select a line that exists inside of an existing xref that is in the drawing. I would like to extract existing XDATA of that line that is already there. Any help is greatly appreciated! Thanks John Martens
  5. johnmartens

    Redefine Existing Blocks with VBA

    Hello- We have changed our titleblocks at work and now I would like to update all of them with code. Does anyone know of a way to do this with VBA? Any help would be greatly appreciated! Thanks John Martens
  6. johnmartens

    Autocad to Microstation Conversion

    Not sure what version of MicroStation you are using, but you can open the .dgn file and select "Save As" for the File menu, then in the file types select *.dwg and it will save it, this usually is a pretty harsh conversion. You may also try the export dwg option and tweak those...
  7. johnmartens

    MTEXT UNDERLINING MORE THAN EXPECTED

    Hey Kat- I had to change my editor to note pad then 'hardcode' the text in that way..ie %%U your underlined text %%U remainder of non underlined text to follow. worked for me. What fix did you find from AutoDesk, I could not find anything... Hope that helps a little. John
  8. johnmartens

    how to break a line in VBA

    I too ran into this problem. What I did is stored the startpoint and endpoint of the line I wanted to break, then I deleted the line and created two new lines, one line would have the startpoint of the original line and I would assign the new endpoint based on my requirements. The second line...

Part and Inventory Search

Back
Top