Results 1 to 12 of 12

Thread: offsets

  1. #1

    Default offsets

    can anyone please teach me how to put offsets into a computer programme,
    & which programme

  2. #2
    Join Date
    Oct 2008
    Location
    Walney, near Cumbria UK
    Posts
    14,646

    Default Re: offsets

    What do you want to do with them when they are entered?
    A simple curve fit for preliminary fairing can be done with Excel from that nice Mr Gates, but if you want to do real lines fairing you need appropriate software.
    It really is quite difficult to build an ugly wooden boat.

  3. #3
    Join Date
    Mar 2007
    Location
    SPID
    Posts
    4,855

    Default Re: offsets

    Here ya go.

    MS Excel. Feet as decimal to feet-inches-eighths.

    =INT(A5/12)&" - "&INT(MOD(A5,12))&" - "&ROUND((A5-(INT(A5/12)*12)-INT(MOD(A5,12)))*8,0)

    In the case A5 is the cell where the measurement is expressed as a decimal, say 14.93. Paste this formula in another cell and it will display 1 - 2 - 7.

    Pretty slick, eh?

  4. #4

    Default Re: offsets

    slick, i thought it was greek
    what does it mean

  5. #5

    Default Re: offsets

    Nick, i have faired the lines, i want a 3 d drawing

  6. #6
    Join Date
    Mar 2007
    Location
    SPID
    Posts
    4,855

    Default Re: offsets

    Excel won't produce a lines drawing. The formula only converts decimal feet to feet-inches-eighths. Probably not what you're looking for.

  7. #7

    Default Re: offsets

    im using metric, for simplicity, is there a free download for excel, or how much is it

  8. #8
    Join Date
    May 1999
    Location
    Arlington, WA
    Posts
    1,127

    Default Re: offsets

    Peter I use Rhino which is a very good 3D modeler. In the past I have entered the offset points into Rhino and used those points to create 3D hull surfaces. Depending on the number of points this can be tedious. Good results requires a fair amount of competency with the software. I have found it easier to draw from scratch. Here is an example.




    "The hand feeds the mind."
    Weston Farmer

  9. #9

    Default Re: offsets

    thank you G S

  10. #10
    Join Date
    Nov 2004
    Location
    Guerneville,CA
    Posts
    4,160

    Default Re: offsets

    Quote Originally Posted by peter radclyffe View Post
    im using metric, for simplicity, is there a free download for excel, or how much is it
    Metric???? What for?

    Feet -inches - eighths, why make 1/8 - 3.175mm ????
    Guess you just like more numbers.

    Are ALL of your tools metric too????
    Just think of all the wasted time converting an entire set of plans to all those 4 digit numbers.
    Those that fall behind will be left behind! Arghhhh

  11. #11
    Join Date
    Jun 2000
    Location
    Bridgewater NS Canada
    Posts
    8,851

    Default Re: offsets

    Imperial measurements are for builders, metric for designers. <wink>

    Crunching numbers is so-o-o-o much easier in metric.
    Hope for the best, but plan for the worst.

  12. #12

    Default Re: offsets

    Quote Originally Posted by donald branscom View Post
    Metric???? What for?

    Feet -inches - eighths, why make 1/8 - 3.175mm ????
    Guess you just like more numbers.

    Are ALL of your tools metric too????
    Just think of all the wasted time converting an entire set of plans to all those 4 digit numbers.
    Donald, i grew up with ft, & inches, but i have designed this in metric, most rules i have are metric, excpt the old english ones

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •