×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Drawing parametric surfaces

Drawing parametric surfaces

Drawing parametric surfaces

(OP)
I'm looking to create a surface with height that varies according to a 2-dimensional function. So the bottom would be flat, and the height would vary in 2 dimensions according to this function. I am new to pro engineer and want to get the job done quickly as it is just one part of a very large project. Thanks in advance for any help you can provide!

RE: Drawing parametric surfaces

Using Insert-->Model Datum-->Curve--> <From Equation>, you can create curves from equations.

You can use this to build a 'curve network' that you will later use to define the surface.

The curve equations are in parametric form, and they use a parameter, t, that varies from 0 to 1.

To build the curves in the x-direction, you need to create a  few (at least 2) curves using equations of the form:

x=0 [,1,2,3,4]
y=(b-a)*t + a
z=f(x,y)

 For each curve, increment the value in the x field.
  
a and b are the boundaries of the surface you want to plot in the x direction. The formula (b-a)*t + a applies to the general case, and can be simplified to b*t if you are starting from y=0.
  
f(x,y) is your function. Notice that f(x,y) does not change from curve to curve. You're just changing the parameters for x and y. The problem with this method is that the curves ALL need to be changed if f(x,y) changes.

To make the curves in the other direction, simply switch the equations for x and y and repeat the procedure.

Now, turn all of these curves into a surface using Insert-->Boundary Blend. Hold down control and pick all of the x-direction curves. Then pick the second box in the lower right dashboard (2nd direction chain collector) and pick the curves in the other direction. The resulting surface will pass through all of the curves and should be a good representation of your surface.

The more curves you use, the better your representation of the true surface. I'm not fully sure if what you get by this method would exactly match the true surface generated by the function due to the boundary conditions that pro/e applies.   You might capture the boundary conditions better by making the limits a lot larger than the surface you need, and projecting your area onto this surface (sketch a curve and use edit-->project) and finally trimming the rest away. A possible test of the "error" in this method would be to create datum points on the surface and then using the measure tool to compare the z-position to what the equation would predict.

Good luck

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources