Jump to content

Monospace Titlebox!


fahim108

Recommended Posts

Now here's a tricky one... I need multiple (say two) instances of the same text values (in the same drawing) but in different formats.

 

Consider this: I have a drawing sheet with a title block that contains the drawing number and the author's name at the bottom with some other drawing details. Now I wish to have these "values" arranged in a matrix form at the top also, for indexing purpose.

 

TitleBoxMonoSpace.png

 

One way is to manually enter each value, one by one, in the matrix box but that would be too time consuming. So, is there a way to automate this; where I can enter the values in the bottom title block, which would automatically update the above matrix? :geek:

 

I believe it can be done using a combination of Attributes and Fields but am just not getting it. To make the issue even worse, I need Numbers without hyphens (-) and only Initials of the author's name!

 

Life is so complicated! :cry:

Link to comment
Share on other sites

The best way I can think of is with lisp

(while (

(setq ch (subst chrs cnt 1))

 

You can cycle through the characters and put them in the top. Using Attributes would also help when making the macro.

 

Maybe put this into the lisp section?

 

Hope this helps

Link to comment
Share on other sites

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...