Can some please explain the GETEQ1, GETEQ2, GETEQH and GETEQV better than this FAQ page??
Starting with a blank Misc Starter Part.
I want an item of QTY X [Variable Name: SLATS] equally spaced from start point to end point (0 to Panel_Width) - See pic below)
So Part is 45.125" / 2 [Nominal 1" part and 1" spacing) = 22.5625 (So 22 SPACES / 23 PARTS)
(45.125 - 1 [Part Width])/22 [SPACES] = 2.0057 Center to Center spacing - 1" [Part Width] = 1.0057 Void Spaces
How do you create the GETEQH syntax for this to occur????
I can do it in AutoLISP no problem with a WHILE LOOP ... Grrrr....
I can't figure it out for the life of me!!
(I've tried numerous logic and I don't understand LThickness, RThickness and PThickness
Left Thickness would be 0? Right Thickness would be 0? and the Part Thickness is 1?
Or is Left and Right 1/2 of Part Thickness??
This STARTS at 0.75 from X0, has 23 parts spaced 1.9402" CtoC and ends 0.6902 from the END
That's with EQH 23,0,0,1
I'm sure it simple once someone points it out to me! I am at a loss here ...