BrianM4x4
Mechanical
- Mar 22, 2001
- 13
I am trying to modify the part_envelope.grs that comes with the install to add the size into an attribute.
This statement prints the size
PRINT/USING,'BLOCK SIZE: #@@@.@@@ x#@@@.@@@ x#@@@.@@@',$
RANGE(2)-RANGE(1),RANGE(4)-RANGE(3),RANGE(6)-RANGE(5)
Is there any way to add those 3 dimension to an attribute called size at the end of the program.
I have been trying without much success.
Thanks
This statement prints the size
PRINT/USING,'BLOCK SIZE: #@@@.@@@ x#@@@.@@@ x#@@@.@@@',$
RANGE(2)-RANGE(1),RANGE(4)-RANGE(3),RANGE(6)-RANGE(5)
Is there any way to add those 3 dimension to an attribute called size at the end of the program.
I have been trying without much success.
Thanks