cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Datum Curve from equation driven by parameters

ptc-113439
1-Newbie

Datum Curve from equation driven by parameters

I am trying to make a parabola section from an equation. I can make the equation, but I would also like to drive the focal point with the same parameters. I can't seem to read the parameters into the protable editor or get them out - any ideas?
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
1 REPLY 1

You can put standard Pro/ENGINEER parameters into the equation. So if you create the parameters up front, you can then reference them in the curve by equation, by simply typing in the parameter name, i.e. Standard curve by equation (cartesian for a circle: x = 4 * cos ( t * 360 ) y = 4 * sin ( t * 360 ) z = 0 With Parameters defined up front (Tools>Parameters: ANGLE=360 Z_OFFSET=0 Curve Equation: x = 4 * cos ( t * ANGLE ) y = 4 * sin ( t * ANGLE ) z = Z_OFFSET If you now change the parameters, the curve will update.
Top Tags