Forums 3D MODELS Jobs Prototype Parts Fast
Pro/E Home Event Calendar MCAD Central Home Pro/E Home
  Active TopicsActive Topics  Search The ForumSearch  HelpHelp  RegisterRegister  LoginLogin
Modeling
 Pro/ENGINEER Forum : Modeling
Subject Topic: Sinusoidal curve through equation Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
tushar
Member
Member

Preferred Member

Joined: 23 August 2002
Location: India
Online Status: Offline
Posts: 10
Posted: 25 October 2002 at 9:30pm | IP Logged Quote tushar

Can any one help me to make a sinusoidal curve through
equation ?

Thanks in advance .
Tushar
Back to Top View tushar's Profile Search for other posts by tushar
Israr
MVP
MVP

Preferred Member

Joined: 17 August 2002
Location: United Kingdom
Online Status: Offline
Posts: 1219
Posted: 25 October 2002 at 11:03pm | IP Logged Quote Israr

go to datum curve> from equation >cartesian then write following relation
x=360*t
y=sin(t*360)
z=0
save and exit and enjoy your curve.
Back to Top View Israr's Profile Search for other posts by Israr Visit Israr's Homepage
 
xcad
MVP
MVP

Charter Member

Joined: 24 June 2002
Location: Greece
Online Status: Offline
Posts: 468
Posted: 26 October 2002 at 7:24am | IP Logged Quote xcad

Hello, proe user,
Pro/engineer uses this system variables :
• t (varies from 0 to1) t is used to generate varying values for theta and z. The start of the datum curve is t=0 and the end of datum curve is t=1
• Theta (angle from x axis of coordinate system) - cylindrical coordinate system.
• Theta (angle from y axis of coordinate system) - spherical coordinate system.
• Phi (angle from x axis of coordinate system) - spherical coordinate system only.
• z (distance in z from coordinate system) - cylindrical coordinate system and Cartesian coordinate system.
• x (distance along x-axis) - Cartesian coordinate system.
• y (distance along y-axis) - Cartesian coordinate system.
All other symbols are user defined e.g. IR- inner radius, OR- outer radius, XOR - overall size in X, YOR - overall size in Y. The purpose is to make it easier to change values by only having to edit the value in one place.
Below I describe to you a lot of curves that is given by equation. Use cut and paste to copy these equations into the equation editior.
1. ELLIPTICAL CURVE
Cartesian coordinate system
XOR = 'overall size in y'
YOR = 'overall size in x'
x = XOR / 2 * cos ( t * 360)
y = YOR / 2 * sin ( t * 360)
z = 0
2. SPIRAL CURVE
Cylindrical Coordinate system
IR='start radius'
OR='final radius'
TURNS='number of turns'
r= IR + t * (OR-IR)
theta=t * 360 * TURNS
z=0
 Wavy Spiral
change z to z='size of wave'*sin(360*t*'no of waves')
3. Helical Curve
Cylindrical coordinate system
IR='start radius'
OR='final radius'
r=IR + t * (IR-OR)
theta=t * 360 * 'no of turns'
z='height' * t (or pitch * no of turns * t)
4. Helical Curve
Cartesian coordinate system
XOR='final radius'
YOR='final radius'
x = XOR * cos (t * 360 * 'no of turns')
y = YOR * sin (t * 360 * 'no of turns')
z = t * 'height'
 TAPERED HELIX
change r to r= IR+t*(OR-IR)
 WAVY HELIX
change z to z='height' * t + 'size of wave' * sin(360 * t * 'no of waves')
 ELLIPTICAL HELIX
Cartesian coordinate system
XOR = 'overall size in y'
YOR = 'overall size in x'
x = XOR * cos ( t * 360 * 'no of turns')
y = YOR * sin ( t * 360 * 'no of turns')
z = 'height' * t
5. WAVY CIRCLE
Cylindrical Coordinate system
r='radius'
theta=t * 360 * TURNS
t='size of wave' * sin(360 * t * 'no of waves')
6. Weird Curve
Spherical Coordinate System
rho=360*8*t
theta=360*t*4
phi=-360*t*8
7. To create a datum curve in the shape of a sine function , use the following equations:
x = 5 * t
(five is the total width of the curve along the X axis)
y = sin (360 * t * 2)
(two is the number of cycles created)
z = 0
8. To create a datum curve in the shape of a parabola , use the following equations (mirror the curve about DTM1 after creating it to get a full parabola):
x = t
y = 2 * t^2
(equivalent of y=2x2)
z = 0
9. When using the spherical coordinate system, the results can be amazing. Try the following equation:
rho = 8 * t
theta = 360 * t * 4
phi = -360 * t * 8
regards
karavasilis Christos, Greece
Back to Top View xcad's Profile Search for other posts by xcad
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.2646 seconds.
 


About Us | Contact Us | Report a Bug | Tell a Friend | Advertise | Site Map | Click here to access RSS feeds.