Jump to content

Outside Dimensions


Recommended Posts

Hello, I've been trying to get dimensions pulled to the right, as well as down, to have their text outside of the dimensions lines. I was able to achieve this by with a custom dim std. and assigning that with vs.SetDimStd(0), however I would like to control it programmatically with the script and not rely on having a custom dim std. present. I've tried the following with no luck:

 

vs.LinearDim(previousPoint, point, offset, 1, 770, 3, 0)

 

vs.LinearDim(previousPoint, point, offset, 1, 770, 1, -36)

 

vs.LinearDim(previousPoint, point, - offset, 0, 770, 1, 0)
vs.SetObjectVariableReal(vs.LNewObj(), 44, -36)

 

vs.LinearDim(start, stop, offset, 0, 770, 1, 0)
vs.SetObjectVariableInt(vs.LNewObj(), 52, 2)

 

Any advice?

What is the meaning of the bitwise text flag "Text inside-outside [ 2 ]" from Appendix E: LinearDim

Link to comment

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