Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

grip help

Status
Not open for further replies.

BrianM4x4

Mechanical
Joined
Mar 22, 2001
Messages
13
Location
CA
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
 
Add 3 new varaibales to the program, block_x, block_y and block_z. Then do the math to get each value. Now do the assign part attribute of the calculated value.


"Wildfires are dangerous, hard to control, and economically catastrophic."

Ben Loosli
CAD/CAM System Analyst
Ingersoll-Rand
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top