Jump to content

Recommended Posts

Posted

HI,

 

I have a problem like

 

i am inserting a block which consist of dimensions of some style--say height of 2

 

but when i insert my block i want the block to be inserted in such a way that

 

so when i scale my block 2 times the height changes to 4 but i need it to change to 10

 

i used dimscale to increase the dimension but it was not getting updated when inserted

 

(defun C:nm()

(setq bp (getpoint "Pick a Point on Screen"))

(setq sc (getreal "Enter the Scale Required"))

(setq th (getreal "Enter the Text Height"))

(command "DIMSCALE" th)

(command "insert" "nameplate" bp sc sc 0 )

)

 

inputs are point ---picked

scale x,y,z---2

text height= dimscale---10

 

Can some one help me how to do this i have also attached a drawing file in reference to it

 

Thank you in advance

raj

Posted (edited)

Look into Annotative Dimstyles

 

For example

Insert this file on your drawing

 

Click on Annotation tab (lower right of your menu)

1:10

 

 

 

nameplate.dwg

Edited by pBe
Posted

i was not able to understand what u asked me to do

 

i want to change the dimheight to the style of dimension as i also have other part drawing in the same sheet so if i change as a globally the whole drawing changes

 

but in my drawing sheet all the other dimensions will have same properties

Posted

i tried out the way u asked me to do it worked out

can u tell me how did u do Annotative Dimstyles i was looking for it but .....

Please can u help me out with this

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