datum curve from equation...
datum curve from equation...
(OP)
Any one help with the equation for a variable pitch helical datum curve?
thanks
thanks
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
datum curve from equation...
|
RE: datum curve from equation...
x = r * cos(a*360*t)
y = r * sin(a*360*t)
z = c * t
where
r is the radius,
a is number of the loops
c gives the vertical separation of the loops
so if you vary the c parameter according to your specifications, you should obtain a variable pitch helical datum curve...
regards,
LWolf
RE: datum curve from equation...
Regards
Stephen
RE: datum curve from equation...
To do so you need to Insert > Model Datum > Graph shown in screenshot below.
I'm going to attach a picture of the Section I created has a Sketch csys that marxs the x=0 range and is used to dimension d0 which can be linked to [range in Curve by Equation relations. The Height curve has two arcs at either end to vary pitch back to zero to stop and stop axial translation smoothly.
Evalgraph if you've never used it before works as follows.
Relation = Scale* evalgraph('GraphName', RangeParam *t) t will Vary from 0 at beginning and 1 at end of curve
Below I have attached a trail file that will create the model I have except for the VSS Variable Section Sweep which uses a variable called TRAJPAR which varies from 0 to 1 at start and end of sweep feature.
The zip file attached contains the trailfile and a Video of me playing it back from Pro/E Tools >Play Trail/Training file. At end of playback you can click no and enter range=d0 or click yes to see the Datum Graph in Edit Definition. To get back to model click File > Close Window
Michael
RE: datum curve from equation...
I created G! first.. then tried to create curve by equation - but the relations fail so I'm out of sequence I think.
Can you give me a sequence of events please..
Unfortunately I'm on WF2 so I can not play the trail file.
I created the graph file but get lost between the graph file and the curve by equation. In my case sd4=15.000
Are there any relations in the datum graph sketch?
Where does 'range' get set?
Where does the relation=Scale*evalgraph ... get put?
Thank you..
RE: datum curve from equation...
I have Student Edition of WF2 so I can't create trails with it. I'm not sure if pro can open student editions. Student can open a professional file but at first save it becomes student version.
The Range is set by the second half of the following
evalgraph("GraphToEvaluate" , rangevalue*t)
t ranges from 0 to 1 so O*range value is X=0 of datum graph
When creating Graph I sketch Csys, H and V centerlines to dimension to y=0 x=0 and a centerline to dimension for range.
After you create the Graph feature and want to find value of sd# you can Right Click and select info > feature and you will see the actual dimension parameter d# which is unique and can be used in Feature relations.
To prevent problems with evaluation always extend lines of graph before and after range centerlines to prevent gaps.
Michael
RE: datum curve from equation...