阵列草绘线段长度的关系式方法如下(只是一种而已)(转自孤峰论坛)/* Enter relations using the following symbols:
/* memb_v - relation driven resultant dimension in this specific direction
/* memb_i - relation driven increment in this specific direction
/* lead_v - leader value (dimension selected to determine direction)
/* idx1 - pattern instance index in the first direction
/* idx2 - pattern instance index in the second direction
/* DO NOT USE memb_v AND memb_i IN THE SAME RELATION
/*-------------------------------------------------------------------
t=floor(idx1/10)
t1=floor(idx1/5)
if (t*10==idx1)
memb_v=20
else
if (t1*5==idx1)
memb_v=15
else
memb_v=10
endif
endif