Jump to content

using font size 0.01 = error


rodrigo_sjc_sp

Recommended Posts

i have the code

 

  (if (tblsearch "STYLE" "TXTPL")
         (setvar "textstyle" "TXTPL")   
   )       
   (command "_-style" "TXTPL" "romans" 0.01 "" "" "" "" "")
    (command "_mtext" ponto_texto "_l" "" 0.4  "_j" "_mc" ponto_texto texto1 (strcat "X=" (vl-string-subst "," "." (rtos arel 2 2)) "m2") "")

   (command "_bhatch" "_P" "SOLID" "_s" entpl txtpl1 seldiv "" "")
   (command "_bhatch" "_P" "SOLID" "_s" entpl txtpl1 "" "")

 

 

The cad returns this error :

 

Enter line spacing factor or distance :

Specify opposite corner or [Height/Justify/Line

spacing/Rotation/Style/Width/Columns]: _bhatch

2D point or option keyword required.

 

 

 

If I use 0:10 size or up

the error does not happen.

Edited by rodrigo_sjc_sp
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...