From Javafoil to Pro/E Wildfire
From Javafoil to Pro/E Wildfire
(OP)
Good day, everyone.
I'm having some trouble inserting some data into Pro/E. I need to use an online Java program called JavaFoil to create a 2D wing, and then use this 2D structure to create a 3D extrusion in Pro/E Wildfire.
The process has been done before, but the people who have done this before are a little busy to help me right now. Basically, Javafoil creates a wing represented by a set of table data. This data is then sent into a Microsoft Excel file, formatted a certain way, and then inserted into Pro/E somehow. In fact, I'm pretty sure that the method described by Jeff in this thread is the method I'm looking for. However, I'm still unsure of how to transform the 2D wing data into a 3D wing extrusion in Pro/E. I've tried following Jeff's instructions, but they're a little vague for me and I'm sure I just miss what he's trying to explain.
If anyone can help me out, I would be very grateful.
I'm having some trouble inserting some data into Pro/E. I need to use an online Java program called JavaFoil to create a 2D wing, and then use this 2D structure to create a 3D extrusion in Pro/E Wildfire.
The process has been done before, but the people who have done this before are a little busy to help me right now. Basically, Javafoil creates a wing represented by a set of table data. This data is then sent into a Microsoft Excel file, formatted a certain way, and then inserted into Pro/E somehow. In fact, I'm pretty sure that the method described by Jeff in this thread is the method I'm looking for. However, I'm still unsure of how to transform the 2D wing data into a 3D wing extrusion in Pro/E. I've tried following Jeff's instructions, but they're a little vague for me and I'm sure I just miss what he's trying to explain.
If anyone can help me out, I would be very grateful.





RE: From Javafoil to Pro/E Wildfire
You need to create a sketch of the airfoil first. Before this though you need to format your data points. I use word pad...create separate data tables for the upper and lower splines. For example,
X Y Z
0 0 0
1 0.5 0
and
X Y Z
0 0 0
1 -0.5 0
When you save each of these tables separately save as "upper.pts" and "lower.pts" and include the quotations.
Now in pro/e create a new sketch, and insert a coordinate system and reference "construction" line at y=0. arbitrarily create a spline that has 3 points (usually 0,0 0.5,1 and 1,0). In the right hand tool bar, there is an icon to modify dimensions, click that and there will be an option to enter data points from file. open the "upper.pts" file and select YES. This should produce the upper half of the airfoil. Repeat for the lower half and save the sketch. Now you can create an extrusion, in the menu bar choose sketch from file, insert the sketch and extrude it.
Hope this helps,
Chris
RE: From Javafoil to Pro/E Wildfire
Chris
RE: From Javafoil to Pro/E Wildfire
RE: From Javafoil to Pro/E Wildfire
In the sketch toolbar, the sketcher csys option is in the flyout with the sketcher point.
Good luck
RE: From Javafoil to Pro/E Wildfire