WhoCanDo Posted July 17, 2019 Share Posted July 17, 2019 If I place a constrained dimension with VS ( LinearDim ) , can I offset the text left or right with a VS command? Quote Link to comment
Pat Stanford Posted July 17, 2019 Share Posted July 17, 2019 Kind of, but I have run out of time to play tonight. SetObjectVariableBoolean(FSActLayer,29, False); SetObjectVariableReal(FSActLayer,44,1'); ResetObject(FSActLayer); RedrawAll; 29 turn off the Auto Position Text. 44 sets the dim text offset Reset and Redraw are just there to make sure the update shows properly and are probably not needed. But what I am seeing is that negative numbers offset to the left of the witness lines and positive numbers offset to the right of the witness lines (in a horizontal dimension). I have not figured out how to shift it and stay within the witness lines. 1 Quote Link to comment
WhoCanDo Posted July 17, 2019 Author Share Posted July 17, 2019 Very nice thankyou Pat 😃 Quote Link to comment
LarryO Posted July 27, 2019 Share Posted July 27, 2019 (edited) It is percentages expressed as a decimal between the witness lines but I can't recall if it is only positive percentages leading to or from the starting witness or if negative percentages can also be used and it is from the mid point. Edited July 27, 2019 by LarryO Quote Link to comment
Recommended Posts
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.