Go Back  RCU Forums > RC Airplanes > Scratch Building, Aircraft Design, 3D/CAD
Reload this Page >

Importing Airfoil plots to TurboCad

Community
Search
Notices
Scratch Building, Aircraft Design, 3D/CAD If you are starting/building a project from scratch or want to discuss design, CAD or even share 3D design images this is the place. Q&A's.

Importing Airfoil plots to TurboCad

Thread Tools
 
Search this Thread
 
Old 02-01-2005, 11:09 PM
  #1  
John A
Member
Thread Starter
 
Join Date: Aug 2002
Location: Slidell, LA,
Posts: 63
Likes: 0
Received 0 Likes on 0 Posts
Default Importing Airfoil plots to TurboCad

I've seen the script for doing it with AutoCad, but is there some simple way to take airfoil plots and import them into TurboCad. Something automated, rather than tracing over bitmaps.
Old 02-01-2005, 11:19 PM
  #2  
Tall Paul
Senior Member
 
Join Date: Jun 2002
Location: Palmdale, CA
Posts: 5,211
Likes: 0
Received 1 Like on 1 Post
Default RE: Importing Airfoil plots to TurboCad

TurboCad will accept .dxf files.
Old 02-01-2005, 11:41 PM
  #3  
John A
Member
Thread Starter
 
Join Date: Aug 2002
Location: Slidell, LA,
Posts: 63
Likes: 0
Received 0 Likes on 0 Posts
Default RE: Importing Airfoil plots to TurboCad

Darn, I did use the word plots, didn't I. I meant the coordinates from an ASCII text file.
Old 02-01-2005, 11:51 PM
  #4  
Johng
My Feedback: (4)
 
Join Date: Jan 2002
Location: Deland, FL
Posts: 1,928
Likes: 0
Received 0 Likes on 0 Posts
Default RE: Importing Airfoil plots to TurboCad

No, but you may be able to get Profili (free download) and import a dat file, which is an ascii file in a specific format, I believe. Then output a dxf that can be used in TurboCAD. I'm not sure all that functionality is in the free version of profili though.
Old 02-01-2005, 11:54 PM
  #5  
Johng
My Feedback: (4)
 
Join Date: Jan 2002
Location: Deland, FL
Posts: 1,928
Likes: 0
Received 0 Likes on 0 Posts
Default RE: Importing Airfoil plots to TurboCad

But then, unless this is an own-design airfoil, Profili probably already has it in it's airfoil database, and could give you a dxf file relatively easy.
Old 02-02-2005, 01:27 AM
  #6  
BMatthews
 
BMatthews's Avatar
 
Join Date: Oct 2002
Location: Chilliwack, BC, CANADA
Posts: 12,425
Likes: 0
Received 22 Likes on 19 Posts
Default RE: Importing Airfoil plots to TurboCad

If you pay the paltry $15US to activate the advanced features of Profili it let's you import a number of file formats for coordinates. From there it's easy to "print" to a DXF file for import. If it's an airfoil that's already in the library then you can DXF it with the free features.

With the number in there it's hard to believe that there isn't something there already that would work for you. Or that could be modified to suit from one of the stock airfoils.
Old 02-02-2005, 10:19 AM
  #7  
CoosBayLumber
Senior Member
My Feedback: (1)
 
Join Date: Jan 2002
Location: San Bernardino Calif
Posts: 3,757
Likes: 0
Received 1 Like on 1 Post
Default RE: Importing Airfoil plots to TurboCad

There used to be a secondary program. like a LISP for Autocad, available at CADALOG for airfoils. You open up a bare drawing page, activate the secondary software, then it asks for the coordinate file.

As I remember though, the routine that it asks for is different than what we currently use. This makes it prot out upside down or something. Thus you need to revese the order of the coordinate files. After the points and lines come in, it is up to you to manhandle the drawing. I think it only comes in at a 100 unit chord.


Wm.
Old 02-02-2005, 12:50 PM
  #8  
Tall Paul
Senior Member
 
Join Date: Jun 2002
Location: Palmdale, CA
Posts: 5,211
Likes: 0
Received 1 Like on 1 Post
Default RE: Importing Airfoil plots to TurboCad

Many a year ago before PROFILI I did up a Quick Basic program which generated NACA 4-digit airfoils, and exported the coordinates to a Generic CADD batch file or an AutoCad script file, which the CAD programs would then take directly.
The header for the AutoCad file were simple.. it only required making sure the commas and spaces between each coordinate pair was correct.
But PROFILI is so much more versatile in every respect, doing the way I did is a waste of time.
Old 02-02-2005, 03:47 PM
  #9  
John A
Member
Thread Starter
 
Join Date: Aug 2002
Location: Slidell, LA,
Posts: 63
Likes: 0
Received 0 Likes on 0 Posts
Default RE: Importing Airfoil plots to TurboCad

Thanks for all the help everybody. I figured out how to do it, but after looking at Profili I'm going to get the full version from him.

Incidentally, for those that want to import the coordinates directly, there is a script in Turbocad LE called IMpoint that will let you do it. It imports from 4 columns of data, so you can either modify the Basic script to look for 2 columns, or modify the file in Excel. I did it the second way to see if it works, and the airfoil comes out with the leading edge at 0,0 and the chord equal to 1 inch. Easy to scale. For those that want to do it, import your airfoil to excel (or any spreadsheet), add a column before the first, and just fill it with zeros, same length as the data columns, then copy that to a fourth column. I hope that's clear. Reading across, the 4 columns would read 0, x, y, 0, where x is the old column 1 data and y is the old column 2 data. Save as tab delimited text (say, to c:/airfoils/mh43.txt). Done

To call from Turbocad, open the script called IMpoint (You can add scripts to a toolbar, or go to Tools, Run Scripts up top). Select Impoint, Type in c:/airfoils/mh43.txt (or wherever you saved it) into the box, and your done. It doesn't care how many points are in the file, as my mh43 file has 113 points, so you can get your data anywhere.

BTW, I added a post to the modelling software thread up top with a link to a program that lets you cut your templates for foam cores quickly and accurately, called Profile V2.2. Check it out if you work with foam wings. Lots of 3 views on the site, too.

I know later editions of TurboCad can run Macros and that would be the way to go for you guys if this feature is different or non-existant in later versions. There's a link on how to do it at:
http://throsn.tripod.com/csvimport.html
It's a tripod site so popups, but nothing harmful. I found this from the Tcad forums and that's what got me looking into the scripts. If his solution wont work I can cut and paste the script from the Learning edition is someone needs it. If someone wants to do this a lot I can modify the VB to read the 2 column data directly but I don't see myself doing this much once I get my password for Profili.
Old 02-02-2005, 03:56 PM
  #10  
John A
Member
Thread Starter
 
Join Date: Aug 2002
Location: Slidell, LA,
Posts: 63
Likes: 0
Received 0 Likes on 0 Posts
Default RE: Importing Airfoil plots to TurboCad

I guess a screen shot is in order. Leading edge ends up at 0,0, chord is one inch. Just put the same numbers in the x and y scale box and you have perfect rib.
Attached Thumbnails Click image for larger version

Name:	Da83215.jpg
Views:	83
Size:	41.2 KB
ID:	224126  

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service -

Copyright © 2024 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.