Jump to content

Recommended Posts

Posted

Guys! im a newbies here...

 

How to get Dimension points in VBA?

In Lisp, it is available (assoc 13 & 14 ) but in VBA.. i dont know how...

 

please help guys.

 

thanks

Posted

Those are stored as properties for each dimension object; for example a linear dimension will have:

 

MyDimension.ExtLine1Point
MyDimension.ExtLine2Point

 

Regards,

Posted

sir msasu appreciate the reply...

 

I have research in VBA Library

For AcadDimAligned:

MyDimension.ExtLine1Point

MyDimension.ExtLine2Point

 

For AcadDimRotated:

MyDimension.ExtLine1Point

MyDimension.ExtLine2Point

 

Is there a way to find that point...

 

thanks again.

Posted

It seems no answer to my question...ammmm.

 

In relation to my question, have you hear "AcDbAlignedDimension" (in lisp) is there an equivalent to VBA class or property?

 

thanks

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