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

Invalid Equation Driven Curve 1

Status
Not open for further replies.

kellnerp

Mechanical
Joined
Feb 11, 2005
Messages
1,141
Location
US
SW2009

I created an equation driven curve as follows:

sin(x/2)

x1 = pi
x2 = -pi

delta y = -.25

This gives an invalid solution error.
I cannot create a tangency relationship to the end of the curve.
The curve sometimes plots outside the domain (which may be the root of the problem).



TOP
CSWP, BSSE

"Node news is good news."
 
x2 < x1. Flip the negative signs, and it works fine.
 
Looks like 2010 still has the same positive delta-x limitation. I wouldn't think it would matter much to you get the same curve regardless. However, if plotting backwards makes some sort of sense to your application you can do it in 2010 via a Parametric type equation. It would look something like this.

xt = pi*t
yt = sin(pi*t)
t1 = -1
t2 = 1
 
I haven't upgraded yet. The parametric functionality sounds interesting.

This is a relatively simple user interface design issue. In math there is no restriction on summing or integrating backwards. If the direction of the line was important this should work.

TOP
CSWP, BSSE

"Node news is good news."
 
Parametric is good but the equation editing is still sub-par.
Closed curves still cannot be created if they are closed loops.

For T1 T2 try using integers -1,1 for t and using (t*pi) in relations.

SolidWorks should ad UI to allow for editing equations using parameters similar to Equations dialog in 2009.

SW2010 does allow for Parametric curve by equation in 3D Sketches.

Michael
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top