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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

simultaneous equation in relation

  • Thread starter Thread starter npsingh@engineer.com
  • Start date Start date
Status
Not open for further replies.
N

npsingh@engineer.com

Guest
I am facing some problem in using relation. I want to control the length and width of a ractangular cut. I have two parameters AREA and PERIMETER. I want to get value of length always greater that or equal to width. But Pro/E does not follow the rule or simply it fail that relation. Can Anyone help me please.

Thanks

Narendra Pratap Singh
 
sketch a rectangle.

select all 4 lines. Use edit>select>all geom

select edit>convert to>perimeter

pick either the length or width to be dependant on the perimeter. This will allow you to control the shape using the perimeter value and one dimension.

2x + 2y = P

xy = A

if you know P and A, then x and y are determined. Simply solve for x and y, assign the larger to the length. ie.

if x>y then d#=x

else

d#=y

end if





http://www.kinetivision.com/quicktips/sim_eqs.htm
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top