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!

Variables???

Status
Not open for further replies.

packmen

Mechanical
Joined
Aug 31, 2001
Messages
77
Location
BR
Hi people

Can I create Variables to use in equations?
Like
A = 60
B = 20

equation 1.

"D1@LocalLPattern1" x A = "D2@LocalLPattern1"
"D3@LocalLPattern1" X B = "D4@LocalLPattern1"

Emerson Bottero
Curitiba PR
Brazil
 
Emerson,

Why not just use your predefined numbers?

"D1@LocalLPattern1" x 60 = "D2@LocalLPattern1"
"D3@LocalLPattern1" X 20 = "D4@LocalLPattern1" Scott Baugh, CSWP :-)
George Koch Sons,LLC
Evansville, IN 47714
sjb@kochllc.com
 
Coz I want use the variable A in more than one equation

Emerson Bottero
Curitiba PR
Brazil
 
Emerson

you could create a dummy dimension and use this dimension to hold your variable.

I.E if you create a sketch and draw a pair of construction lines 60mm apart and then dimension them you can use the dimension as you variable. Change the dimension and your equations will change.

Regards



Kevin
kevin@ketd.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top