model transition using variable area?
model transition using variable area?
(OP)
I need to create a fluid transition from a circular to rectangular cross section using a predetermined varying cross sectional area (using a formula). How do I go about creating this?
The initial circular-rectangular blend is achievable, I don't know how to integrate the cross sectional area factor into the model, though.
The initial circular-rectangular blend is achievable, I don't know how to integrate the cross sectional area factor into the model, though.





RE: model transition using variable area?
RE: model transition using variable area?
N P Singh
RE: model transition using variable area?
you should use the relation functionality of pro/e. First create parameters for Area,Perimeter etc for all the required sections.Then add these relations
(for rectangular section):
area = ??
perimeter = ??
SOLVE
d#*d# = area
2*(d# + d#) = perimeter
FOR d# d#
(?? in place of this you should use your data and # in place of this you should use your dim symbol)
Do this thing for second section also and blend them.
RE: model transition using variable area?
Thanks for the input.
RE: model transition using variable area?
thanks!