Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  1. PeterChen206

    Issue about Catia curve from equation

    LWolf, what do you mean by 'not lengths'? Please see my x1 definition below. In my definition, the type of x1 and t is length and real, respectively.
  2. PeterChen206

    Issue about Catia curve from equation

    Yes, I used fog to define x,y,z. Then used curve from equation
  3. PeterChen206

    Issue about Catia curve from equation

    Below is the result with z=100mm*t Do you think maybe there is some settings that I should make? The result is really weird.
  4. PeterChen206

    Issue about Catia curve from equation

    LWolf, below is my definition: `x1`=25mm*cos(2*PI*1rad*100*`t`) `y1`=25mm*sin(2*PI*1rad*100*`t`) `z1`=0mm*`t` The curve I got is shown below.
  5. PeterChen206

    Issue about Catia curve from equation

    Yes, I saw that video before and I followed the instruction. The only thing I do not understand is why the curve is completely different when I want to have more revolutions.
  6. PeterChen206

    Issue about Catia curve from equation

    LWolf, you are right. That is how I implemented. I even tried the following cases: x=20mm*cos(2*PI*1rad*40*t) y=20mm*sin(2*PI*1rad*40*t) z=0mm*t I changed 40 to 100, the curve is not a circle anymore.
  7. PeterChen206

    Issue about Catia curve from equation

    Hello everyone, I am using Catia curve from equation to build a curve. Here is the formula for x and y: x = R*cos(2*PI*1rad*n*t) y = R*sin(2*PI*1rad*n*t) So n is a parameter I defined. When n is small, the curve is a circle. However, when n is large, like n=100, it is not a circle anymore...
Back
Top