Jump to content

Recommended Posts

Posted

Hi All,

    I've been using autocad on pc for many years and my solutions don't work on the Mac version.  I have a block that would be imported using Lee Mac's Point Manager, then I could use express tools to export the attributes to an excel file, edit them, and import using express tools.  The Mac version apparently does not have the express tools feature and Lee Mac's program doesn't work because it uses vl-load.  The block has 4 attributes, but I can't seem to figure out a way to do this in mass as before.  I tried creating a command in excel, but the attribute prompt still comes up and requires to type in manually.  (note each block has a slightly different attribute)

(command "-insert" "pipesta" "0,550" "25" "25" "" "00+00.00" "00.00'" "RT." "-400")

 

If I turn off attreq, of course it just imports the block with no attributes.  Any suggestions on a solution to this?

Posted (edited)

Mac does not have VL commands. 

 

Import points can be rewritten to read a file not using VL.

 

So if you paste just this to command line with Attreq on does it work ? Also check Attdia.

(command "-insert" "pipesta" "0,550" "25" "25" "" "00+00.00" "00.00'" "RT." "-400")

 

Post a few points file.

 

 

Edited by BIGAL
Posted

Wow, well that was simple.  Attdia was my problem, it was prompting a dialogue box but now it isn't and my formula is filling it out.  Thank you sir!

Posted

Yeah lots of single variables can have you pulling your hair out.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...