SPRING TABLE - AUTOMATIC
Hello,
I am looking for the way how to automate the Spring Table.
What formulas or links I could use to get my table to be automated?
EDITED: How to use the file attributes and show them in the table.
Thank you,
Arek

Hello,
I am looking for the way how to automate the Spring Table.
What formulas or links I could use to get my table to be automated?
EDITED: How to use the file attributes and show them in the table.
Thank you,
Arek

I think one of the example can be a curve created by equation (helix) and equation will be as
turn = 10
x = 4 * cos (t * (turn * 360))
y = 4 * sin (t * (turn * 360))
z = 10 * t
This will create a helix and turn, x, y and z will be feature level parameters. When creating the drawing of part, use &turn:FID_##, ## is feature ID of curve in part this will display value of turn.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.