TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: CincyJeff on October 24, 2014, 03:51:50 PM

Title: Change array column spacing
Post by: CincyJeff on October 24, 2014, 03:51:50 PM
Can anyone help me figure out how to change the column offset value of an array action  in AutoCAD 2014? I have a dynamic block that uses constraints and input from the user to determine the size of a rectangle. The rectangle then needs to be arrayed but the column distance is based on the rectangle size so it is variable. I can't find the stored value with lisp. I figured out how to find the dynamic block properties and I can update the distance used by the array parameter to determine how many instances to draw. However, I can't find where the column offset value is stored. Can it be done using actions and parameters? I know constraints can use formulas but there is no array constraint.
Any help would be greatly appreciated.