WhoCanDo 10 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 Share this post Link to post
Pat Stanford 1,425 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 Share this post Link to post
LarryO 12 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 Share this post Link to post