Jump to content

Recommended Posts

Posted
1 hour ago, ronjonp said:

There is also this:

FYI - you can also search for "ArrowheadType Property (ActiveX)" in AutoCAD help. It will give you all the enum variables, which you can use rather than the integers.

  • Thanks 1
Posted
On 12/11/2019 at 6:08 PM, ronjonp said:

Quick test and setting the DIMBLK variable as pointed out by @eldon imports the appropriate block. Maybe something like this:


(defun _importarrowheadblock (n)
  (or (tblobjname "block" n) (= 'str (type (vl-catch-all-apply 'setvar (list "DIMBLK" n)))))
)
(if (_importarrowheadblock "_BOXFILLED")
  (vla-put-arrowsymbol newleaderstyle "_BOXFILLED")
)

 

 

Hello All, 

 

Thanks all for thinking with me,

Happy so see im not the only one strugling with this one.

Above solution solved my problem. 🙂

  • 4 years later...
Posted
On 12/11/2019 at 4:04 AM, eldon said:

Look at the system variable DIMBLK

 

 

dimblk.PNG

 

 

what program allows you to see this?

Posted
On 12/11/2019 at 4:04 AM, eldon said:

Look at the system variable DIMBLK

 

 

dimblk.PNG

 

 

what program allows you to see this?

Posted
On 12/11/2019 at 4:04 AM, eldon said:

Look at the system variable DIMBLK

 

 

dimblk.PNG

 

 

what program allows you to see this?

Posted
On 12/12/2019 at 8:33 AM, ronjonp said:

There is also this:

image.png.d7a256b34a1f9495ad7ad35d64a79fe3.png

what program allows you to see this?

Posted

Command: _.sysvdlg

From the Express tools.

Posted
Just now, Aftertouch said:

Command: _.sysvdlg

From the Express tools.

 

 

Thank you,

 

Sorry for the multiple replies I think my internet went wild

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